PROBLEM WHIT FORMS
Posted by: ft7 (---.genericrev.cantv.net)
Date: April 13, 2006 11:32PM

I have a problem making a php form, when I send the form all content it's delete and clear all the var's.

I need to store the form content on a mysql database, but the Wamp server delete all, if I use other server my form work..

What I can do, for send my form to the database with WAMP server?

Options: ReplyQuote
Re: PROBLEM WHIT FORMS
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: April 14, 2006 12:06AM

make sure you script uses php style tags, not ASP style. Change the first line of your php script:
<?

to:
<?php

Options: ReplyQuote
Re: PROBLEM WHIT FORMS
Posted by: ft7 (---.genericrev.cantv.net)
Date: April 15, 2006 10:53PM

thanks by the answer but I always begin my code whit <?php

so, that may be not it's the problem..

Options: ReplyQuote


Sorry, only registered users may post in this forum.