[thelist] Form Submission (POST)

Burhan Khalid burhankhalid at members.evolt.org
Mon Jun 17 03:16:01 CDT 2002


Hello All :

	This question has a few parts.

	1.	I wanted to know if there was a way to send POST data
without using a form. You know how you can
		append GET query to a link (send.php?id=value;id=value),
etc. Is there a way to do this but with POST?

	2.	If the answer to 1 is no, then is there a way to have
two submit button in the same form that send different 		data?
Currently I have two forms (with no fields displayed). I wanted to be
able to have one form, two
		submit buttons, but each one send different set of data
via POST.

Thanks again,
Burhan Khalid

<tip type = "PHP" author = "Burhan Khalid">

	basename($PHP_SELF) not working?
	Try $_SERVER["PHP_SELF"]

</tip>







More information about the thelist mailing list