Search found 2 matches
- Fri Dec 18, 2009 4:24 pm
- Forum: Javascript
- Topic: external javascript and php
- Replies: 3
- Views: 707
Re: external javascript and php
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 <body> <script type="text/javascript" src="images/getimages.php"></script> <script type="text/javascript"> ...
- Fri Dec 18, 2009 11:43 am
- Forum: Javascript
- Topic: external javascript and php
- Replies: 3
- Views: 707
external javascript and php
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 pl...