[php-list] Re: session_start

2008-10-28 Thread bryan_is_south
Okay, I got it working! I actually had to add a line of code to my httpd.conf file, similar to the php.ini session path line. Thank you all for your time and help :) Much appreciated I'm stoked for sessions now! -bryan

[php-list] Query Help Request

2008-10-28 Thread j0hncage
Hello, I'm working on a MySQL database query with PHP where I'm trying to patch in an ability to select a distinct 'name' from the query where the current 'All' queries all records for a given period and 'All Unique' would only bring back unique names so I'd basically end up with: Debra Edward Ric

Re: [php-list] History with Zend FW

2008-10-28 Thread Pete
In message <[EMAIL PROTECTED]> , Junior Grossi <[EMAIL PROTECTED]> writes >Prasanth, > >Thank you for your reply but before this I have sent the page to another >link and I have to refresh the old page. >I need a solution by the server, not the cliente with javascript. >I think that ZF has somethin

Re: [php-list] History with Zend FW

2008-10-28 Thread Junior Grossi
Prasanth, Thank you for your reply but before this I have sent the page to another link and I have to refresh the old page. I need a solution by the server, not the cliente with javascript. I think that ZF has something like this but I didn't find yet. Thanks. Junior Grossi [EMAIL PROTECTED] O

Re: [php-list] Re: session_start

2008-10-28 Thread Pete
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes >I have made sure that all my slashes are \ now, but still I am getting >the same messages (and I do restart my Apache after each change I make). > >Should there already be a folder called 'tmp' or do I make this folder >myself? I created my