[PHP-DB] Re: NEXT - PREVIOUS coding

2001-08-14 Thread Boaz Amit
it in PHPBuilder: http://phpbuilder.com/columns/rod2221.php3 The script is much more experienced and advanced than my own. --- regards, Boaz Amit > > Hello Pranot, > > > > On 16-Jul-01 06:09:33, you wrote: > > > > > >hi.. friends > > > > &g

[PHP-DB] Re: Getting info from Cookie

2001-08-15 Thread Boaz Amit
way you have a reference point to every element of the cookie. So in the script you can just do this: $cookie_data = explode('|', $crispy); $session_id = $cookie_data[0]; $charnick = $cookie_data[1]; --- Regards, Boaz Amit -- PHP Database Mailing List (http://www.ph

[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: 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] Ranges query gone wild

2003-10-19 Thread Boaz Amit
rice - 1.5. It works fine if I remove the second part of the OR construct. Also it returns nothing for the quantities of 4-9 (?!). I've tested 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