[PHP] Shopping cart with Flash front end

2003-07-14 Thread Daniel Rychlik
This is off subject, but I was wondering if anyone has come across any white papers or sample .fla files I could look at to consider building a shopping cart in flash. Obviously I want to use PHP for my backend with a flash shopping cart front end. -Dan -- PHP General Mailing List

[PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
Hello, I am attempting to solve a problem in PHP. My application consists of Classes and subclasses. In my Class I call certain functions that have header information and footer information displaying them in nicely formatted HTML. I have used this method because of one style sheet that all

RE: [PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
/a Is that the answer ? -Daniel -Original Message- From: Chris Sherwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:20 PM To: Daniel Rychlik; [EMAIL PROTECTED] Subject: Re: [PHP] calling functions in classes using text and graphic links I am not sure what you mean but if you

[PHP] Mcrypt functions

2003-06-04 Thread Daniel Rychlik
Hello, I have been playing with the mycrypt function. Im having a bit of trouble understanding why it is important to use a vector IV. I was wandering if there is a reasonably powerful encryption algorithm. That uses a key only instead of getting the block size and using a IV. I basically

RE: [PHP] Re: Mcrypt functions

2003-06-04 Thread Daniel Rychlik
$decrypted, - Decrypted data...br/; -Original Message- From: Jay Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:58 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Mcrypt functions Daniel Rychlik wrote: Hello, I have been playing with the mycrypt function. Im having a bit

RE: [PHP] mcrypt installation

2003-06-04 Thread Daniel Rychlik
Here is how I installed it and got it working. This is straight out of the PHP manual. You should read it, it helps. LIV. Mcrypt Encryption Functions Introduction This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish