Re: [PHP] PHP Fusebox

2003-08-14 Thread Joona Kulmala
e and powerfull framework which has ADOdb and Smarty implemented. I've been also developing one whole summer in company I'm working for, but maybe I'll release Open Source framework on my own later on. You can find phpWebCore from: http://phpwebcore.php Cheers, Joona -- Joona Kulma

Re: [PHP] Undefined variable problem

2003-08-01 Thread Joona Kulmala
; $$tmp .= $value; } $m++; } [/code] No it should whine about undefined vars. Cheers, Joona -- Joona Kulmala <[EMAIL PROTECTED]> PHP Finland -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] eval

2003-07-31 Thread Joona Kulmala
t a question, what are you really trying to do? Cheers, Joona -- Joona Kulmala <[EMAIL PROTECTED]> PHP Finland -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Please Help

2003-07-31 Thread Joona Kulmala
is by default, thought. 2.How to delete one folder using PHP? http://fi2.php.net/manual/en/function.unlink.php http://fi2.php.net/manual/en/function.rmdir.php Cheers, Joona -- Joona Kulmala <[EMAIL PROTECTED]> PHP Finland -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Is there an easier way?

2003-07-31 Thread Joona Kulmala
e this: [code] extract($data); // then you can see what happened var_dump($blah, $secondindex, $thirdindex); // try here few index names // from $data. [/code] I hope this will help you. Cheers, Joona -- Joona Kulmala <[EMAIL PROTECTED]> PHP Finland -- PHP General Mailing List (http:/

Re: [PHP] Form Retain Info on Back?

2003-07-31 Thread Joona Kulmala
$result = mysql_fetch_row($q); // unserialize $error = unserialize(stripslashes($result['error'])); $data = unserialize(stripslashes($result['data'])); else { print "MySQL Error: " . mysql_error(); } } if ($error) print 'Form

Re: [PHP] Right Click Hyperlink

2003-07-31 Thread Joona Kulmala
arch?num=100&hl=en&lr=&ie=UTF-8&oe=utf-8&q=javascript+onRightClick&btnG=Google+Search Greetings, Joona -- Joona Kulmala <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php