Page 1 of 1

Huge problem with php

Posted: Mon Jul 25, 2005 10:32 am
by Lixas
yap, i have a problem with php: now my web server or php does not accept parameters from outside, like "http://localhost/naujas_skinas/naujienos.php?[b]id=5[/b]" should show all thread, but it shows me like "http://localhost/naujas_skinas/naujienos.php" only a news list, and i'm not able to connect to my member system. All these problems are not in my scripts, but smwhere else, maybe php or server (abyss web server) configuration. Maybe sm1 know how to solve this problem without windows reinstaliation, but if i will not be able to solve it, then "format c:/q" -> "install windows"
Mates, plz help me

Posted: Mon Jul 25, 2005 4:42 pm
by jnjwebdev
Have you checked the webserver config file and php config file? How are you decoding the URI in the scripts?

Posted: Tue Jul 26, 2005 7:55 am
by Lixas
i dont know where a problem could be, so i just dont know what to search

phpinfo

Posted: Tue Jul 26, 2005 9:12 am
by jnjwebdev
use phpinfo(); if a file and see if the problem is the webserver. use ?id=5 after the file with phpinfo(); and at the bottom it should have it un $_SERVER['URI']