Re: [PHP-WIN] Absolute includes

2004-12-10 Thread re_action
SDP> 1. Windows 2000 - IIS SDP> 2. Unix linux - Apache SDP> : SDP> Thanks SDP> Steven -- Best regards, re_actionmailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php-startup unable to find library php_pdf.dll

2004-12-05 Thread re_action
Hello Greg, you should comment this extension call in php.ini, or put this extension i the include dir. Monday, December 6, 2004, 3:53:37 AM, you wrote: GH> Everytime I start apach I get this error GH> Any suggestions -- Best regards, re_actionmailto:

Re: [PHP-WIN] displaying neat and tidy currency notation?

2004-12-03 Thread re_action
my own function but that just fouled up the calculation. GP> Any tips or suggestions? GP> Cheers GP> George in Oxford -- Best regards, re_actionmailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] While loops to build an array

2004-11-30 Thread re_action
thanks but this gives: SDP> $days[date] = id; SDP> What I need is a multidimensional array in the form SDP> $days = array([date]=>array(id),) SDP> Do you know how to do this? SDP> thanks SDP> Steve SDP> -Original Message- SDP> From: re_action [mailto:[E

Re: [PHP-WIN] While loops to build an array

2004-11-30 Thread re_action
SDP> } SDP> else { SDP>echo "The array has not been built."; SDP> } SDP> echo generate_calendar($year, $month, $days); SDP> Thanks SDP> Steven -- Best regards, re_actionmailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] problem to open dir

2004-11-30 Thread re_action
is_dir($dir)) { >> > if ($dh = opendir($dir)) { >> >while (($file = readdir($dh)) !== false) { >> > echo "filename: $file : filetype: " . filetype($dir >> > . $file) ."\n"; >> >} >> >closedir($dh); >> > } >> >} >> > >> > $dir = dir($source); >> > >> > >> > giving error: >> > Warning: dir(C:\Documents and Settings\pravin\Desktop\cdac2): >> > failed to open dir: Invalid argument in >> > G:\Vyapar\AdvMgmt\addadvt3.php on line >> > 69 >> > >> > Fatal error: Call to a member function on a non-object in >> > G:\Vyapar\AdvMgmt\addadvt3.php on line 70 -- Best regards, re_actionmailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] problem to open dir

2004-11-30 Thread re_action
n a non-object in >> > G:\Vyapar\AdvMgmt\addadvt3.php on line 70 >> > >> > >> > >> > >> > - >> > Experience is what you get when you didn't get what you wanted. >> > - >> > Regards >> > Pravin Kumar >> > Technical Associate, CDAC, 68, E-City, Bangalore, 560100. >> > Registered Linux user #365056; Ph. +91 80 28523300 Extn:2103 >> > http://geocities.com/pravin_suman/ >> > http://pravindeo.blogspot.com >> > >> > -- >> > PHP Windows Mailing List (http://www.php.net/) >> > To unsubscribe, visit: http://www.php.net/unsub.php >> > >> -- Best regards, re_actionmailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] Convert time

2004-02-16 Thread re_action
Hello B.A.T., Monday, February 16, 2004, 8:01:30 PM, you wrote: SBATH> On Mon, 2004-02-16 at 17:46, Svensson, B.A.T. (HKG) wrote: >> Example: >> >> $min = (int)($sec/60); >> $min = $sec % 60; >> SBATH> Jesus "$min = $sec % 60 60;" should be "$sec = $sec % 60;" SBATH> I'll have a lo

[PHP-WIN] Mcrypt and IDEA

2004-02-03 Thread re_action
Hi everyone. Does anybody now such thing: Latest mcryptlib, or some old version of it support the IDEA algorithm ? -- Best regards, re_action mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php