Click to See Complete Forum and Search --> : IIS/PHP/MySQL help needed


mdelac5
08-05-2004, 08:20 PM
Have recently installed PHP 4.3.4, MySQL 4.0.16. on Windows XP with IIS.

So, have site that was working ok before on same-equped servers, but now it seems that links, forms etc. cannot send values. Links work but variables they pass do not. Forms also....

I know that problem is in Installation, had that problem before but cannot recall were.

So, were is the problem?

Thanks

Marko

planetsim
08-05-2004, 08:29 PM
The problem could be anywhere how are you installing PHP on IIS as a CGI or ISAPI module? Also it could also be your code, do you have register_globals off?

mdelac5
08-06-2004, 02:59 AM
That was quick:)

Register globals = off. Thank you very mucha
Know maybe what I should to to avoid them in forms?

Salut

planetsim
08-06-2004, 04:29 AM
well in forms use $_POST by using the super global variables you wont have any trouble.

mdelac5
08-06-2004, 05:24 AM
thx