|
3.1.5 - Testing with URL |
Top Previous Next |
|
Testing the database manually
Option A:
If you have launched the main page http://speedcheck.yourserver.com/SpeedCheck.php you can click on the "Database Connection" link.
Option B:
In your browser, go to the following link and see if it writes to the database:
http://speedcheck.yourserver.com/SpeedCheck_statistics.php?transfer_type=1&transfer_size=10&time_taken=15&session_id=sc_1234567890_123
If it works, in PhpMyAdmin, click on "Browse" you should see the record being written to the database:
Select * from speedcheck_stats limit 0,30
|