Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~673 People Reached
Favorite Forums
Member Avatar for SgtMash

I've got the most annoying and strange issue with a the website I'm developing here: [URL="http://www.lisabmagdalena.co.uk/new2/template.html"]http://www.lisabmagdalena.co.uk/new2/template.html[/URL] When the page initially loads into IE 9 it looks as it should, right down to the radiused borders, but if I hit F5 and refresh the page it immediately breaks the layout & …

Member Avatar for twiss
0
163
Member Avatar for SgtMash

Hi Guys I am trying to create simple rounded corners - which I thought IE9 was supposed to now support, BUT for some reason it STILL doesn't seem to work. I know there are plenty of work-rounds, BUT am I doing something wrong? I have this: [CODE] #footer{ clear:both; padding:10px; …

Member Avatar for SgtMash
0
140
Member Avatar for SgtMash

Back again! I now need to check if a variable holds one of multiple values...I.E: [CODE=PHP]if ($cvalue == "Germany" OR "England" OR "latvia" OR "Africa") { echo "Do something" ; }[/CODE] In VB I'd just have used something like: [CODE]in("Germany" OR "England" OR "latvia" OR "Africa")[/CODE] Any help appreciated...digging through …

Member Avatar for kireol
0
118
Member Avatar for SgtMash

Hi there, I'm struggling to get a simple if statement to work. I am passing a country though to a page from a previous page ( ?country=Poland) and then trying to evaluate it and display a specific bit of text if the country is for example'Germany'. Here's what I have: …

Member Avatar for nav33n
0
93
Member Avatar for SgtMash

Hi guys. I'm trying to validate some code, but getting ID already defined errors...which I 'm expecting as the code loops through a record set and re-uses the DIV id. The question is how would you get round this? I thought about adding a simple variable +1 to the ID …

Member Avatar for SgtMash
0
72
Member Avatar for SgtMash

Hi can anyone tell me what's wrong with this? Thx in advance. [code=php]$meta_tags = '<meta name="keywords" content="' .$meta_keywords' . "> <meta name="description" content="' .$meta_keywords . '">';[/code] Its throwing the following error: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING

Member Avatar for Airshow
0
87