How to print a php page (With data from mysql table)???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kadir Razu
    New Member
    • Feb 2011
    • 13

    How to print a php page (With data from mysql table)???

    Hi,
    I've a mysql table containing students information.
    I want to make a customized php page as like admission form with these data and want to print it as hardcopy.

    Plz help me... how can I do that task....

    Thanks
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    want to print it as hardcopy.
    from where? if you want to print as user (from the browser), you print a website, which has nothing to do with PHP.

    Comment

    • Kadir Razu
      New Member
      • Feb 2011
      • 13

      #3
      I wanna generate a printable form when I log in as administrator.
      From Backend I want to print users submitted data,that stored in mysql database.

      Comment

      Working...