Jump to content

[SOLVED] methods to send information using PHP


hasanatkazmi

Recommended Posts

i have this form

 

 

 

 

<form name="log" action="<?php echo $_SERVER['PHP_SELF']?>" method="post">

Email:

<input type="text" name="email" maxlength="40">

Password

<input type="password" name="pass" maxlength="50">

<a href="#" onclick="document.log.submit();">Submit Form</a>

</form>

 

but this submit link didnt work, plz help

Hmm... Can you elaborate on "this submit link didnt work".? Did you receive any errors (e.g. yellow triangle in the bottom left of the page)? Did it do absolutely nothing?

 

It works for me. Do you really have [/url] at the end of that link or did the forum do that?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.