Our World-Famous Discover Multi-Panel Drug Dip Test is a one-step test for simultaneous detection of drugs in urine. Custom configurations are available on all rapid drug test products. Clia Waived, FDA 510K, Health Canada II & III; 99% accuracy, USA Made strips and reagents.
MAMP is a free distribution package that makes it easy to install Apache Web Server, PHP, and MySQL. Before installing MAMP, you should turn off any other web servers and instances of MySQL you have running on your Windows machine.
- Saliva drug test results can be read in minutes and there is no need for a laboratory or bathroom. Saliva drug tests offer earlier drug detection window compared to other drug testing methods. Select oral drug test kits feature a saliva indicator to confirm adequate sample collection.
- With MAMP PRO you can easily connect your local server to an existing dynamic DNS provider, such as no-ip.com. This makes it very easy for clients and interested parties to access the results of your work very quickly via the Internet.
- Download the latest version of MAMP:
- Run the downloaded file (e.g., MAMP_MAMP_PRO_4.1.exe) and click through the installation wizard.
- If prompted, you do not need to install MAMP PRO or Apple Bonjour.
- Accept the License Agreement.
- Leave the default for the installation directory (C:MAMP).
- Leave the default for the Start Menu folder (MAMP).
- Close the wizard when setup is finished.
Running MAMP on Windows
Careful!

Be very careful to follow these steps exactly. MAMP can be finicky. If something goes wrong, often the easiest thing to do is uninstall MAMP and start the process over again.
To run MAMP...
- Navigate to C:MAMP in Windows Explorer and open MAMP.exe. If you get a security alert, allow access. You should see a window like this one: The servers (Apache Server and MySQL Server) should have automatically started. If they did not, start them by clicking on Start Servers.
- Open MAMP Preferences:
- Change the Apache port to 8888:
- Click on Open WebStart Page: The following page should open in your browser:
Class Files
- After downloading the class files, create a folder in C:MAMPhtdocs named 'Webucator' and extract your class files in that folder:
- Rename the ClassFiles folder to php:
- To test that your setup so far is correct, open your browser and navigate to http://localhost:8888/Webucator/php/. You should get a listing like this:
- Click PHPBasics, then click Demos, and then hello-world.php. You should get a page that looks like this:
Setting the MySQL Password
The PHP files use 'pwdpwd' for the MySQL root password, while the default password used in MAMP is 'root'. In your browser, navigate to http://localhost:8888/phpMyAdmin/.
Note: It is important to do these steps in the order specified.
- Click the mysql database on the left.
- Click the SQL tab at the top.
- Enter the following in the textbox under Run SQL query/queries on database mysql:
- Click Go.
- You also need to update the password in C:MAMPbinphpMyAdminconfig.inc.php. Open the file in your editor (e.g., Visual Studio Code) and change the password setting as show below to 'pwdpwd'.
Installing the poetree Database
Use phpMyAdmin to install the poetree database used in class.
- Click on the Import tab heading
- Click the Choose File button.
- Browse to the poetree-db.sql file in your class files (C:MAMPWebucatorphppoetree-dbsql).
- Click Open:
- Click the Go button on the bottom left of the page.
- You should get a Success message and poetree should be added to your list of Databases.
One Final Test
Point your browser to http://localhost:8888/Webucator/php/Database/Solutions/phppoetry.com/. If you see a page like this, you're all set:
And that's it
Happy MAMPing!
Recommended Code Editor
Visual Studio Code (Download, Install, and Set up VS Code)
While you may use a different editor or IDE, Visual Studio Code is an excellent IDE to learn to code on. It provides a nice balance of power and simplicity and it is available on Windows and Mac.
MAMP is a free distribution package that makes it easy to install Apache Web Server, PHP, and MySQL on a Mac.
Installing MAMP on a Mac
- Open the downloaded file (e.g., MAMP_MAMP_PRO_4.5.pkg) and click through the installation wizard.
- Close the installation wizard.
Running MAMP on OSX
To run MAMP...
- Navigate to Applications/MAMP in Finder and open MAMP.app
- Click Start Servers:
- The following page should open in your browser:
Class Files
- After downloading the class files, create a folder in htdocs named 'Webucator' and extract your class files in that folder.
- To test that your setup so far is correct, open your browser and navigate to http://localhost:8888/Webucator/ClassFiles/. You should get a listing like this:
- Click PHPBasics, then click Demos, and then HelloWorld.php. You should get a page that looks like this:
Setting the MySQL Password
The PHP files use 'pwdpwd' for the MySQL root password, while the default password used in MAMP is 'root'. In your browser, navigate to http://localhost:8888/phpmyadmin/.


Note: It is important to do these steps in the order specified.
- Click the mysql database on the left.
- Click the SQL tab at the top.
- Enter the following in the textbox under Run SQL query/queries on database mysql:
- Click Go.
- You also need to update the password in /Applications/MAMP/bin/phpMyAdmin/config.inc.php. Open the file in your editor (e.g., Visual Studio Code) and change the password setting as show below to 'pwdpwd'.
Installing Northwind Database using MAMP
We use the Northwind database in this class.
- To install the Northwind database used in class, open your browser and navigate to http://localhost:8888/phpmyadmin.
- If it asks you to login, the username is 'root' and the password is 'pwdpwd'.
- On that page, click on the Import link under the Localhost heading. After, it should say 'Importing into the current server'.
- Browse to the Northwind-MySQL.sql file in your class files (/Applications/MAMP/htdocs/Webucator/ClassFiles/Northwind-MySQL.sql).
- Click the Go button on the bottom left of the page.
- You should get a Success message and Northwind should be added to your list of Databases.
Mamp Test On Iphone
One Final Test
Point your browser to http://localhost:8888/Webucator/ClassFiles/ManagingData/Demos/EmployeeReport.php. If you see a page like this, you're all set:
And that's it
Happy Mac MAMPing!
Recommended Code Editor
Mamp Test Results
Visual Studio Code (Download, Install, and Set up VS Code)
Mampuesto Definicion
While you may use a different editor or IDE, Visual Studio Code is an excellent IDE to learn to code on. It provides a nice balance of power and simplicity and it is available on Windows and Mac.
