RE: [PHP-DB] Link Selected

2005-10-17 Thread Nur_Adman
Dear All, I am a new PHP programmer. I need help from all of you. I want to make Linked ComboBox between 2 or more ComboBoxs (connect to Database). For example: When I clicked the main field, the sub items field will display the data automatically on other ComboBox. Are there somebody could

Re: [PHP-DB] Link Selected

2005-10-17 Thread Micah Stevens
Sounds like more of a Javascript problem than a PHP one. Maybe some Ajax to get the updates? On Sunday 16 October 2005 11:46 pm, [EMAIL PROTECTED] wrote: Dear All, I am a new PHP programmer. I need help from all of you. I want to make Linked ComboBox between 2 or more ComboBoxs (connect to

Re: [PHP-DB] Link Selected

2005-10-17 Thread Koen Wagemans
There are some possibilities: 1) Define a link to the same page in your first combobox (option value/option and execute him when he is selected (with Javascript). Be sure that you take the value off the selected item to the folowing page. Your second combi will be reloaded and here you fill

RE: [PHP-DB] Limited connections to the database. .

2005-10-17 Thread Norland, Martin
http://www.google.com/search?q=oracle+limit+client+connections http://www.oracle.com/technology/pub/articles/php_experts/scaling_oracle _and_php.html Summary - either you're not using persistent connections, or your site is just very busy. If it's just that the site is busy, best you can do is

RE: [PHP-DB] Link Selected

2005-10-17 Thread Bastien Koert
Its really more of a js problem, youonly need PHP to populate the vairous JS arrays. I use this (http://www.mattkruse.com/javascript/dynamicoptionlist/) js code to make the population happen and it works well and I found it easy to integrate... Bastien From: [EMAIL PROTECTED] To:

RE: [PHP-DB] Limited connections to the database

2005-10-17 Thread Bastien Koert
Some good ideas in this (http://marc.theaimsgroup.com/?l=php-devm=98193543028899w=2) post... Here is one (http://www.oracle.com/technology/pub/articles/deployphp/lim_deployphp.html) from oracle on this as well Bastien From: Marcos R. Cardoso [EMAIL PROTECTED] To: php-db@lists.php.net

[PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller
Hi, i ´ve got a php page that shows records from a database (mysql), basically the php code retrieve info from the database and display it, and with some htm i ´ve made a table to show the recods, i need to add several things to the page, but i´ve no idea how to... A) I need to add a modify

RE: [PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Bastien Koert
something like this example (http://www.weberdev.com/get_example-4085.html)? Bastien From: Juan Stiller [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Need help with delete and modify functions on a form. Date: Mon, 17 Oct 2005 13:04:51 -0300 (ART) Hi, i ´ve got a php page that

RE: [PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller
--- Bastien Koert [EMAIL PROTECTED] escribió: something like this example (http://www.weberdev.com/get_example-4085.html)? Bastien Thanks Bastien, that would do the job, ill study it to adapt it to my needs. Another thing, i have some flash buttons, (im ussing dreamweaver), so once the