QAds
Samsung SL30 10MP Digital Camera with 3x Optical Zoom and 2.5 inch LCD
$69.74
Sony Ericsson T715 Slider 3G Phone in Rouge Pink
$149.96
Apple iPad 64gb Wi-Fi
$648.97
Nokia N97 3G, 5 MP Camera, A-GPS, 32 GB, MicroSD Slot
$374.99
:: HOME » PHP » How can I remove links from content?
 
How can I remove links from content?
How can I remove links from content? I read some WEBsite content and it has so many links inside and I want to remove all links from it. how can I do that?
at first you need to take string between <a></a> tags and then you need to replace it. you can use below code to do that.

 
 
Code
$text = '.. content here ...';
$p1 = strpos($text, '<a href=');
$p2 = (strpos($text, '</a>') 4) - $p1;
$rep = substr($text, $p1, $p2);
echo str_replace($rep, '',$text);
 
 
NEW ANSWER
 
Your E-Mail Address
»
Your e-mail will never be shown!  
   
 
Answer
»
Please type your ANSWER and please use [CODE] tag for your codes!  
  Add CODE Quote BOLD ITALIC Underline Align Left Align Center Align Right Add Line  
   
 
Human Check
»
Enter human check code below!  
   
 
       
 
 
mc sinema sudoku