Results 1 to 5 of 5

Thread: Making PHP and MySQL Talk?

  1. #1
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts

    Making PHP and MySQL Talk?

    Been trying to set up PHP and Mysql on my comp...only prob is that it runs windows as i dont have access to linux atm.

    making these work on windows is just not working.

    any script with mysql commands doesnt work at all, i cant get phpmyadmin to work, the admin utility that comes with mysql wont let me create databases.

    i have added the "load mysql module" into php.ini
    i have added various other lines into php.ini after folowing many guides on the internet.

    quite frankly im confused and stressed out tryin to get this to work. php works fine....just it doesnt want anything to do with mysql.

    anybody got experience in setting this up on windows and wanna lend a few pointers?

    much appreciated,

    Dave

  2. #2
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Get WAMP.

    It's apache, mysql and PHP in a single package - works in harmony out of 'the box'.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  3. #3
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts
    wow......if this works im in your debt

    thanks man!

  4. #4
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    if your on windows try phlanger, still beta
    http://www.php-compiler.net/

    its soo much faster than php, or zend.

    If your on POSIX system, this runs well under mono apparently.
    throw new ArgumentException (String, String, Exception)

  5. #5
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts
    well i got wamp working thanks guys, but animus i will bear this in mind for next reformat thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MySQL (and PHP)
    By mike_w in forum Software
    Replies: 13
    Last Post: 27-08-2005, 01:33 PM
  2. Learn PHP & MySQL
    By Matt1eD in forum Software
    Replies: 0
    Last Post: 23-06-2005, 05:01 PM
  3. Newbie questions about phpBB and MySQL
    By Allen in forum Networking and Broadband
    Replies: 6
    Last Post: 24-04-2004, 06:53 PM
  4. PHP and MySQL
    By Kezzer in forum Software
    Replies: 4
    Last Post: 28-10-2003, 02:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •