[PHP] Timezone management

2008-03-11 Thread Lamonte H
After a while of studying different softwares, I've still been getting confused on how to make a timezone management script to display time in different time zones. Like right now im in -0600 CST GMT, how would I create a script that would work on any server that would allow me to display my

[PHP] How do I search the archives?

2008-03-11 Thread Lamonte H
I went to the page, but I didn't find a search box and what not. Is there a way to search the archives? Else when I get home I'll just create a script to DL all the links to a page then create a simple search box.

[PHP] Re: Whats faster? simplexml_load_string or simplexml_load_file?

2008-03-11 Thread Lamonte H
Daniel Brown parasane at gmail.com writes: snipped It worked like a charm, thanks. Made it a bit faster. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Why use session_register()?

2008-03-10 Thread Lamonte H
Is it necessary to use session_register()? What exactly was the point of this function if you can set sessions using $_SESSION it self?

Re: [PHP] Why use session_register()?

2008-03-10 Thread Lamonte H
So you wouldn't need to use session_start() when dealing with session_register()? On 3/10/08, Daniel Brown [EMAIL PROTECTED] wrote: On Mon, Mar 10, 2008 at 12:15 PM, Daniel Brown [EMAIL PROTECTED] wrote: On Mon, Mar 10, 2008 at 12:08 PM, Lamonte H [EMAIL PROTECTED] wrote: Is it necessary