Current location: Hot Scripts Forums » Programming Languages » PHP » file spacing


file spacing

Reply
  #1 (permalink)  
Old 12-15-03, 09:01 AM
unknown12 unknown12 is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation file spacing

i'm making a script that writes mysql data to a file and then uses it to connect to the database. Here is one line of it

$line = "$" . "dataname =" . $HTTP_POST_VARS['name'];

now what would i add to that to make it take a new line in the php file after that?

thanks,
unknown12
Reply With Quote
  #2 (permalink)  
Old 12-15-03, 03:35 PM
Skeleton Man Skeleton Man is offline
Community Liaison
 
Join Date: Jun 2003
Location: Australia
Posts: 406
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by unknown12
i'm making a script that writes mysql data to a file and then uses it to connect to the database. Here is one line of it

$line = "$" . "dataname =" . $HTTP_POST_VARS['name'];

now what would i add to that to make it take a new line in the php file after that?

thanks,
unknown12
If all you want is to add a line break:
$line = "$" . "dataname =" . $HTTP_POST_VARS['name']."\n";
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please I Need help before all my hair is gone! LisatheNovice Perl 6 11-22-03 03:05 PM
ZIP/RAR file comment/.diz/.nfo viewer script net4ward Script Requests 0 11-19-03 04:41 PM
New Web Host, New Problem! justchat PHP 2 09-29-03 02:39 PM
Writes to a text file gamextremer2003 JavaScript 4 09-11-03 09:43 AM
Upload file type and size limiter! Arctic ASP 1 08-02-03 07:06 PM


All times are GMT -5. The time now is 07:33 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.