[PHP-WIN] Re: PHP 5.2.5 Windows Binaries with ncurses ?

2008-02-11 Thread Mazzu
"pcusrx" <[EMAIL PROTECTED]> wrote: > Is there any PHP 5.2.5 Windows Binaries compiled with ncurses ? > > pcusrx Ncurses is not available for Windows : http://php.net/ncurses -Mazzu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: barcode reading

2007-11-19 Thread Mazzu
Take a look at http://other.lookstrike.com/barcode/index.php Hope it helps -Mazzu "Nishantha Pradeep" <[EMAIL PROTECTED]> wrote: > --=_Part_13195_8727087.1195473793092 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > Content-Dispo

Re: [PHP-WIN] fopen on windows shared, error: failed to open stream

2007-10-24 Thread Mazzu
Have you try to test whether the file is available or not ? Maybe you should try somehting like this : $xml_file = '192.168.10.2\\businesscard\\XML\\'.$xml_uniq_session.'.xml'; if (!file_exists($xml_file)) { exit('File '.$xml_file.' does not exists or is unavailable'); } elseif (!is

[PHP-WIN] Re: Authentication Question!

2007-10-09 Thread Mazzu
Matthew Gonzales <[EMAIL PROTECTED]> wrote: > Hello, > > Could some one offer their opinion one which is better to use when > creating a password protected area, a $Cookie or a $Session. I have > found alot of info on both and can't really make up my mind. I am > running PHP and MySQL on IIS 6.0