Can PHP do?
I've few doubts; i m asking 2 problem here.
1st, can we use PHP for maintaining mailing-lists. Say, we've 1000 users, need be e-mailed a subscription newsletter i.e. $message is same, loop through e-mail array in db.
2nd, Web site search. We maintain database after reading files using PHP -n- manipulate results from db.
Question is, if PHP is a solution4these problems, also, when users' ( 1 ), keywords' ( 2 ) dbs grow big! There is also a limit of a PHP script execution. In 1st case, PHP has to parse, suppose 10k subscribers, -n- generate 10k e-mail4sendmail program.
Is PHP feasible4such things.
What else, is a better -n- professionally used solution.
I don't know CGI? Perl?
Please discuss.
|