before <html> code:
if(!isset($_SESSION['username'])){header("Location: http://www.website.com/000/?pn=00001&l=$language");}
if I state it like that it does not pass variables across session dies.
i guess question is "Why?";
page code:
<legend>Update Content Form</legend>
<?php if ($updatepagenumber < 0) { ?>
<select name="select_upnul" id="select_upnul" onchange="MM_jumpMenu('parent',this,0)">
<option>Page# Lang</option>
<?php do { ?>
<option value="../02/?upn=<?php echo $row_rspns['col_pagenumber']; ?>&pn=40201&l=<?php echo $language; ?>&ul=<?php echo $row_rspns['col_lang']; ?>">
<?php echo $row_rspns['col_pagenumber'] . ' ' . $row_rspns['col_lang']; ?>
</option>
<?php } while ($row_rspns = mysql_fetch_assoc($rspns)); ?>
</select>
<?php } ?>
if i refered to it as http://www. than i would end session and lose the $_SESSION array
P.S.: or should i name it script ... talking to myself 🙂)), btw I look over my post >= 3 times just like a page in a book too baddddd some variants are not described in the book therefore there are Forums 🙂))
to make it completely clear i am talking about the <select><option value=""></option></select>
GOD I HATE THE ANTI VIRUS SOFTWARE it LAGGS your comp so BADDDD.....