Hi, I have some code to take all picture in a directory and to post them on a website. The php side handles taking all images from a directory and outputs as js array element. My HTML and js code seem correct and rely on my gallery array which is never filled. here is the PHP, this may need to be placed in PHP programming section...
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
I do not get any images appearing. I have gone through examples and the only thing I conclude is that there must be a problem with the PHP. Here is my HTML code
What do you get if you load images/getimages.php in a browser window?
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.