Hi,
Will posted just a few minutes before I wanted to do it...
Adrienne <> schrieb:
> <a href="somepage.php?text=Supercalifragilisticexpial idocious"
> target="main">Some Page</a>
I tested this with a tiny page:
<html>
<body>
<?php echo "display parameter: " . $abc; ?>
</body>
</html>
Result of calling test.php?abc="xy" is only an error msg:
"Notice: Undefined variable: abc in test.php on line 3"
Is there a way to define a variable without assigning a value? Maybe
somewhere in the header?
Any hint?
TIA
Roland