php - Server doesn't recognize file with GET -


i have problem server , upset , don't know do, never met such problem. index2.php file ok , working, when add $_get doesn't find file. example index2.php works, index2.php&p=1 doesn't work or index2.php&t=2 or &, doesn't work.

it says:

not found

the requested url /index2.php&p=2 not found on server.

additionally, 404 not found error encountered while trying use errordocument handle request.

does know what's going on?

try index2.php?p=1 i.e whenever using query string pass parameters use ? mark , if passing more 1 parameter use & operator pass multiple parameters.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -