37603 all results found.

Request time (Page generated in 0.0797 seconds.)

Showing results for tags 'update'. - PrestaShop Forums

https://www.prestashop.com/forums/tags/update/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 383 Last Update : 2025-11-02 05:57:06

Showing results for tags 'migration'. - PrestaShop Forums

https://www.prestashop.com/forums/tags/migration/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 365 Last Update : 2025-11-02 21:12:06

Showing results for tags 'cookie'. - PrestaShop Forums

https://www.prestashop.com/forums/tags/cookie/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 349 Last Update : 2025-11-02 05:23:52

OnixV - PrestaShop Forums

https://www.prestashop.com/forums/profile/1577311-...s/profile/1577311-house-music/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 360 Last Update : 2025-11-02 05:21:07

1.7.2.x [Current] - PrestaShop Forums

https://www.prestashop.com/forums/forum/273-172x-c...forums/forum/273-172x-current/

Feedback and discussions about upcoming 1.7.0.x releases. .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 340 Last Update : 2025-11-03 00:57:43

Michałek - PrestaShop Forums

https://www.prestashop.com/forums/profile/1618164-...profile/1618164-micha%C5%82ek/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 307 Last Update : 2025-11-02 21:24:25

Gipielle - PrestaShop Forums

https://www.prestashop.com/forums/profile/115779-g...orums/profile/115779-gipielle/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 323 Last Update : 2025-11-03 00:24:00

Bulk delete empty categories from DB - Core developers - PrestaShop Forums

https://www.prestashop.com/forums/topic/530555-bul...lete-empty-categories-from-db/

Hello is there any way to bulk delete empty categories by a query from the database? .. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 333 Last Update : 2025-11-02 05:20:29

blog-posts - PrestaShop Forums

https://www.prestashop.com/forums/profile/1557284-...ms/profile/1557284-blog-posts/

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 332 Last Update : 2025-11-02 05:22:35

All Activity - PrestaShop Forums

https://www.prestashop.com/forums/index.php?app=co...3596e83187781a3956dae0f3f0e15a

.. Jump to content Existing user? Sign In   Sign In Remember me Not recommended on shared computers Sign In Forgot your password? Sign Up Browse Forums Staff Online Users Leaderboard ..

Visits : 415 Last Update : 2025-11-05 18:38:42


Easy Web Search is engine to use inside a web site. Simple Crawling System is available to submit URLs and Links from submitted URL will be automatically added to search database when admin run crawling. Once crawling is done the links with their contents (Plain text from web link) will be available to search. If the total web site is linked to it's home page, you need jut give home page url to the sytem and run crawling once. You do not need to much work to implement a search system inside your web site.

Discover great features.


  • Responsive Search Page
  • Crawl Unlimited Pages
  • Link Submit for Crawling
  • Admin Area to Manage Links
  • Easy to Use in your web
  • Installation Documentatio Available
  • Full Page Search and Quick Search
  • Start Search from html Page
  • PHP / MySQL Based
  • Simple to Install
  • PHP 5 and PHP 7

Usage

PHP Code (Put This Code before <html> tag or at very begining of the page

<?php require_once('Connections/saha.php'); ?>
<?php require_once('inc-main.php'); ?>
<?php require_once('inc.search.php'); ?>

HTML Header (Put this code within <head> to </head>)

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">

HTML Body (with PHP embeded)

<div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="inqbox float-e-margins"> <div class="inqbox-content"> <div class="search-form"> <form action="" method="get"> <div class="input-group"> <input type="text" placeholder="Search Web" name="q" class="form-control input-lg" value="<?php echo @$cid; ?>"> <div class="input-group-btn"> <button class="btn btn-lg btn-primary" type="submit"> Search </button> </div> </div> </form> </div>...
.... Copy and Paste Entire Body from sample1.php ....