Jump to content

POST and GET


Cyto

Recommended Posts

Well, because with POST it was being saved when submit. And with the GET it was displaying the user's name at title of  the page(top browser name tab). GET is getting the id of the users and POST is submitting the same page to be saved. Now it doesn't post or get it and i think its a hosting problem, but dunno what would cause it.

 

I am not getting a error message.

Link to comment
https://forums.phpfreaks.com/topic/217152-post-and-get/#findComment-1127789
Share on other sites

Have you done anything to debug this? My gut reaction is that your scripts rely on register_globals = On (which is bad), and the new host has register_globals = Off (which is good).

 

Yes, register_globals = on by the new host. At the old host is off, so yeah that should be the issue. Mailed the hoster to turn it of. Let you know tomorrow. Thx

Link to comment
https://forums.phpfreaks.com/topic/217152-post-and-get/#findComment-1127797
Share on other sites

Are your rewrite rules domain specific and you switched domain names?

 

Frankly, you have not posted any actual information in this thread that would allow someone to directly help you with what you are doing and with what could be causing the symptoms.

Link to comment
https://forums.phpfreaks.com/topic/217152-post-and-get/#findComment-1128298
Share on other sites

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.