{showpage:header/index}
{showpage:header/databaseengineheader}
 
New DB Engine
{formstart:newengine:{url:(databaseengine/storeengine)}:post} {if($bing_theme_status==1)} {endif}
New Engine
Enter an engine name.
 *
Icon
Upload icon image.
 *  [Format:png,size:28 X 30]
MYSQL Details
Server Name
Enter the server name you want to connect.
 *
DB Username
Database username
 *
DB Password
Enter the database password
 *
Database Name
Specify your database name
 *
Query Details
Query
You may specify the SQL query based on the engine works.
SELECT  *
FROM  *
WHERE  *
Please use the variable {search} in condition where you want to place your actual keyword and also please avoid the use of keyword limit in where condition.
Sample Query
SELECT  id, name, age, qualification  FROM employeedetails  WHERE name='{search}'
Result Format
Query Result Format
DB engine search results are displayed in result page according to the format given in this field.
 *
Please indicate fields in the query result format like {1}, {2}
Sample Result Format
<a href="http://www.yoursite.com/address.php?id={1}">{2}</a>
<br>Age: {3}
<br>Qualification: {4}
{formend:newengine}
{showpage:footer/index}