Passing $_POST from Form - Joomla! Forum - community, help and support
hello. trying write module has form , pass post data itself. whenever try access $_post via php in module it's empty.
what have $_post variables php?
here's specs:
joomla: 1.0.12 stable [ sunfire ]
php: 5.1.4
web server: apache/2.2.0 (fedora)
here's form tag:
thanks!
what have $_post variables php?
here's specs:
joomla: 1.0.12 stable [ sunfire ]
php: 5.1.4
web server: apache/2.2.0 (fedora)
here's form tag:
code: select all
<form name="signup" action="index.php?option=com_content&task=view&id=27&itemid=32" method="post" onsubmit="return checkrequiredfields()">
thanks!
i having same problem, know code works tho.
i had working on dev site, moved files on production , site works fine when submit forms, $_post empty.
anyone have ideas why?
robb
i had working on dev site, moved files on production , site works fine when submit forms, $_post empty.
anyone have ideas why?
robb
Comments
Post a Comment