help displaying results from a mysql query with php

2002-10-23 Thread Hammons Randy G SSgt 612 ACOMS/SCXX
Can someone please tell me what's wrong with the following code? This info is inside a function that I defined. One of the arguments that I pass the function is the actual query. Based on the info that I know is loaded in the database (it's a development database...there are only 2 rows of info)

RE: how do you define a relationship?

2002-10-21 Thread Hammons Randy G SSgt 612 ACOMS/SCXX
Unfortunately this goes well beyond the scope of my original question. Although the inputs that you all have provided thus far have been a very good read, I still don't grasp the concept of defining a relationship. Is it simply referring to a primary key in a field other than the one where the key

RE: data-type help with NULL entries

2002-10-16 Thread Hammons Randy G SSgt 612 ACOMS/SCXX
Re-send. Hopefully someone can help... -Original Message- From: Hammons Randy G SSgt 612 ACOMS/SCXX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:01 AM To: Mysql (E-mail) Subject: data-type help with NULL entries I have a table named projects. Within that table, one

data-type help with NULL entries

2002-10-15 Thread Hammons Randy G SSgt 612 ACOMS/SCXX
I have a table named projects. Within that table, one specific column is called costing and is of the following schema (projects float(8,2)). Nothing fancy. The interface that updates information to this table where the column (projects) resides in via a php web script. Within that script it is op