{showpage:header/index}
{showpage:header/databaseengineheader}
 
Edit DB Engine
{formstart:editengine:{url:(databaseengine/updateengine/{$databaseid})}:post} {if($bing_theme_status==1)} {endif}
New Engine
Enter an engine name.
 *
Icon
Upload icon image.
{if($engine_icon != "0")} {endif}
  [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 a.name, a.age, a.qualification  FROM personal_details a, job_vacancies b  WHERE a.qualification = b.requirement
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:editengine}
{showpage:footer/index}