Page 1 of 1

Getting different problems while trying to write into db

Posted: Thu Nov 15, 2012 10:37 pm
by pHp_n0ob
Errors,one after another,please help me out...
I am trying to writing into db using a html form,but getting problems one after.

Here's the php page http://topx.3owl.com/add_story.php
Here's the Script
http://topx.3owl.com/add_story.txt

Re: Getting different problems while trying to write into db

Posted: Thu Nov 15, 2012 10:59 pm
by social_experiment
Could you please explain what problems you are having

Re: Getting different problems while trying to write into db

Posted: Fri Nov 16, 2012 5:58 am
by pHp_n0ob
social_experiment wrote:Could you please explain what problems you are having
check the first link

Re: Getting different problems while trying to write into db

Posted: Fri Nov 16, 2012 6:06 am
by social_experiment
:) Please paste your code here and indicate line number 14.

Code: Select all

<?php
$story=isset(striplslashes($_POST['story']));
// should be stripslashes(); you have an extra 'l' in there.
?>