|
Post by Reverse Blade on Apr 24, 2008 19:42:00 GMT -5
How do you do something like that and match() with php. I want to find certian info from the page and flat file but dunno how to do it.
|
|
|
Post by Tobias on Apr 25, 2008 19:47:40 GMT -5
I'm not sure what you mean by innerHTML in PHP since it usually doesn't deal with HTML nodes, but for match in PHP you'll probably want to use preg_match().
|
|
|
Post by Reverse Blade on Apr 25, 2008 21:17:30 GMT -5
I've tried that but didn't work, I'll try it again though
|
|