View Single Post
Old 01-19-2003, 01:14 AM  
chodadog
Confirmed User
 
Join Date: Apr 2002
Posts: 9,736
Extremely basic PHP help needed.

Okay, i've already got this..

PHP Code:
<?php echo $HTTP_GET_VARS['w']; ?>
Which is fine, but i'd like some sort of if/else thingy. Example, if w is null (index.php?w=), then make w=9999999 or if the w variable isn't passed at all (index.php), then make w=9999999.

Hopefully that actually makes sense. I'm so very clueless when it comes to this shit.
chodadog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote