Home
:: Post a Business Listing
Note : All fields marked with
*
are mandatory
Fill the form below :
[
View Sample Entry
]
Select Listing Category
Main Cateogory
*
:
echo "
"; $query="select * from maincat"; $result=mysql_query($query) or die("Query not executed"); while($row=mysql_fetch_array($result)) { print "
" . ucwords(str_replace("_"," ",strtolower($row[1]))) . "
"; } ?>
Sub Category 1
:
if($_GET['maincat']!="") { echo "
"; $query="select * from level1cat where mainid=" . $_GET['maincat']; $result=mysql_query($query) or die("Query not executed"); while($row=mysql_fetch_array($result)) { print "
" . ucwords(str_replace("_"," ",strtolower($row[1]))) . "
"; } } ?>
Sub Category 2
:
echo "
"; if($_GET['level1cat']!="") { $query="select * from level2cat where level1id=" . $_GET['level1cat']; $result=mysql_query($query) or die("Query not executed"); while($row=mysql_fetch_array($result)) { print "
" . ucwords(str_replace("_"," ",strtolower($row[1]))) . "
"; } } ?>
Products / Servcies
*
:
Description
*
:
echo $_GET['description']; ?>
Trade Lead valid for
:
30 Days
60 Days
90 Days
365 Days
if($_SESSION['visitorlog']!="user") {?>
India Enterprise Members
I am a new member
Enter your User Name and password to send enquiry.
Sign me up!
Username
*
echo str_replace("_","","
".$_GET['errmsg']); ?>
Member registration at our site is absolutely free of cost.
Password
*
Forgot User Name / Password?
} ?>
require('left.php'); require('footer.php'); ?>