Results 1 to 2 of 2

Thread: What is the easiest way to practise using PHP and mySQL?

  1. #1
    Join Date
    Feb 2011
    Posts
    62

    What is the easiest way to practise using PHP and mySQL?

    I want to start using PHP and mySQL to help me with my work. Does anyone know if and how I can set up somewhere locally on my computer or something where i can test my pages and database as if it were live on a web server?
    Thanks

  2. #2
    Join Date
    Sep 2008
    Posts
    899
    http://www.webdevforums.com/showthre...MP)-Web-Server
    If you are using a Mac:
    http://www.mamp.info/en/index.html
    If you are running a Linux system, here's a link that might lead you to what you need. It also lists some of the choices available for Windows and Mac.
    http://en.wikipedia.org/wiki/List_of_AMP_packages
    You can also install all of the components (Apache, MySQL, PHP, phpMyAdmin) separately and then configure them to work together, but it can be a pain compared to the bundled packages. Been there.
    Last edited by djlebarron; 05 Apr 2011 at 10:13 PM.

Similar Threads

  1. PHP, mySQL
    By rabbitkillrun in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 05 Jun 2007, 12:42 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
  •