fixed it in the end... it was happening due to magic_quotes being on. I wasn't able to turn them off as I dont have access to the php.ini so I used this code as a work-around:
The menu on my website works fine in every browser other than IE6 / IE7. I still know that a lot of people use these browsers so I want the menu to work on them too.
...
I've used an image popup thing (http://visuallightbox.com) in my website (http://thepeakgroup.com/newsite). It works great except not in IE7 or lower so I want to put a browser detection script in to...
I should add that I changed the compatibility view to IE7 (<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> ) to stop the drop down menu's from going out of alignment when you zoom in or...
If you look at my website in both IE and Firefox - http://dan.thenuttalls.co.uk/radiohudd - You will see that on IE, the menu doesn't sit as tight to the edges as it does on Firefox.
sorry... i forgot to mention, this code is at the start (everything up to the <body> tags) of every page of my site. my intention was to make it more efficient, so if i wanted to change the title at...
I currently have a "header" page that includes everything up to the <body> tags. within this im using php to display the title by using the $_GET command as the name of the pages are within the...
unless a music file has been uploaded via the form on the previous page, there is no value for the "music" column, hence why i thought the isset function would work. but it doesnt seem to
I'm trying to get my site to automatically update the rss feed when I add news through my "add news" form. Currently the news gets added to the database fine, but it fails to update the xml...
ok, i have now changed the code, and im getting the error "can't open file", this is becuase the xml file im opening to write wont open, and im not sure why. here's the code, any ideas why it wont...
bascially what im trying to do is create an rss feed that is automatically updated when I add something new to the database. I was under the impression that what I have written would do that!