Jump to content

Submit to a file with out visiting it?


Recommended Posts

Is their a way to send data to a page without actually going to that page?

 

I'm just using a form and post method:

 

								<form action='chat_frame.php' method='post'>

							<input type='text' name='chat' class=generic_black'>

							<input type='submit' value='Shout!' class='generic_black'/>
							</form>

 

But I don't want to visit that page while posting...  ???

Link to comment
https://forums.phpfreaks.com/topic/106207-submit-to-a-file-with-out-visiting-it/
Share on other sites

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.