![]() |
Problem with PHP Forms I have a concern for PHP. I'm trying to code a test system, or survey, but it does not work. It returns me directly to the result, knowing that $result is $ q2 ... I do not understand this.. Could you enlighten me on this? Here is the code: PHP Code: |
Re: Problem with PHP Forms 1. a more explicit please 2. You Do not initialized your variables. A small error_reporting = E_ALL | E_STRICT in php.ini you do the most good. |
Re: Problem with PHP Forms On one page to another you do not retransmit the responses of old forms. $q1 and $q2, therefore can not exist simultaneously. Code: $ q1! = "" & & $ q2! = "" |
Re: Problem with PHP Forms Thank you I'm not good on this one. Wow it works! |
All times are GMT +5.5. The time now is 06:31 PM. |