Jump to content

element121

New Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by element121

  1. Can you describe your proposed use case for the schema?

     

    When I see multiple tables that appear to have the same definition, they look redundant to me.

    If you need a table4, table5 you will just add them in the future?

    You can combine all these in one table for example:  table_combined with a column to indicate a different type (values 1, 2, 3) and 4, 5, 6... etc if required in the future.

  2. Hi Ian,

     

    Try var_dump($_GET) at the top of this page and you will see what GET contains.

    It looks like the variables aren't being passed from the page that calls this page.

     

    GET may not be the best way to pass all the variables to another page, if this data is coming from the database, it might be better to use that.

     

    Hope that helps,

    Jon

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.