explain by example : f.php :
d$=$_Get['ad'];
print d$;
index.php :
for $i=0 to 200000
// run f.php?ad=i$
run f.php but dont wait to finish f.php how can do that?
i find php asynchronus but i dont now this is working realy or existing other solution or is this best solution?!!
when use exec and how ??