Adding photo page

Konstabel

New Member
Thanks for the advice, it really helped. I found what I was looking for, now just need to get it working. I found what I wanted on www.e2interactive.com, now I need to get it working.

Why do I get the following message:
Firefox cannot find file at /C:/Documents and Settings/user/My Documents/website/foto_album/uploader/<?php echo $_SERVER['PHP_SELF'] ;?>.

Any advice?

(PS I am trying it out om my computer before uploading everything to the website)
(What is this I keep on reading about installing PHP?)
 

adamblan

New Member
The error you're getting is what happens when referencing a php var without the php engine... You could install Apache, MySQL, & php separately to set up your testing environment, or just use a stand alone testing server to keep things simple (I use Joomla Stand Alone Server)
 
Top