PHP Classes

When did you write this code?

Recommend this page to a friend!

      QR SAT  >  All threads  >  When did you write this code?  >  (Un) Subscribe thread alerts  
Subject:When did you write this code?
Summary:I have the same code
Messages:5
Author:Terry Woody
Date:2012-02-24 03:19:36
Update:2012-02-24 18:08:53
 

  1. When did you write this code?   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2012-02-24 03:19:36
Question: when did you write this code?

I have the same code from PHP script over a year ago?

  2. Re: When did you write this code?   Reply   Report abuse  
Picture of Rees Rees - 2012-02-24 12:43:50 - In reply to message 1 from Terry Woody
Next time read the DETAILED DESCRIPTION which is saying:

This class can generate QRCode images in pure PHP.

It takes a given string and generates a QRCode model 2 image that represents that string.

The generated image can be saved to a file or served as the current script output in the PNG format.

The class code is based on the work originally written by Y. Swetake.

  3. Re: When did you write this code?   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2012-02-24 13:45:16 - In reply to message 1 from Terry Woody
NEXT TME? The code is the same and I see on changes.

I will be talking with the correct people about this.

  4. Re: When did you write this code?   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2012-02-24 16:53:32 - In reply to message 3 from Terry Woody
I am not sure why you wanted to be rude to me.

I just asked when you wrote this code. Was hoping to hire you for a project, but think we got off to bad start.

Best of luck with your coding, you seem talented. Sure you will go far.

Terry

  5. Re: When did you write this code?   Reply   Report abuse  
Picture of Roberto Martinez Roberto Martinez - 2012-02-24 18:08:53 - In reply to message 1 from Terry Woody
I wrote it about 6 months ago.

It based on the code by Y.Swetake Just converted to class so I can grab the png file