how to get values from db in DHTML popup window
Fetching values for a pop-up window
Collapse
X
-
Hi there,Originally posted by novffalhow to get values from db in DHTML popup window
Welcome to TSDN.
I think you need to read some records from a backend database and display them in a Popup window.
My Answer is, its possible.But with these conditions:- Your Pop-up window should be a server side script.Since you are in php forum i think your Serverside might be php. Ex: pop-me.php
- Inside this pop-me.php you have to create a Connction String to your Database server.
- Then call for the table records and display them in the pop-me.php
- NO matter with DHTML tags. You can Assign them in a .php file format
Thanks,
Ajaxrand
Comment