How can i create a view using php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Minhaz Ikram
    New Member
    • Dec 2010
    • 1

    How can i create a view using php

    Actually i created a database and some table in it, and i also have written some code so that anyone can create table from the front end, but after creating it from the user interface i just cannot display the table in the front end but it was created in the backend.

    So how can i fetch any table from the database from the front end i.e. from the user interface
  • Samishii23
    New Member
    • Sep 2009
    • 246

    #2
    Well its a little difficult to do such a thing really. Your best bet would to be to have the table name listed in the users data somewhere, then get the name and call it like that.

    Otherwise you can read around from this page and figure out what might sound good for your needs ( read the comments too ).

    Comment

    Working...