|
|||
|
Hi there!
I started new project days ago and by searching web for right framework i ended with ZF. I hope i did the right choice. However i am not that type of guy asking weird question over the forms but this one quite get my brains and skills to the maximum. So it left me no choice ![]() After reviewing some of the ZF Docs and Videos i started the project. So far so good until i didn't face the form. I did 1000 of 1000 forms in my work time and i never faced that problem before. Problem description: My form <form method="POST"> returns FALSE while <form method"GET"> returns TRUE. In this case FALSE means blank or no data submit through the form. Form structure: <form method="POST"> <label>X:</label> <input type="text" name="X" id="X" /> <label>Y:</label> <input type="text" name="Y" id="Y" /> <input type="submit"> </form> What i already tested: Not quite much. But i did move form to the root of the web page and i was able to read POSTed request through <?php echo "<pre>".print_r($_REQUEST, 1)."</pre>"; ?> successfully - my array was TRUE. When i put form back within Zend Front Controller - form returns FALSE array again. I am able to get TRUE with _GET within Front Controller and on root. My Local Server: Windows XP Operation System with Apache 2 web server. mySQL5.5 & PHP-5.2.3-Win32 My Question: - I might missed something important that ZF requires in php.ini or httpd.conf ... or? Thanks for looking forward into this issue. I would be more than happy to get solution from any expert out there and continue with my project. |
|
|||
|
I SOLVED my problem with this URL
- Wiki | CodeIgniter |
![]() |
| Thread Tools | |
| Display Modes | |
|
|