[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 beginner to PHP, and I was wondering if ther

[PHP-WIN] Re: Secure Login PHP Class

2009-06-06 Thread Michael
Parham Doustdar wrote: 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

[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