Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Catch new posted data
Hello !
I ve added a checkbox in the comment_form section, defined as:
But i don't understand how to catch this new parameter information, i tried to write
if ($isset( $_POST['atReplyCheckBox'])) {
$param = $_POST['atReplyCheckBox']
in the comment_form, post.php either comments.php. But cannot cath it ! Should be an easy one i guess,
sorry for the disturbing
cheers.
I ve added a checkbox in the comment_form section, defined as:
But i don't understand how to catch this new parameter information, i tried to write
if ($isset( $_POST['atReplyCheckBox'])) {
$param = $_POST['atReplyCheckBox']
in the comment_form, post.php either comments.php. But cannot cath it ! Should be an easy one i guess,
sorry for the disturbing
cheers.
0
Comments
just wondering now if it's possible to cath the posted data in other "pages" (i.e like comments.php)
are they stored somewere in an object ? i need some help for that ! thx a lot !