On Mon, 09 Apr 2001 12:08:48 -0400, Curtis ([EMAIL PROTECTED])
wrote:
>Hello,
>Could someone please tell me where I am going wrong here.
>I have an HTML form and I want to past the input from a text box to
>the
>next page url to connect
>to my mysql database.
>
>Here is where I am at now....
>
><form name="myEditForm" action="edit.phtml?number=<? '$exedit' ?>"

hehe, you need echo:  <?echo $exedit?>


>method="post" onsubmit="return validate()">
><input type="text" name="exedit" size="20">
><input type="submit" value="Submit" name="submit">
></form>
>
>the onsubmit is a javascript for validation.
>
>I have tried this every which way, but the correct way.
>
>Could someone point me in the right direction.
>
>Thanks
>Curtis
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: php-list-
>[EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to