[PHP] Dependent selections

2006-03-28 Thread Raúl Castro Marín
Hello, I'm trying to find the best way to implement Dependent selections -for instance, like countries and states tables-. I found this nice example http://www.ashleyit.com/rs/jsrs/select/php/select.php. But this method require to go to other page to refresh vars php. I would like have a method

Re: [PHP] binding adodb

2006-03-02 Thread Raúl Castro Marín
le definition like: $bind[] = '%'.$key.'%'; thanks - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: "Raúl Castro Marín" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, March 01, 2006 7:25 PM Subject: Re: [PHP] binding adodb

[PHP] binding adodb

2006-03-01 Thread Raúl Castro Marín
I got a little question, I just start to use binding adodb but I got a problem: my primary query on Oracle is: $query = "SELECT munici_mun, UPPER(nombre_mun) FROM MUNI WHERE departa_dpt = ? AND munici_mun <= 994"; It is execute with any problem, but when I add another clause with keyword: AN

[PHP] php-general-unsubscribe@lists.php.net

2005-03-02 Thread Raúl Castro Marín
- Original Message - From: "yangshiqi" <[EMAIL PROTECTED]> To: "'Tom Whitbread'" <[EMAIL PROTECTED]>; "'php-general lists'" Sent: Wednesday, March 02, 2005 4:36 AM Subject: RE: [PHP] Setting cookie on first visit When the user first visits your site, there is no skin in your cookie. T