LINKS DON'T WORK ON MY LOCALHOST
Posted: Sat Jun 18, 2005 2:13 pm
In my php pages, I cannot link (with html) to other pages. I am running easyphp. Even just the basic text links dont work 
Any ideas?
Any ideas?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="e;file:///C|/Program%20Files/Eas1yPHP1-8/www/top2.jpg"e;>hello</a>Code: Select all
//note the 3 ///
<a href="e;file:///Program%20Files/Eas1yPHP1-8/www/top2.jpg"e;>hello</a>Code: Select all
<a href="e;http://localhost/top2.jpg"e;>hello</a>