Page 1 of 1

tab delimited text file

Posted: Fri Feb 13, 2004 6:19 am
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

Posted: Fri Feb 13, 2004 6:23 am
by JayBird
to produce a tab, you use \t

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

Mark

Posted: Fri Feb 13, 2004 6:26 am
by lazerbri
Thanks that works fine
thanks again