hello,
I've to write a php code for retrieving data from mysql DB and display it in multiple pages.It's about displaying patents for a particular area.I'l have to display patent number, abstract about the patent.A checkbox field has to be associated with every patent number, named relevant.If the user finds it to be relevant it marks that checkbox as relevant or else leave it as it is.My probelm is that I'l ve to submit both patent number and checkbox information corresponding to around 200 patents retrieved earlier from database.I am new to php.Can anyone help me in this regard?? I'll be highly obliged.
Shefali
I've to write a php code for retrieving data from mysql DB and display it in multiple pages.It's about displaying patents for a particular area.I'l have to display patent number, abstract about the patent.A checkbox field has to be associated with every patent number, named relevant.If the user finds it to be relevant it marks that checkbox as relevant or else leave it as it is.My probelm is that I'l ve to submit both patent number and checkbox information corresponding to around 200 patents retrieved earlier from database.I am new to php.Can anyone help me in this regard?? I'll be highly obliged.
Shefali
Comment