phpmyEdit???? - HELP HELP HELP 404 Error.
Posted: Thu Aug 03, 2006 3:51 am
Pimptastic | Please use
Nothing major, the link should then point to the case for the userinfo include:-
But everytime I click on the link, it gives me a 404 error, and I know for a fact that the files are there!
Any ideas??????
Many thanks in advance.
Vixpoes
Pimptastic | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I'm having MAJOR problems getting php code to work on a new server.
My friend has a website and her previous hosting seems to have gone bust - so I took a complete copy of the database and files and got her moved over to a new hosting which has PHP and MySQL.
Some of the php pages work, but some do not and I get a 404 Error
In the page I have links as follows:-Code: Select all
<td align="center" width="40%"> <a href="/members.php/userinfo">Change User Info</a>
</td>Code: Select all
case 'userinfo':{
print "<!-- start of phpmyedit --><p>";
print '<table align="center" width="100%" ><tr><td> <p>';
include( phpmyEditUserProfile.php" );
print '</td></tr></table>' ;
print "<!-- end of phpmyedit --> " ;
break;
}Any ideas??????
Many thanks in advance.
Vixpoes
Pimptastic | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]