Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > PHP; problem with fwrite

PHP; problem with fwrite
Thread Tools
Fresh-Faced Recruit
Join Date: Oct 2003
Location: Nebraska
Status: Offline
Reply With Quote
Nov 18, 2004, 03:01 AM
 
Could anyone tell me why fwrite fails in the first code snip and not the second?

snip one
$f_lookup = $art_num.":".$tfile."\n";
fwrite($f_ptr,$f_lookup);

snip two
fwrite($f_ptr,"$art_num:$tfile\n");
     
Forum Regular
Join Date: Nov 2000
Location: Oslo, Norway
Status: Offline
Reply With Quote
Nov 19, 2004, 09:58 AM
 
Originally posted by Hammer65:
Could anyone tell me why fwrite fails in the first code snip and not the second?

snip one
Code:
$f_lookup = $art_num . ":" . $tfile . "\n"; fwrite($f_ptr, $f_lookup);
snip two
Code:
fwrite($f_ptr, "$art_num:$tfile\n");
First of all, what error message are you getting? I can not really see any obvious errors in your code.

Second
Spaces in your code do not cost anything
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:21 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2