[PHP-DB] Breaking up an array

2002-01-19 Thread Troy A. Delagardelle
I am trying to break this array up so that I can display each one of these varibles independantly. What PHP function will allow me to to this?? Or what other way can I achieve this?? Thx Troy +--+---+-+-+-+ | username | Total | average |

[PHP-DB] Double spacing e-mail content..

2002-02-08 Thread Troy A. Delagardelle
I have set up a php form that allows me to fill in the information and then it e-mails the information to the specified e-mail address. On the second step the informatioin is poseted to the screen so I can see exactly what the e-mail is going to look like. The problem I am having is that the cont

[PHP-DB] RC4 encryption with PHP

2002-02-23 Thread Troy A. Delagardelle
I am trying to encrypt a credit card number using rc4 and php and then dump it into a mySql database. Does anyone have any sample code that allows me to do this?? I found the Class.RC4Crypt algorithm and would like to use that. When I include the class.rc4crypt.php the page dies... Here is my