37603 all results found.

Request time (Page generated in 0.1112 seconds.)

Intelligent Products, Platforms & Services | GlobalLogic

http://www.globallogic.com/what-we-do-practices/

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 356 Last Update : 2025-07-03 17:55:00

Intelligent Products, Platforms & Services | GlobalLogic

http://www.globallogic.com/what-we-do-services/

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 445 Last Update : 2025-07-03 06:15:47

Intelligent Products, Platforms & Services | GlobalLogic

https://www.globallogic.com/gl_news/digital-transf...shaping-a-solutioning-mindset/

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 399 Last Update : 2025-07-04 04:59:43

Avid | GlobalLogic

https://www.globallogic.com/our-work/avid-agile-de...vid-agile-development-service/

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 391 Last Update : 2025-07-04 04:34:43

Intelligent Products, Platforms & Services | GlobalLogic

https://www.globallogic.com/gl_news/avid-globallog...oballogic-get-creative/#subnav

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 363 Last Update : 2025-07-04 01:09:24

LA Galaxy | GlobalLogic

https://www.globallogic.com/our-work/la-galaxy/#su...com/our-work/la-galaxy/#subnav

A foundation for growth, the platform is designed to be highly flexible and scalable to meet both current and future needs. It provides mobile, analytics and integration capabilities that enable collaboration .. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 574 Last Update : 2025-07-08 09:12:00

GlobalLogic Launches Services for Accelerated Deployment of Streaming Video Applications | GlobalLogic

https://www.globallogic.com/news/globallogic-launc...ing-video-applications/#subnav

The OASIS program help businesses accelerate the development of over-the-top (OTT) streaming applications, and supports the growing community of brands looking to distribute content via their own streaming media channels. .. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 1286 Last Update : 2025-07-08 02:59:00

Intelligent Products, Platforms & Services | GlobalLogic

https://www.globallogic.com/design-is-core-to-a-di...o-a-digital-enterprise/#subnav

.. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings. Digital Business TransformationAdvance your ..

Visits : 382 Last Update : 2025-07-04 04:57:45

Inteligentné produkty, platformy a služby l GlobalLogic

https://www.globallogic.com/sk/

GlobalLogic, spoločnosť patriaca do skupiny Hitachi, je dôveryhodný partner v oblasti digitálneho inžinierstva pre najväčšie a najinovatívnejšie firmy na svete. .. SlužbyTechnologické riešeniaTechnologické riešenia Produktová stratégia a UX dizajnDefinujte softvérové hodnotové reťazce, vytvárajte účelné interakcie a vyvíjajte nové segmenty a ponuky. Transformácia digitálnych podnikovNapreduj ..

Visits : 205 Last Update : 2025-07-04 00:37:31

Intelligent Products, Platforms & Services | GlobalLogic

https://www.globallogic.com/il/

GlobalLogic, a Hitachi Group Company, is a trusted digital engineering partner to the world’s largest and most forward-thinking companies. .. ServicesTechnology CapabilitiesTechnology Capabilities Product Strategy & Experience DesignDefine software-driven value chains, create purposeful interactions, and develop new segments and offerings Digital Business TransformationAdvance your d ..

Visits : 367 Last Update : 2025-07-03 21:32:50


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 ....