Hi all, thanks for helping. I'm sure what I want to do is amongst the basic in php. I know ehat I need but I really don't where to begin.
What I have is a basic html form I have made consisting of header fields and fileds that will be populated from a mysql database. here is a small example of the form.
Can someone point me in the direction I need to go to populate the fields?
One other problem is that the headers, if there are no coorasponding field values, should be ommited from the html. Again, I have the html form already complete with the headers intact but I don't know how to omit them if there are no field values for that particular header.
None of this form will need inserts, updates or delete sql. It is simply just a view in a pertty html form.
Thnaks guys!
What I have is a basic html form I have made consisting of header fields and fileds that will be populated from a mysql database. here is a small example of the form.
Code:
ANIMALS <-header dog <-field cat <-field bird <-field FRUIT<-header apple <-field orange <-field cherry <-field HUMANS<-header man <-field woman <-field
One other problem is that the headers, if there are no coorasponding field values, should be ommited from the html. Again, I have the html form already complete with the headers intact but I don't know how to omit them if there are no field values for that particular header.
None of this form will need inserts, updates or delete sql. It is simply just a view in a pertty html form.
Thnaks guys!
Comment