Re: [PHP] DOCUMENT_ROOT disappeared on me!

2002-07-03 Thread Jesper Brunholm
;webserver after you adjusted php.ini? > > Yes. Full stop/start cycle. And you're sure to be out of any caching? regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP and OOP

2002-06-27 Thread Jesper Brunholm
er than php because it was more OO. Regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: setlocale() and local date

2002-06-27 Thread Jesper Brunholm
bdesign.serverside.php might be worthwile diving into :-) regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Seperating presentation from logic

2002-06-27 Thread Jesper Brunholm
Great idea - except that... when you've taught your designer to use the template system you've ofte used about the amount of time it would take to give him enough knowledge about php to go directly into the code the way that Freeman suggested... Regards Jesper Brunholm -- Phønix - Danish

Re: [PHP] Easy Date & MySQL Question...

2002-06-26 Thread Jesper Brunholm
Functions... > > ---John Holmes... > Regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: recommend any good learning books

2002-06-24 Thread Jesper Brunholm
t, but "PHP & MySQL development" from SAMS is a good book both as a reference, basic intro and has a lot of in-depth examples. Furthermore, it has a rather fine introduction to OO-programming in php regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www

Re: [PHP] Re: ARRAY, IF & INSERT

2002-06-23 Thread Jesper Brunholm
ing the $name <> 0 you told me? the name <> 0 was a sql-query - it will return a ressource which will enable you to make something like $i=0; while($row = mysql_fetch_assoc($nameless_result){ #psuedo-code# # mysql_query=("insert into table set relativenumber = 'jr$i

Re: [PHP] Stumped on a function

2002-06-21 Thread Jesper Brunholm
tead, whith now()-values... >> when I echo $newdate using the above code, I get "June 20, 2002" - >> today's date. Regards Jesper Brunholm -- Phønix - Danish folk music from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ARRAY, IF & INSERT

2002-06-21 Thread Jesper Brunholm
fter it’s created. It's easy to select only rows with contents for at certain field: select * from relatives where Name <> 0 I hope this was of some help? regards Jesper Brunholm -- Phønix - Danish folkmusic from young musicians - http://www.phonixfolk.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php