US Free Business Directory
Hi guys, I have a business directory website. I would like to be on the first page of Google when people search for a keyword "business...
thanks komrad, my gmail address has been pm to you. cheers
Hi komrad, yes I want to rank it on Google.com
Hi Guys, I have a business directory website, it's about 331 businesses has been listed on my site. I try hard to optimize my website to be on...
$dau = $_POST['dau']; mysql_query("INSERT INTO `important`.`support_assigned` (`ID` ,`USER_ID` ,`TICKET_ID` ,`date`) VALUES (NULL , ".$dau.",...
that's brilliant. It's works Cheers mate :)
Hi I'm not trying to insert something to the database. I want to use the preg_match (regex pattern) to grab a parts of string from a query.
$make = $_POST["make"]; $model = $_POST["model"]; $spec = $_POST["spec"]; $id = $_POST['id']; //<------ add this line $sql =...
if ($_POST["$submit"]) change to if($_POST['submit'])
Hi guys, I'm wondering if there's any regx ninja that can solve my problem. 1.QUERY. $query = 'UPDATE tbl_class SET class_status = 3...
$query = "SELECT item_name, item_amount FROM item WHERE orderr_reference = '$ref'"; $result = mysql_query($query); $record = array(); $td =...
Separate names with a comma.