[PHP-DB] Ranges query gone wild

2003-10-19 Thread Boaz Amit
this on my machine (MySQL ver: 3.23.54) and on the customer's server (ver: 4.0.14), and got the same results. Obviously I'm not getting the logical scheme right. If anyone can point out the problem or suggest a better way to write the query I'd appreciate it. Thank you, Boaz Amit -- PHP Database

[PHP-DB] Re: extracting a form data from a cookie

2001-08-16 Thread Boaz Amit
I say we nuke it from orbit. That's the only way to be sure. Besides who gives a damn anyway. ff -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DB] Re: Getting info from Cookie

2001-08-15 Thread Boaz Amit
= explode('|', $crispy); $session_id = $cookie_data[0]; $charnick = $cookie_data[1]; --- Regards, Boaz Amit -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DB] Re: NEXT - PREVIOUS coding

2001-08-14 Thread Boaz Amit
more experienced and advanced than my own. --- regards, Boaz Amit Hello Pranot, On 16-Jul-01 06:09:33, you wrote: hi.. friends i have a database (mysql) in which their r many records. Through PHP i want them to display on the page. Main requirement