Jump to content

php and css in Interet Explorer


fixxxer

Recommended Posts

Hi,
on my site ive got a top menu bar built using css. it works fine in firefox but in IE i get a problem when i insert this line at the top of the page

<?php session_start(): ?>

when this line is there the drop down sections of the menu fail to work. Can anyone explain why this is so ive tried several things. Some one recommended i put it like this

<?php
session_start();
?>

but this still didn't work, is this a problem that anybody else has encountered.

if any one could help id be grateful

Link to comment
Share on other sites

In your menu bar do you have any PHP variables like $name because if you also have a session called $_SESSION['name'] then $name will use that value.. I had this problem with a login script and confused me and alot of other people to hell and back! any values u use in PHP coding in your menu add a 1 at the end and see if that fixes the issue?

so $name would become $name1

Regards
Liam
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.