lucyoop
12-09-2003, 10:09 AM
I have a mysql database called Classifieds. It has all kinds of information, such as order number, request date, requestor info, ad title, ad text and payment info.
I use a php page to extract some data from database, but for some data I want use pop-up window to show the detail inormation. For example, the php page only show the important data, ad title, ad text. for the requestor info, I made it a link. If I click the requestor info, then a pop up window will come out to the detail requestor info for the specific record including requestor name, phone, email.
My problem is I don't know the data to the pop up windows.
Anybody has any idea? Thanks in advance.
I use a php page to extract some data from database, but for some data I want use pop-up window to show the detail inormation. For example, the php page only show the important data, ad title, ad text. for the requestor info, I made it a link. If I click the requestor info, then a pop up window will come out to the detail requestor info for the specific record including requestor name, phone, email.
My problem is I don't know the data to the pop up windows.
Anybody has any idea? Thanks in advance.