Log in

View Full Version : Starting from scratch



DurtyDuval
06-05-2007, 04:54 PM
Ok i need a pop up script that lets users input their information and it submits into a database which can be viewed and printed

now i dont know exactly how to set any of this up so any help or comments would be helpful

djr33
06-05-2007, 06:01 PM
Take a look here:
http://php-mysql-tutorial.com

A popup shouldn't affect this much. Just use javascript to open a new window (window.open), then close that window (window.close) when you are done with the from (probably on the confirmation page).