Fetching values for a pop-up window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • novffal
    New Member
    • Jun 2007
    • 1

    Fetching values for a pop-up window

    how to get values from db in DHTML popup window
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Originally posted by novffal
    how to get values from db in DHTML popup window
    Hi there,
    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
    I hope you will Read This Page Before your Next post.

    Thanks,
    Ajaxrand

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Changed thread title to better describe the problem.

      Comment

      Working...