PHP Classes

problem

Recommend this page to a friend!

      PHP License Key Generator  >  All threads  >  problem  >  (Un) Subscribe thread alerts  
Subject:problem
Summary:php error
Messages:2
Author:Salah Necibi
Date:2014-01-27 16:05:03
Update:2014-01-29 14:03:16
 

  1. problem   Reply   Report abuse  
Picture of Salah Necibi Salah Necibi - 2014-01-27 16:05:03
( ! ) Notice: Undefined variable: sformated in C:\UwAmp\www\dd\license_key.class.php on line 111

( ! ) Notice: Undefined variable: s5 in C:\UwAmp\www\dd\license_key.class.php on line 106

  2. Re: problem   Reply   Report abuse  
Picture of Abhishek Shukla Abhishek Shukla - 2014-01-29 14:03:17 - In reply to message 1 from Salah Necibi
Thanks for drawing attention.
Please modifications class file as following-

Line 106- $s5 changed to $s3
Line 107- added $sformated="";

The class file in repository has also been updated accordingly.