Likes Received By scriptjerk
-
ryan_uk liked scriptjerk's post in the thread Parsing CSS with PHP.
Possibly. If you need some coding help, let me know, i have spare time over the next few days.
Jul 15, 2013 -
EmmanuelFlossie liked scriptjerk's post in the thread how to eliminate images as clickable links.
line 8 echo '<a href="'.get_permalink().'" title="'.the_title_attribute('echo=0').'">'.$img.'</a>'; Change to: echo $img;
Jul 15, 2013 -
browntwn liked scriptjerk's post in the thread how to eliminate images as clickable links.
line 8 echo '<a href="'.get_permalink().'" title="'.the_title_attribute('echo=0').'">'.$img.'</a>'; Change to: echo $img;
Jul 15, 2013 -
EmmanuelFlossie liked scriptjerk's post in the thread Code to download youtube videos.
Here is the code i created to download youtube videos. /** * Page Scrapper * @returns string */ function curl_content($url){...
Jul 14, 2013