[PHP] 15 pieces Puzzle

2002-07-03 Thread Calin Uioreanu
As I started working on this contest and did not finish it, I will put here the code for this, as this code may help somebody http://www.php9.com/index.php/section/articles -- -- Calin Uioreanu PHP Programmer ciao.com AG www.ciao-ag.com Consumer Access Europewide Phone : +49-89-25 55 1707

[PHP] include redirects

2002-01-29 Thread Calin Uioreanu
, -- Calin Uioreanu [EMAIL PROTECTED] Tel: +49 - (0) 89 - 25 55 17 07 http://www.ciao.com München, Germany -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] sybase_query return

2001-12-07 Thread Calin Uioreanu
Hi, I have a problem. I am using sybase_query to update a statistics table, and then reset an external cache server. These operations come one after another in the script. The ideea is that the new thing will be cached again the next time it's called, but the cache beeing reset will force it to

[PHP] Re: Regex problem

2001-10-25 Thread Calin Uioreanu
$sNoSpaces = ltrim($variable); if ('*' == $sNoSpaces[0]) -- Regards, -- Calin Uioreanu [EMAIL PROTECTED] Tel: +49 - (0) 89 - 25 55 17 23 http://www.ciao.com -- Leon Mergen [EMAIL PROTECTED] wrote

[PHP] force the output of PHP

2001-07-27 Thread Calin Uioreanu
;$i=10;$i++) { $j = md5($i); } ob_start(); echo hr; echo microtime(); ob_end_flush(); ? But no way -- Regards, -- Calin Uioreanu [EMAIL PROTECTED] Tel: +49 - (0) 89 - 25 55 17 23 http://www.ciao.com