[PHP] Credit Card Processing

2002-05-01 Thread Chris Seymour
Hi All, Look for any recommendations on a credit card payment processing library. Are there any out there? Thanks. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: building forms from what the MySQL table looks like

2002-03-18 Thread Chris Seymour
Hi Justin, You might want to take a look at CodeCharge (www.codecharge.com). Thanks. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Graphing Question

2002-03-08 Thread Chris Seymour
Hi All, Does anyone know of a graphing package that will allow a line graph with labels on the data points? Thanks in advance. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: encrypting passwords, how to decrypt?

2002-01-24 Thread Chris Seymour
[EMAIL PROTECTED] (Hawk) wrote in <[EMAIL PROTECTED]>: Hi Hawk, Here is a snippet of what I use: if (isset( $txtUsername )) { $sql = "Select a.* from admins a where "; $sql .= "adm_name = '$txtUsername' "; $sql .= "and adm_pwd = PASSWORD('$txtPassword')"; $resultID = mysql_query( $

Re: [PHP] Session_start() issue??

2001-12-03 Thread Chris Seymour
Hi Jim, Thanks for you replies. I was using relative paths and still I got the seperate sessions being opened. The interesting part was this was only happening on my dev machine (win32), when I moved the files to a Linux box, I did not have the same problem. Must be something in the IIS or P

[PHP] Session_start() issue??

2001-12-03 Thread Chris Seymour
Hi all, Has anyone seen this. I have a login form (login.htm) which calls a login handler (check_login.php). If the login is sucessfull the check_login.php will set a couple session variables, then redirect the user to a menu page. The problem I am seeing is that when I call session_start()

[PHP] Re: LDAP enabled

2001-11-28 Thread Chris Seymour
Answered my own question. Thanks anyway. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] LDAP enabled

2001-11-28 Thread Chris Seymour
Hi All, Is there anyplace I can get a win32 PHP binary with LDAP enabled? If not, can I create one myself? Any info would be greatly appreciated. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]