Search found 3 matches

by vpendse
Wed Apr 12, 2006 11:37 pm
Forum: PHP - Code
Topic: assigning html code to a variable
Replies: 4
Views: 386

I found strstr() ! Hooray.
by vpendse
Wed Apr 12, 2006 11:36 pm
Forum: PHP - Code
Topic: assigning html code to a variable
Replies: 4
Views: 386

Thanks for the quick responses! They certainly helped. Is there a way in PHP to search for the first occurence of a string of text in a variable and truncate to that position?
by vpendse
Wed Apr 12, 2006 10:53 pm
Forum: PHP - Code
Topic: assigning html code to a variable
Replies: 4
Views: 386

assigning html code to a variable

hi, I'm pretty new to php, and this is probably a simple question. what I'm trying to do is manipulate source code of a website to display only the part of the code I want it to display. so I'm planning to assign the code of a website to a variable, then play around with that variable until it only ...