Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Tech Help (http://zelaron.com/forum/forumdisplay.php?f=329)
-   -   php Question. (http://zelaron.com/forum/showthread.php?t=45620)

Goodlookinguy 2008-05-04 12:27 PM

php Question.
 
e-FUCKING-RASED

WetWired 2008-05-04 12:44 PM

/test.php?cool=1&trash=0&id=110
$_GET['cool']==1
$_GET['trash']==0
$_GET['id']==110
$_REQUEST['cool']==1
$_REQUEST['trash']==0
$_REQUEST['id']==110

<form action="test.php" method="post"><input type="hidden" name="cool" value="1"><input type="hidden" name="trash" value="0"><input type="hidden" name="id" value="110"><input type="submit"></form>
$_POST['cool']==1
$_POST['trash']==0
$_POST['id']==110
$_REQUEST['cool']==1
$_REQUEST['trash']==0
$_REQUEST['id']==110

Goodlookinguy 2008-05-04 01:06 PM

e-FUCKING-RASED

WetWired 2008-05-04 01:17 PM

You don't?

Goodlookinguy 2008-05-04 01:23 PM

e-FUCKING-RASED

WetWired 2008-05-04 01:48 PM

require() one depending on the value of $_REQUEST['pages']?


All times are GMT -6. The time now is 11:56 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.