No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
You have no code: the only thing showing in firebug is: [CODE]<link href="chrome://mozbar/skin/css/injected.css" type="text/css" rel="stylesheet">[/CODE] Which doesn't sound like a good name for a stylesheet if you ask me.
Quick question, I've went through one of my sites and added quit a few <strong> tags to the page keywords. The text was already styled by CSS in one form or another and the appearance of the text didn't change.. which is exactly what I wanted. The tag was simply …
Try this, [CODE]//$srch = "%".$param1."%"; $SQL=mysql_query("SELECT * FROM tbl_leads WHERE $column LIKE '%$parmal%'");[/CODE] Remove the quotes '$column'. The quotes for the $parmal variable is fine since we are adding the wildcard %. Also not sure why you were echo'ing the sql query. Just make sure you have a link established …
The End.
tomford