PHP (Query Strings)
Posted: Sat Jan 15, 2005 9:02 pm
HI,
When I try to add a user defined tag, I resive an error - it is not possible to ad a simple query?
Is it me who is making it wrong ?
thanks in advance
// Peter
When I try to add a user defined tag, I resive an error - it is not possible to ad a simple query?
Code: Select all
<a href="index.php?live=ye">side status = <? if (isset(live)) {echo $live;} else {echo "no"} ?></a>
thanks in advance
// Peter