Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP/MySQL insert record

New Here ,
May 18, 2006 May 18, 2006
I've got a multi page form that carries values across multiple pages with the use of Hidden Fields and then on last page inserts the record into a MySQL database (for this I used the built in Insert Record function of dreamweaver). My problem is that it works well when using Internet Explorer, values are carried forward and everything is inserted successfully to the database.

But, when using Mozilla Firefox it looks as if it works, I get the confirmation at the end, but the record is not being inserted to the database. I've worked through this step by step and the values are being carried across in the hidden fields but it just will not insert anything to the database.

Has anyone got any ideas??

Thank you in advance.
TOPICS
Server side applications
355
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2006 May 18, 2006
Manually change the insertion command for the hidden field...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 19, 2006 May 19, 2006
OK, wouldn't know where to start, do you have any help?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2006 May 19, 2006
Yes, F1, there's a wealth of info in the help screens on setting up
PHP/MySQL.

Even Adobe's web site has much info as well.

"Gaz-uk" <webforumsuser@macromedia.com> wrote in message
news:e4kiem$4tg$1@forums.macromedia.com...
> OK, wouldn't know where to start, do you have any help?


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 22, 2006 May 22, 2006
i've got this to work in Internet Explorer but it just doesn't want to play in Firefox. Firefox doesn't insert the hidden field values into the database and i just cannot understand this what so ever, i really not sure why. Can anyone give me any pointers, i've looked at hidden fields in help and just don't know why it doesn't work.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 22, 2006 May 22, 2006
LATEST
that should not be happening. my advice: re-format and start from scratch

Gaz-uk wrote:
> i've got this to work in Internet Explorer but it just doesn't want to play in
> Firefox. Firefox doesn't insert the hidden field values into the database and
> i just cannot understand this what so ever, i really not sure why. Can anyone
> give me any pointers, i've looked at hidden fields in help and just don't know
> why it doesn't work.
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines