Maximun execution time

wxdqz

New Member
i know that my server maximun execution time is around 1 minutes..so i decided to interface it with c.if i want to do a background process..it is good to use system() .. but can anyone can tell me how can i redirect the output of my program to a file.

example
system(\"./ali2.php3 $html $email $replykepada $filepath $filename\");
 
Back
Top