Page 2 of 2

Posted: Tue Dec 06, 2005 4:38 am
by Chris Corbyn
joecrack wrote:i mean now it is moving to the next url but .. the submit to the sql database does not work anymore^^
it is htm page yeah
HTML can't handle dynamic content like form submissions unless you're just doing a simple mailto. Unless you have your web server set up to parse .htm files with the PHP engine nothin will happen when you reach the .htm page... it's will simply be displayed.

Posted: Wed Dec 07, 2005 2:19 am
by joecrack
i solved it - i did the action="" and on the linked page i put all the sql-querys!!!