Is it possible to insert data to two tables at one time using one form only?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msmjsuarez
    New Member
    • Nov 2009
    • 17

    Is it possible to insert data to two tables at one time using one form only?

    Hello.

    Is it possible to insert data to two tables at one time using one form only?

    I'm using php and mysql.

    Thanks advance.
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    Sure. You can execute as many SQL queries as you want in the PHP page your form is submitted to.

    Comment

    • msmjsuarez
      New Member
      • Nov 2009
      • 17

      #3
      ok..thanks atli..got it already.
      :)

      Comment

      Working...