tab delimited text file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
lazerbri
Forum Newbie
Posts: 15
Joined: Sat Dec 27, 2003 8:17 am

tab delimited text file

Post by lazerbri »

Hi.

Is there a php word I can use to put a tab after a string I put into a text file I need to download data from a database put them in a text file so somone like Paypal can use it.

tab-delimited text file

Thanks
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

to produce a tab, you use \t

Read here for others http://uk2.php.net/types.string

Mark
User avatar
lazerbri
Forum Newbie
Posts: 15
Joined: Sat Dec 27, 2003 8:17 am

Post by lazerbri »

Thanks that works fine
thanks again
Post Reply