Mailinglisten-Archive |
"Andrae, Tobias" wrote: > <a href="neue_datei.php3?variable_1=<?echo $variable_1?>&variable_2=<?echo > $variable_2?>" target="_self"><? echo $variable2 ?></a> Das wäre dann <a href="neue_datei.php3?variabe_1=<?php echo urlencode($variable_1) ?>&variable2=<?php echo urlencode($variablw_2) ?>" target="_self"><?php echo htmlentities($variable2 ?></a> für die meisten Fälle. In allen anderen Fällen will man das htmlentities() weglassen. Kristian -- Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00 Using PHP3? See our web development library at http://phplib.netuse.de/ (We have moved! Update your bookmarks!)
php::bar PHP Wiki - Listenarchive