Web Hosting Talk







View Full Version : Does PHP requires special tags for images?


jcrespi
08-15-2004, 04:19 AM
Hi, I have a search engine site that I'm uploading. The main file is on the root and is a php file that depends on an Html file that is on a child folder.

When I publish the file that is on the child folder I did the image reference both ways: absolute refererence and just calling the jpeg or gif file.

When I run the main script it just doesn't show the images just the placement.. any Ideas?

jcrespi
08-15-2004, 04:38 AM
Never mind... Just have to reference the images from the webroot and not from the script folder...
just for Info.