Code:
<a href="http://abc.com/xxxx">Dodge</a> <a href="http://abc.com/a123.php">Used [B]BMW[/B] card</a> <a href="http://xyz.com/ferrari">Brand new Ferraris</a> <a href="http://xyz.com/vjklj"><img src="pic.jpg"
<a href="http://abc.com/xxxx">Dodge</a> <a href="http://abc.com/a123.php">Used [B]BMW[/B] card</a> <a href="http://xyz.com/ferrari">Brand new Ferraris</a> <a href="http://xyz.com/vjklj"><img src="pic.jpg"
<?php $host="localhost"; // Host name $username="****"; // Mysql username $password="***"; // Mysql password $db_name="*******"; // Database name $tbl_name="post";
CREATE TABLE Boo ( keycol INT PRIMARY KEY, datacol VARCHAR(20)); INSERT INTO Boo VALUES(1, 'DM/B19S/7281520'); INSERT INTO Boo VALUES(2, 'NW/L11U/BALL 10/300'); INSERT INTO Boo VALUES(3, 'RK/H11S/65-2511RK'); INSERT INTO Boo VALUES(4, 'FI/G21U/0004/BN5-12'); INSERT INTO Boo VALUES(5, 'FN/199U/FABRICATE');
dim Dom As new XmlDocument Dim mgr As New XmlNamespaceManager(Dom.NameTable) 'mgr.AddNamespace("fn", "http://www.w3.org/2005/xpath-functions/#substring") mgr.AddNamespace("fn", "http://www.w3.org/2005/xpath-functions")
SELECT DISTINCT C.CODE, C.NAME FROM mtt_table1 A, mtt_table2 B, mtt_table3 C, mtt_table4 D WHERE 1 AND (C.NAME LIKE '%abc%' OR C.KEYWORDS LIKE '%abc%') AND ( SUBSTRING(B.GTIP,1,4)