[PHP] Linux DBG-GUI

2002-06-14 Thread Philipp Melab
I'm using SuSE 8.0 and i need a free GUI to use with DBG. yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Editor

2002-06-13 Thread Philipp Melab
I love emacs with php-mode.el. He's small, reliable, customizable and if you've ever worked with Komodo or Zend IDE you'll find out that he's damn fast. yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php-speed

2002-06-13 Thread Philipp Melab
Yes, Ithought that embedding must be faster too. But I was confused because in nearly every PHP-Beginner Tutorial/Book I've seen the Hello-World Example looks like this: "; echo ""; echo "..."; echo ""; echo ""; echo "Hello World!"; echo ""; echo ""; ?> funny, isn't it?

[PHP] Re: php-speed

2002-06-13 Thread Philipp Melab
Yes Leon Mergen wrote: > > "Philipp Melab" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> - embedding PHP in HTML >> - or printing HTML via PHP > > With embedding PHP in HTML, do you mean using ser

[PHP] php-speed

2002-06-13 Thread Philipp Melab
I have a simple newbie question... Whats better (faster?): - embedding PHP in HTML - or printing HTML via PHP ...? yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dbugging via DBG

2002-06-11 Thread Philipp Melab
Das anybody know a good tutorial which tells me how to install and use the DBG php-debugger? yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql_fetch_object in a class

2002-05-29 Thread Philipp Melab
I'm trying to create a server-side tree-menue. Therefore I wrote a class Does anybody know why it doesnt work? there is a mysql_table named "menue" with the cols 'menue_id', 'name', 'parent_id'. $open is a global array with entries who tell me which menue-points where clicked. class menue