Search found 2 matches

by phlai
Sun Feb 11, 2007 4:58 am
Forum: PHP - Code
Topic: Javascript - getElementByType ... PHP got any same function?
Replies: 3
Views: 1417

Oh ic! Regular Expression.. Thanks guys! I will try to find out how to use it! :)

Im a newbie to php.. keke.. hope I can be some help in here also.. :)
by phlai
Sun Feb 11, 2007 1:30 am
Forum: PHP - Code
Topic: Javascript - getElementByType ... PHP got any same function?
Replies: 3
Views: 1417

Javascript - getElementByType ... PHP got any same function?

Hi guys,

If I have a list of words like..

Code: Select all

<font>Hey This</font><br/>
<div>No no..</div>
<a href="test.php">adasd</a>
Is there a way to extract the link test.php out from the contents in php?