[PHP-WIN] Using PHPScript -- How?

2009-12-14 Thread Parham Doustdar
Hi there, I have installed an application which has PHPScript, and it is looking for php5active.dll, or some such file. However, pecl4win.php.net is not working, and I cannot find it in the PHP binaries for Windows I have downloaded, either. So, should I use another file? I have seen copies of

Re: [PHP-WIN] Question: Creating a GUI for Windows with PHP?

2009-06-09 Thread Parham Doustdar
com "Ariz Jacinto" wrote in message news:75922d7b0906081452u506c1c5epa9512030bbb62...@mail.gmail.com... > If you want a native Windows GUI, try Winbinder[1]. I used it before > on my small GUI requirement at geepeeyes[2]. > > [1] http://winbinder.org/ > [2] http://www.gee

[PHP-WIN] Question: Creating a GUI for Windows with PHP?

2009-06-08 Thread Parham Doustdar
Hi there, Does anyone know if it's possible to create a windows script with a GUI with PHP? Thanks! -- --- Contact info: Skype: parham-d MSN: fire_lizard16 at hotmail dot com email: parham90 at GMail dot com

[PHP-WIN] GMP not available in XAMPP and WAMP?

2009-06-06 Thread Parham Doustdar
Hi there, I was wondering whether it's something wrong on my side, or GMP is not enabled by default on these systems. Here's my code: [code] [/code] I get: Fatal error: Call to undefined function gmp_fact() in C:\xampp\htdocs\test.php on line 2 If this means that it is in fact disabled, how may

[PHP-WIN] Re: Secure Login PHP Class

2009-06-06 Thread Parham Doustdar
Ah. Thank you. I'll do so. -- --- Contact info: Skype: parham-d MSN: fire_lizard16 at hotmail dot com email: parham90 at GMail dot com "Michael" wrote in message news:ef.82.30300.7486a...@pb1.pair.com... > Parham Doustdar wrote: >> Hi there, >> I'm a begi

[PHP-WIN] Secure Login PHP Class

2009-06-06 Thread Parham Doustdar
Hi there, I'm a beginner to PHP, and I was wondering if there is a login class that is known to be secure. I can build one myself, but I'm not sure what the vulnorabilities are. I've read up on more than twenty articles, tutorials, and codes so far, but can't quite find out which one is the best