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
Getting different problems while trying to write into db
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Getting different problems while trying to write into db
Could you please explain what problems you are having
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: Getting different problems while trying to write into db
check the first linksocial_experiment wrote:Could you please explain what problems you are having
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Getting different problems while trying to write into db
Code: Select all
<?php
$story=isset(striplslashes($_POST['story']));
// should be stripslashes(); you have an extra 'l' in there.
?>“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering