Tag: Test Scripts

How to test php scripts?

php scripts
Jusi asked:


I would really appreciate if you could recommend any simple tutorials that I can follow to test my php scripts. I want something like PHP Unit Test. Thank you.
I have wamp and the script are running perfect. Maybe was misunderstood.Here is an example of what I meant, but didn’t get it. I need to show after runing a code that the script passed the test or failed.
http://www.lastcraft.com/first_test_tutorial.php

Tags: , ,
php scripts
Jeremy H asked:


i have installed apache and php, but i cannot open one single, stupid, PHP script in my browser.

i want to be able to test my php scripts without uploading to a server.

Tags: , ,
Back to top