Different Results in IE and Firefox

Different Results in IE and Firefox

am 10.04.2008 03:55:04 von Chris

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

Re: Different Results in IE and Firefox

am 10.04.2008 05:24:22 von Jerry Stuckle

Chris wrote:
> 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
>

Chris,

This has nothing to do with PHP. PHP is a server side language; what
you're seeing is browser side.

You need to figure out what's wrong with the html and/or css and fix it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================