Likes Received By Oli3L

  1. khawar latif liked Oli3L's post in the thread I want to create check.

    <? $file = "http://..../index.html"; $exp = explode(".", $file); $extension = strtolower(end($exp)); if($extension == "html") {...

    May 12, 2012
  2. Unknown Member liked Oli3L's post in the thread FTNHOSTING cPanel Resellers $1.25/Month or $9.50/Year *New Server* *Adult Hosting*.

    FreeTheNoob..

    Jun 10, 2008
  3. whiteblue1942 liked Oli3L's post in the thread noob problem with php.

    try this: $result = mysql_query('SHOW COLUMNS FROM users') or die('Invalid query: ' . mysql_error());

    Apr 11, 2008