Ok, I am new to php and kinda self teaching myself but I haven't found
anyone with this problem. I am creating a site to manage my movies
basicly the site will add movies to a database and view, as of right
now I am working on adding movies but for some reason the drop down
menu's that pull actors from a table are showing differently on IE.
One drop down is missing the first actor, and the second which also
has an option to be None is not showing that but is showing all the
actors.
On another note some other differences between IE and Firefox are that
the backgrounds are showing different colors, Firefox is green and IE
is red (i set the page to be red). Also, I have error checking for
registering users, in Firefox it works perfectly, but in IE the check
to see if the user is already in the database does not work and will
add the user even tho there is a php error check for it, in Firefox it
will check and prevent the add. I am open to any help on this matter,
I will post any code. the page is self-hosted feel free to take a
look. http://stonec.no-ip.org:8080
Thanks for any and all help.
Chris
anyone with this problem. I am creating a site to manage my movies
basicly the site will add movies to a database and view, as of right
now I am working on adding movies but for some reason the drop down
menu's that pull actors from a table are showing differently on IE.
One drop down is missing the first actor, and the second which also
has an option to be None is not showing that but is showing all the
actors.
On another note some other differences between IE and Firefox are that
the backgrounds are showing different colors, Firefox is green and IE
is red (i set the page to be red). Also, I have error checking for
registering users, in Firefox it works perfectly, but in IE the check
to see if the user is already in the database does not work and will
add the user even tho there is a php error check for it, in Firefox it
will check and prevent the add. I am open to any help on this matter,
I will post any code. the page is self-hosted feel free to take a
look. http://stonec.no-ip.org:8080
Thanks for any and all help.
Chris
Comment