my php is reading a text file... in the text file i have a bunch of text beginning with the string "tb= " i want to be able to remove that string of characters from the front of the text so i can add more text, and then add that string on once again...im most grateful for all the help you can give me...thanks
Kyle
newbie question...should be simple enough
Moderator: General Moderators
-
matthiasone
- Forum Contributor
- Posts: 117
- Joined: Mon Jul 22, 2002 12:14 pm
- Location: Texas, USA
- Contact:
to remove the characters read:
http://www.php.net/manual/en/function.substr.php
join the additional text by concatenating.
http://www.php.net/manual/en/function.substr.php
join the additional text by concatenating.