hi guys,
am trying to make a simple PHP form submission and insert some data to MySQL, my tables are:
category:
-id
-category_name
table1:
-category_id(FK)
-title
-description
table2:
-table1_id(FK)
-filetype
-filesize
-filedate
-filename
Form:
-Date
-Title
-description
-category(drop down)
-upload file (get the file info like type,ext,size,filename)
Or is there any sample script or similar project, it would be a great help. Thanks! Cheers!