Re: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Balaji A
m Maas wrote: > > Robert Cummings schreef: > >> On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote: > >>> Hi, > >>> > >>> I have a table with the below fields. (id, title, language, author & > >>> link to the book). > >>> &

[PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Balaji A
Hi, I have a table with the below fields. (id, title, language, author & link to the book). Initially I want to display a page with 3 select boxes (language, author & title). Initially first select box displays the available language by querying the database. On selecting one language, author se

[PHP] Connecting to MySQL database

2007-12-26 Thread Balaji A
Hi, I have installed following things on windows machine. 1. Apache HTTP Server 2.2.4 2. PHP 5.2.3 3. MySQL 5.0.45 I am getting mysql_connect() not found. I have downloaded libmysql.dll, php_mysql.dll & php_mysqli.dll and copied to c:\php\ext. I have uncommented these dll files in php.ini and

Re: [PHP] changing the global variables (_SERVER[HTTP_USER_AGENT])

2006-10-03 Thread Balaji A
user near that). - Rick Original Message > Date: Tuesday, October 03, 2006 10:43:44 AM -0700 > From: Balaji A <[EMAIL PROTECTED]> > To: php-general@lists.php.net > Subject: [PHP] changing the global variables (_SERVER[HTTP_USER_AGENT]) > > Hi,

[PHP] changing the global variables (_SERVER[HTTP_USER_AGENT])

2006-10-03 Thread Balaji A
Hi, in php.ini I have changed the register_global to "On". Is it possible to change the global variable _SERVER[HTTP_USER_AGENT]? Thanks in advance.. Thanks Balaji