Jan 26th, 2012, 8:08 PM
I am working with a new form uploaded to my server but form is returning 0....
I just dont understand why....
My testForm.php page looks like this...
and i have placed the global folder along with the process.php folder on the root of that directory but still nothing...
please help i am sooooooooo lost on how to implement this...
I just dont understand why....
My testForm.php page looks like this...
Code:
<html>
<head>
<title>Personal INFO</title>
</head>
<body>
<form action="http://www.hostdbc.com/testForm/process.php" method="post">
First Name:<input type="text" size="12" maxlength="12" name="Fname"><br />
Last Name:<input type="text" size="12" maxlength="36" name="Lname"><br />
<input type="submit" value="submit" name="submit">
</form>
and i have placed the global folder along with the process.php folder on the root of that directory but still nothing...
please help i am sooooooooo lost on how to implement this...