Friday, August 18, 2000, 12:43:52, "Cristian N. Bradiceanu" <[EMAIL PROTECTED]> wrote:
> Dragos P wrote:
>> Revin cu o intrebare legata de php.
>> Intr-o pagina generata de un script php, am o linie de forma:
>> echo "<a href=\"showkkt.php?nkkt=$kkt\">$kkt</a>";
> pune echo "<a href=\"showkkt.php?nkkt=" + urlencode($kkt) +
"\">$kkt</a>";
Sau si mai bine,
echo "<a href=\"showkkt.php?nkkt=".urlencode($kkt)."\">$kkt</a>";
. in loc de +
In unele configurari php va face urit la +
--GZ
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.