prob

Oleg Butuzov

New member
<?
if($_GET['name'])
{
echo "$_GET[name]";
} else {
echo "<form method=get action=$PHP_SELF>
<input type=text name=name>
<input type=submit>
</form>";
}

?>

one more question : What you mean whan say phpdev ?
 
Try using Foxserv 3.0, all versions of apache, mysql, and php are current... simple install...
 
Back
Top