Jump to content

Recommended Posts

I have a site that will have non computer savy users inputting a large amount of data into my MySQL table and I want to ensure no dangerous code gets in and that info comes back the way it is entered.  For example I entered a name like j'izzle and it comes back j/'zzle from the $_POST var and i want to make sure it goes in the table okay.  Any tips on this I have done a lot of the basic stuff like dates I make sure are selects, but I need just need to know what to watch out for

mysql_real_escape_string() is a good function to use when putting information into the database.

 

Just make sure you do good input checking before anything is inserted into the database. Also make sure the users can't submit HTML, or limit what they can use.

 

There are lots of security tutorials out there, you just have to google it.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.