TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 07-12-2011, 06:48 PM   #1 (permalink)
The Contributor
 
Tim Dobson's Avatar
 
Join Date: Feb 2010
Posts: 69
Thanks: 16
Tim Dobson is on a distinguished road
Default stripslashes help

Got a small problem with a bit of code i am working on. I am reading a text file putting it to a temp file (the contents of it) then removing it to creat a fresh copy. Then i am adding the old content back and adding the new content to it also that was submited in the form, but the contents contain slashs which are messing up the page because the page reads the file and displays the contents in it.

I come out with this to strip the slashs but for some reason it wont work.

PHP Code:
//now lets pull out the tmp data (old data)
    
$ctoaddtmp file_get_contents("../DOCS/originalsLISTtmp.txt");
    
//$ctoaddorg = file_get_contents("../DOCS/originalsLIST.txt");
    //now input the old data to the file
    
$myoldfile "../DOCS/originalsLIST.txt";
    
$ctoadd3 $ctoaddtmp $displaytext;
    
stripslashes($ctoadd3);
    
$fhtmp fopen($myoldfile'w') or die("can't open file");
    
fwrite($fhtmp$ctoadd3);
    
fclose($fhtmp); 
It just does nothing, the slashes remain there and wont move, could someone please point me in the right direction! Thanks
Tim Dobson is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cleaning data before entering database question Killswitch General 7 12-24-2007 11:29 PM


All times are GMT. The time now is 12:40 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design