I have website using mysql database 4.x. One of the web pages displays 4 fields from a table.
field1 field2 field4 field3
instead of :field1 field2 field3 field4
The fields are displayed in a tabular format similar to a report.
There is a heading that is above each column but they are also in reverse. I think it would be as easy as swithing the column headers, but perhaps this is part of the php code. I also noticed that the sql select statement being used does not contact field3 or field4, so I am uncertain where this information is coming form. They both appear on the web page.
I(dba) am working on a project team and the php developer believes that the code is correct.
Any assistance would be appreciated.
field1 field2 field4 field3
instead of :field1 field2 field3 field4
The fields are displayed in a tabular format similar to a report.
There is a heading that is above each column but they are also in reverse. I think it would be as easy as swithing the column headers, but perhaps this is part of the php code. I also noticed that the sql select statement being used does not contact field3 or field4, so I am uncertain where this information is coming form. They both appear on the web page.
I(dba) am working on a project team and the php developer believes that the code is correct.
Any assistance would be appreciated.