Re: [PHP] Gettnig PHP code out of a DB?

2003-06-12 Thread Ignatius Teo
- Original Message - From: "Ben Houlton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 2:49 PM Subject: [PHP] Gettnig PHP code out of a DB? Er...you need to eval() it to get it to parse/run. > Is there a way to get PHP script/code out of a DB? Becasue, when I e

[PHP] RE: [PHP-WIN] Bug in mktime-function ?

2001-02-15 Thread Ignatius Teo
u using? Ignatius -Original Message- From: Boget, Chris [mailto:[EMAIL PROTECTED]] Sent: Friday, 16 February 2001 02:16 To: 'Ignatius Teo' Cc: Php (E-mail) Subject: RE: [PHP-WIN] Bug in mktime-function ? > Therefore any date on or before 1 Jan 197

[PHP] RE: [phplib] Call Time Pass By Reference PROBLEM.

2001-01-15 Thread Ignatius Teo
Hi, I got around this by changing the following two functions below. Basically you can remove the call by reference construct &$str by resetting $str to its returned value: function serialize($prefix, $str) { static $t,$l,$k; ## Determine the type of $$prefix eval("\$t = gettype(\