[PHP-DB] More problems with a script. How to I get to a next entry

2005-05-19 Thread John R. Sims, Jr.
HI All, I have this script. (See below) it was designed to allow my case managers to look at a list of the case noted they have generated on a specific client. It allows the case manager to select the client and then it shows them the case note. Only problem is that it only shows them one

[PHP-DB] Showing the next entry

2005-05-16 Thread John R. Sims, Jr.
Hi All, I have developed a script that allows me to select a students name from the client table and display the call information from the case_note table, but the report only shows the first available case_note for an individual. I want this script to display all entries for the specific

[PHP-DB] problems with a script

2005-05-12 Thread John R. Sims, Jr.
Hi everyone, I have a question. I have built a script on my desktop that works fine, but when I upload it to the server, it does not post the data to the database. I checked the my server and the isp server. I am running php 5.+ but my isp is only running php 4.3.9 does this mean I have to

RE: [PHP-DB] problems with a script. .

2005-05-12 Thread John R. Sims, Jr.
Martin; I have taken your advice and read both of the articles, but unfortunately I have not been able to find what needs to be changed. As I mentioned, I am very new at this. Could you possibly look at the script and point me in the right direction? Keep the faith John html head

[PHP-DB] Getting information on ICQ

2005-05-07 Thread John R. Sims, Jr.
I understand that there is a support group for newbie's on ICQ. Can anyone direct me as to how I can get on that list. thanks John

[PHP-DB] Looking for help.

2005-05-04 Thread John R. Sims, Jr.
I need help. I am building a database for a collaborative non-profit organization. Originally it was scheduled to be done in MS Access, which I know fairly well. but the problem is they want it hosted on a freeDBS server and they do not have the ability to use an access database, nor are they

RE: [PHP-DB] Sorting multidimensional arrays from mysql

2005-05-02 Thread John R. Sims, Jr.
I need your help. I have a script that allows me to select a specific user from a mysql database and then allow me to show the data on a specific client. I would like to put this information into a for that I have created instead of just displaying them on the screen. Any Suggestions. Keeping

[PHP-DB] Problems with a script

2005-05-02 Thread John R. Sims, Jr.
?php if (($_POST[op] != add) || ($_GET[master_id] != )) { //haven't seen the form, so show it $display_block = h1Add an Entry/h1 form method=\post\ action=\$_SERVER[PHP_SELF]\; if ($_GET[master_id] != ) { //connect to database $conn = mysql_connect(localhost,