I want to write php script that fill out form online. Any ideas how to do it?
Originally posted by mikerh9 I want to write php script that fill out form online. Any ideas how to do it?
You mean like a HTML form? If so, what do you want it to do?
yes.. html form. I need to enter info online. Every 2 hours
Well I suggest you look at this tutorial: http://webmonkey.wired.com/webmonkey/programming/php/tutorials/tutorial4.html
It will show you how to use a FORM with PHP and a MYSQL database. It's a very good tutorial and I learned a lot from it.