Huge problem with php

Any problem with PHP can be disscused here
Post Reply
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Huge problem with php

Post 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


Image
jnjwebdev
Posts: 26
Joined: Mon Jul 25, 2005 4:38 pm
Contact:

Post by jnjwebdev »

Have you checked the webserver config file and php config file? How are you decoding the URI in the scripts?
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

i dont know where a problem could be, so i just dont know what to search
Image
jnjwebdev
Posts: 26
Joined: Mon Jul 25, 2005 4:38 pm
Contact:

phpinfo

Post 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']
Post Reply