I am having 2 files, 1-having form, 2-sql statements to insert form values. After execution of sql statements, i will display messages. I want these messages to be shown in the file having form. i.e first file itself.
I tried
Code: Select all
header("Location: first_file.php?message_id=$id");Thanks