Jump to content

Loop $_POST?


JREAM

Recommended Posts

Is there a faster way to apply "mysql_real_escape_string" through the Posts of a form?

Because Im going to have to insert these a LOT

`title`='".mysql_real_escape_string($_POST['title'])."', 
`content`='".mysql_real_escape_string($_POST['content'])."', 			`public`='".mysql_real_escape_string($_POST['public'])."', 

Link to comment
https://forums.phpfreaks.com/topic/155793-loop-_post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.