Read images from a directory using PHP

后端 未结 6 530
广开言路
广开言路 2020-12-19 16:35

I am wanting to find out if the following is possible with PHP inside WordPress.

Basically if I have a directory in my site called \"promos\" that consists of 1 to

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-19 17:07

    I use glob for such operations

    "; echo ''; echo "
    "; } ?>

提交回复
热议问题