Hi, I'm completely new to php and mysql and I desperately need help.
I'm trying to create a form which when the user hits submit sends the details to a mysql table that I already have set up in my database.
I think I'm ok with the code for 'insert into' etc etc, but when I am testing this out in the browser, I hit submit and it actually tries to open the php file rather than execute it. Is this normal??? I don't think it should be doing this!! :queasy:
i.e. in my form I have <form action="insert.php" method="post" etc - I hit submit and I am asked 'which program do you want to open this file with?'
Please help!!
Thanks!