• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Replace text in $_POST in Scripts called on form

Replace text in $_POST in Scripts called on form 6 years 1 month ago #38029

Hi,

I need to replace "<br />" with <"\n"> in the $_POST. But it doesn't work... any idea ?
$_POST = str_replace("<br />","\n",$_POST);
print_r($_POST);
or
$_POST[form][myform] = str_replace("<br />","\n",$_POST[form][myform]);
print_r($_POST);
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!