Re: [PHP] Load Extensions

2006-12-08 Thread Igor Kravchenko
ot; <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Igor Kravchenko wrote: >> Can someone help me with this, please? I cannot load extensions. >> >> I setup php5 in the c:\php folder. I specified extension_dir = >> "C:\php\ext". >>

Re: [PHP] Load Extensions

2006-12-08 Thread Igor Kravchenko
Thank you. I removed php folder - everything except php.ini file and replaced with the new downloaded version and it started working. Thank you for your help. "Jim Lucas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Igor Kravchenko wrote: >> Thank yo

Re: [PHP] Variable number of parameters

2008-08-05 Thread Igor Kolodziejczyk
't have args 2 through 5, stoopud!" Alas, I feel I must take a different approach to solve this problem. ~Philip Hi Phillip Why not use a foreach()? That way you can send as many arguments as you please, without any ugly hardcoding... Igor -- PHP General Mailing List (http

<    1   2