Of course you can do that!
PHP is server side and javascript is client side...
you can work with javascript within PHP like you work with HTML!
Valter Santos
WEB/WAP Consultant
> -Original Message-
> From: Jack [mailto:[EMAIL PROT
Doesn't seem like its the CPU that's causing it to run slowly if it only
hits 55%. You've got 45% of your CPU idling.
Slowdowns are caused by some bottleneck hitting 100%. Look deeper into the
problem (hard disk, database, etc) to find the bottleneck...
Regards, John
"Aaron Bolyes" <[EMAIL PRO
php-windows Digest 2 Sep 2001 18:35:35 - Issue 734
Topics (messages 9167 through 9169):
SERVER ERROR when using mail()
9167 by: Roger vd Werf
how to configure php to support oracle?
9168 by: ³ÂÓ±ÐÐ
PHP hog on CPU resources
9169 by: Aaron Bolyes
Administrivia:
To
Greetings,
I installed php and myslq to use postnuke, the install went fine, but the
site is very slow. When sitting in front of the server (which is a dual PII
400 with 512M of ram) I notice the CPU usage goes up to 55% when php.exe is
ran (whenever someone loads the website), and as soon as th
hi, everyone, could you please tell me that how to configure php to support
oracle?
my platform is windows2k, php4 + apache. i downloaded php, that's a zip file.
i just decompress it to a directory and configured apache to add php module.
and my oracle is not on the same computer of apache.
To all PHP users!
My system runs on IIS4.
After configuring the send mail variables in the php.ini i can send mail
messages to multiple recipients.
mail("[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]","test","me@serv
er.com");
This works fine when the number of recipients is under 30 wh