Hello!
How do I put a querystring here please? I would like to add "$id" as a querystring.
Klas
<form method="post" action="<?PHP echo $PHP_SELF?>">
$string="?id=fred"; $url=$PHP_SELF.$string; <form method="post" action="<?PHP echo $url>">
Thanks, works great. 🙂