0
PHP/MySQL insert record
New Here
,
/t5/dreamweaver-discussions/php-mysql-insert-record/td-p/906998
May 18, 2006
May 18, 2006
Copy link to clipboard
Copied
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.
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/php-mysql-insert-record/m-p/906999#M188686
May 18, 2006
May 18, 2006
Copy link to clipboard
Copied
Manually change the insertion command for the hidden
field...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Gaz-uk
AUTHOR
New Here
,
/t5/dreamweaver-discussions/php-mysql-insert-record/m-p/907000#M188687
May 19, 2006
May 19, 2006
Copy link to clipboard
Copied
OK, wouldn't know where to start, do you have any
help?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-mysql-insert-record/m-p/907001#M188688
May 19, 2006
May 19, 2006
Copy link to clipboard
Copied
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?
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?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Gaz-uk
AUTHOR
New Here
,
/t5/dreamweaver-discussions/php-mysql-insert-record/m-p/907002#M188689
May 22, 2006
May 22, 2006
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/php-mysql-insert-record/m-p/907003#M188690
May 22, 2006
May 22, 2006
Copy link to clipboard
Copied
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.
>
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.
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

