Jump to content

header("Location:ManagePhotos.php");


xubi

Recommended Posts

For a start, you should really (if possible) be using a full url, for example 'http://www.mysite.com/ManagePhotos.php'. However, you might find the problem is you didn't have a space between : and M. Try this:

 

header("Location: ManagePhotos.php");

 

Also, please don't use text language. I find it annoying (as do many others), and I'm sure many other people would really appreciate it if you spoke proper English (especially seeing as people who aren't native to English will struggle to read text language).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.