displaying messages in first file itself
Posted: Wed Aug 01, 2007 10:46 am
Hello,
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 triedand then in the first file, i can display their respective messages. But, i do not want to send these message_ids in querystring.
Thanks
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