Search results

  1. T

    Hiring PHP Programmer

    send me more details
  2. T

    Problem my display data php mysql

    the problem is where you insert the link can you check in database if the link is correct?
  3. T

    GibbletGfx | Quality Graphic Solutions

    added you on gtalk, need a logo
  4. T

    Check if upload failed

    you can try to use stristr function $download_link = shareonlinebizupload($filename,$filelocation,$user, $pass); // Let's upload if(stristr($download_link,'share-online.biz')) echo 'uploaded'; else echo 'failed'; //or upload again
  5. T

    Check if upload failed

    First, how you upload?
  6. T

    Selling 9gagclonescript

    You should post proof thar you are allowed to resell the script.
  7. T

    Selling 9gagclonescript

    The script is 99$, how you are selling with 25$?
  8. T

    [Contest] $1750.00 in winnings

    Nobody will post here the details you request
  9. T

    Whats is this script ?

    most probably is a custom script, i didn't saw something like that before
  10. T

    Kimsufi 2G for upload/download?

    i am interested to know too
  11. T

    mysql syntax error

    try this: $username = $_SESSION['username']; $sql = mysql_query("SELECT * FROM members WHERE username='" . $username ."'") or die(mysql_error()); $fetch_users_data = mysql_fetch_object($mysqlquery); will show the mysql error
  12. T

    Show/Hide div

    in toggle('hidden') function you must set the id. The id must be unique on the page, you have the id "hidden" for all divs. Try this: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script language="JavaScript">...
  13. T

    movies that made you cry

    Titanic The lovely bones
  14. T

    Such a Beauty!

    really weird ...
  15. T

    Any idea about this error??

    You are sure you added the mysql user to that database?
  16. T

    Free filehost buttons by Gamelord

    nice buttons
  17. T

    php melody ? :)

    post here or send me the html files
  18. T

    MediaFire API: want to sort...

    Here: <?php function sortmulti ($array, $index, $order, $natsort=FALSE, $case_sensitive=FALSE) { if(is_array($array) && count($array)>0) { foreach(array_keys($array) as $key) $temp[$key]=$array[$key][$index]; if(!$natsort) { if...
  19. T

    [Need Help] IFrame Plugin

    Try this http://wordpress.org/extend/plugins/wordpress-theme-demo-bar/
Back
Top