Recent content by mind.werx.co76

  1. M

    Count to 1 Million

    2744 wicked kids hacking our system. o_o
  2. M

    Count to 1 Million

    <?php $count = 2734; echo "The current count is ".$count."."; ?> Output: The current count is 2734.
  3. M

    unable to connecto to mysql database

    hi. thank you very much. its all working now. :biggrin:
  4. M

    unable to connecto to mysql database

    i was trying to connect to my MySQL server.. <?php $link = mysql_connect('localhost', 'mindwerx_root', 'mypassword'); if(!$link) { die('Failed to connect to server: ' . mysql_error()); } else { echo "Connected!<br/>"; } $db = mysql_select_db('mindwerx_testdatabase')...
Top