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 help

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 (connec

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 (.. 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 the value in the where

[PHP-DB] Limited connections to the database

2005-10-17 Thread Marcos R. Cardoso
Hello to everyone, we have been using an Apache server here at work (I work in a Library) where PHP/ASP scripts query the database very frequently (in the near future only PHP scripts will be used). The DBAs have recently complained that our webserver is performing the queries in a high speed

RE: [PHP-DB] 电子传单,最廉价的宣传方式

2005-10-17 Thread Norland, Martin
I don't think this list requires you to be subscribed to post, does it? [ 0FF T0PIC ] Judging from the mail address (which can be forged by a 2yr old) - I'd say it was entirely automated. What I don't get, is why messages like this get sent at all... Crossed long time, be out of control lou

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 j

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: Subject

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-dev&m=98193543028899&w=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.n

[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 comman

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 on