[PHP] PHP Run Command Line
I need to let PHP run a command as SU... is there any way it can be done? I need it to let Courier compile it's makeuserdb and makemaildir. Any help would be great. -- Matt Simpson Design Coordinator [EMAIL PROTECTED] Online Creator Inc 780 Midpark Dr. Suites 105 & 107 Phone: 613.389.8618 Fax: 613.389.7491 Toll Free: 1.877.768.9327 This transmission is intended only for the correct addressee(s). It may contain privileged or confidential information. Any unauthorized disclosure, copying or retransmission is strictly prohibited. If you have received this transmission in error, please so confirm by sending us a return email copy immediately, then delete the original message. Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] GetImageSize
We are having some serious issues with GetImageSize in PHP 4.0.x and i'm wondering if anyone else had similar issues and solved or came up with a different solution. For some reason, at random and without warning, the function just seems to stop working and does nothing but wait and timeout at 80 seconds. When you go to the page say www.somedomain.com it just waits and does not load anything for 80 seconds, and when it does, the images that use GetImageSize do not load. -- Matt Simpson Design Coordinator [EMAIL PROTECTED] Online Creator Inc 780 Midpark Dr. Suites 105 & 107 Phone: 613.389.8618 Fax: 613.389.7491 Toll Free: 1.877.768.9327 This transmission is intended only for the correct addressee(s). It may contain privileged or confidential information. Any unauthorized disclosure, copying or retransmission is strictly prohibited. If you have received this transmission in error, please so confirm by sending us a return email copy immediately, then delete the original message. Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Re: GetImageSize
Here is the function, but there is nothing wrong with the function I don't think. Here is the function: function GetURLImageSize($urlpic) { return GetImageSize($urlpic); } Here is how we call it: GetURLImageSize ("http://www.domainname.com/admin/showimg.php?s=17&type=category&image=70";); We did write the function like that for a reason... before PHP 4.0.x we used GetURLImageSize because GetImageSize didn't exist yet. blah blah blah... you know what I mean. ~matt "Adam" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > For some reason, at random and without warning, the function just seems to > > stop working and does nothing but wait and timeout at 80 seconds. When you > > go to the page say www.somedomain.com it just waits and does not load > > anything for 80 seconds, and when it does, the images that use > GetImageSize > > do not load. > > Example of the code perhaps? I've never had a problem with that function. > > -Adam > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]