Search found 2 matches

by rebeldeveloper'
Sun Jul 12, 2015 10:59 am
Forum: PHP - Security
Topic: Advise for sending data into db with form
Replies: 2
Views: 27735

Advise for sending data into db with form

Hi Everybody, i am a php/mysql newbie and i am trying to create form to send data into db. here are the condition i want to meet: 1-data should go to db only when all fiels are filled 2- prevent script from running when conditions are met here is my code: <form METHOD="POST" ACTION="<...
by rebeldeveloper'
Thu Jul 09, 2015 4:47 pm
Forum: PHP - Security
Topic: get_magic_quotes_gpc() function got deprecated. Please help
Replies: 1
Views: 23668

get_magic_quotes_gpc() function got deprecated. Please help

Hi everybody, I am a php developer newbie. I really want to master php in my road on becoming a serious developer. I came to know that the get_magic_quotes_gpc() function is deprecated in php 5.5 and removed. is there any function that could help in security? Pleas take a look at this function and g...