tags:

views:

40

answers:

2

How to Load test an php webpage..

A: 

You could get a web-hosting, or download and use XAMPP

Extrakun
I don't think he means "load and test", he means "load test". i.e. figuring out how many simultaneous users can hit it at once.
ceejayoz
Guess I misunderstood.
Extrakun
+1  A: 

You should investigate further into the following:

Both are power and can be used to profile/load test a web application pretty easily. Should get you started ...

Mr-sk