Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-23-2008, 07:56 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Question My submited form retruns !_POST

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 01:52 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Exclamation [solved]

I SOLVED my problem with this URL
- Wiki | CodeIgniter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:14 PM.