Forum Moderators: coopster

Message Too Old, No Replies

simplifing code

can i do this/should i do this?

         

Sarah Atkinson

4:40 pm on May 10, 2005 (gmt 0)

10+ Year Member



can i combing these 2 lines:


elseif (isset($_GET['fromwhere'])):
$fromwhere=$_GET['fromwhere']));

into


elseif (isset($fromwhere=$_GET['fromwhere'])):

jatar_k

5:04 pm on May 10, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



no, sorry, won't work