Re: [PHP] Repeat : I'm Living in cookie hell....

2001-05-12 Thread barce
you are returning only the first row of your database table, you never make it to the memberid that you're hoping is there -- assumming that it is there. Train harder! regards,barce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Simulate the Enter key in Unix with PHP

2001-05-12 Thread barce
hello, YoBro wrote: Have you got an example of how to use the -b switch. I am not up with lingo when it comes to unix. ?php /* try this */ if ($pressed) { $result = passthru(htpasswd -b mypasswordlist $user $pass); echo $resultbr\n; } else { ? form method=POST

Re: [PHP] Simulate the Enter key in Unix with PHP

2001-05-12 Thread barce
ERRATA to the PREVIOUS E-MAIL: the following line: pass: nbsp;nbsp; input type=password name=userbr should read: pass: nbsp;nbsp; input type=password name=passbr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Compiling Truetype fonts

2001-04-17 Thread barce
/libpng --with-tiff-dir=/usr/local/src/tiff-v3.5.5/ --with-mcrypt=/usr/local/src/libmcrypt-2.4.9 Going through the results of a make show that php wasn't compiled with -lttf . Also, if more info is needed to help me with this problem please let me know. Thanks, barce -- PHP General Mailing List