Likes Received By coffeesonnow

  1. SeoVeteran33 liked coffeesonnow's post in the thread Advanced Php Issue - Will Give Green Rep For Help.

    include ("config.php"); include ("functions.php"); should probably be include ("full/path/to/your/script/config.php"); include...

    Jun 25, 2008
  2. Seqqa liked coffeesonnow's post in the thread Need to pass URL into HTML from URL variable?.

    You mean like src="<?php echo $_GET['url']; ?>" ?

    Jun 19, 2008
  3. fadetoblack22 liked coffeesonnow's post in the thread Rss feed help.

    <?PHP $feed = "http://rss.paddypower.com/rss/AffiliateFootballSteamers.xml"; $AFF_ID = "[10001227]"; $noresults = "[NO...

    Jun 17, 2008
  4. Al Capone liked coffeesonnow's post in the thread Trim the first 2 words of an echo.

    <?php $names1 = str_replace("User Name ","" , $names); echo $names1; ?> should work.

    May 29, 2008