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
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
Share on other sites

Yes, it is allowed and register_globals is set to On(dunno wye). Its wierd, because:

 

I got 2 pages a profile and a public profile.

profile works, but uses session id

public profile doesnt work with seo and uses get id. With no seo it works and uses get id

 

so uhh, :-\

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.