Can someone please help ... I have a php page that requires anchors ... Is there anyway of doing them?
It works fine in HTML
www.mysite.com.au/connection.html#beginner
But i need it in PHP ... When i do the following
www.mysite.com.au/connection.php#beginner
It gives me the "Page could not be found"
Anyone got any thoughts?
Thanks.
I dont seem to face such a problem myself, html is html, php is php.
Could you give some sample code? Maybe your implementation in html is wrong (e.g. a wrong path/URI), but you were distracted by the php code.
Well ... When the file is named as a .html the anchors work fine ... But when its name .php the anchors dont work.