|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Installation on Windows
What a pain!
I have installed PHP on my windows 2000 server, all seemed fine, but then I clicked the Submit button on one of my forms and it just returns the same page rather than doing what it is supposed to do. Can anyone point me in the right direction? If I put the form on another web server it works fine. |
|
#2
|
|||
|
|||
|
RE: Installation on Windows
I would look into your register_globals option in your php.ini file. Most likely this is set to off and the other servers you try this on are set to on.
|
|
#3
|
|||
|
|||
|
RE: Installation on Windows
Where can i get this, so that i can install it??
|
|
#4
|
|||
|
|||
|
RE: Installation on Windows
You can pick PHP from http://www.php.net/downloads.php
|
|
#5
|
|||
|
|||
|
RE: Installation on Windows
Submitting forms on my system were not working. I saw the post in this thread and turned on register_globals in the php.ini file. Everything started working then. The thing that concerned me was the comment text before this in the ini file:
; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security problems, if the code is not very well thought of. how do you not use form variables as globals? Steve |
|
#6
|
|||
|
|||
|
RE: Installation on Windows
Hi there.May i have a littl' help too ? On windows Xp though.What should i pick for install ? Thank you very much guys
|
|
#7
|
|||
|
|||
|
RE: Installation on Windows
It was a little tricky getting everything to work in XP. I would suggest using Apache instead of IIS though (and if you have Home Edition you have no choice.) Read the "install.txt" that comes in the php download. If you follow that it has great directions for apache.
www.apache.org www.php.net |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Installation on Windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|