I have many text files stored on my server. I call them use using the
"readfile" function. While that works great, it seems to over-write the hard
returns. This has hurt the format and readability of my information.
ie.
text file:
This is
a
test
output:
This is a test
is there someway to get
hello,
I have a bunch of "Banner" strings (ie. $banner1, $banner2, $banner3,
$banner4). I have another set of "random" strings that randomly generate a
value 1-4 ($RandBanner1, $RandBanner2, $RandBanner3,$RandBanner4). Now I
want to display $banner1-4 randomly. I plan on doing this by:
print "
Hello,
I was just typing a msg and accidentally hit send before I could
finish.. sorry..
I have a file, its contents are as follows:
Name of person1, string1
Name of person2, string2
Name of person3, string3
Name of person4, string4
Name of person5, string5
I want to alphabetize the list fr
Hello,
I have a file...its contents are as follows:
Name of person1, string1
Name of person, string
Name of person, string
Name of person, string
Name of person, string
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
I was looking for a good book that teaches you how to use PHP (mainly 3)
with MySql. I went to Amazon.com and found "MySql" by Paul Dubois, which was
supposed to be THE book for mySql programming. However, after reading some
of the customer reviews, it said that it was "light" in the PHP s
5 matches
Mail list logo