37603 all results found.

Request time (Page generated in 0.1085 seconds.)

x.com

http://www.twitter.com/#supported_languages

.. ..

Visits : 270 Last Update : 2025-02-20 19:26:07

RSS

https://www.hpe.com/us/en/solutions/service-provid...lutions/service-providers.html

Address customer demand and scale your operations efficiently with IT service provider solutions from HPE. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..hpe service provider, IT service Provider, service provider solutions

Visits : 373 Last Update : 2023-04-16 12:54:32

RSS

https://www.hpe.com/us/en/solutions/infrastructure...s/infrastructure-security.html

Discover HPE infrastructure security solutions that enable you to manage, monitor and protect your IT security systems and data. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..infrastructure security solutions, it security, it security solutions, secure it infrastructure, hpe security solutions, hpe it security solutions

Visits : 541 Last Update : 2023-05-23 00:21:05

RSS

https://www.hpe.com/us/en/solutions/sap-hana.html

Optimize your SAP strategy - leverage expertise, infrastructure, and services from the leader in SAP and SAP HANA solutions for the Hybrid Cloud. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..sap solutions, sap hana solutions, sap hana migration, sap s/4 hana, sap bw/4hana, sap services

Visits : 388 Last Update : 2023-06-02 20:43:56

RSS

https://www.hpe.com/us/en/solutions/public-sector-.../public-sector-industries.html

Learn how HPE’s public sector IT solutions can help government and other agencies create platforms to better connect citizens and enable more digitally delivered services. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..public sector it solutions, public sector it, public sector digital transformation

Visits : 393 Last Update : 2023-05-16 13:03:28

RSS

https://www.hpe.com/us/en/services/consulting/secu...vices/consulting/security.html

Enterprise Security and Risk Management Services helps you protect crucial data from information predators. Leverage our decades of IT security to predict and disrupt threats with HPE. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..Hpe security services, hpe digital protection services, enterprise security services, security services, it security services

Visits : 340 Last Update : 2023-05-30 11:19:03

RSS

https://www.hpe.com/us/en/solutions/mobility.html

HPE GreenLake helps to unify your data at the edge by securely and seamlessly integrating all your apps and infrastructure. Click to learn more. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..hpe greenlake edge, greenlake edge

Visits : 724 Last Update : 2023-04-21 03:34:36

RSS

https://www.hpe.com/us/en/servers/mission-critical.../servers/mission-critical.html

Discover HPE mission critical server systems with HPC & AI data solutions that enable greater real-time analytics for a future-ready, workload-optimized infrastructure for all enterprises. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..mission critical systems, mission critical solutions, mission critical servers, mission critical infrastructure, hpe data solutions, hpc & AI data solutions, data optimized infrastructure, data first strategy, transactional data, data analytics

Visits : 686 Last Update : 2023-05-23 13:51:13

RSS

https://www.hpe.com/us/en/solutions/media-entertai...-entertainment-digital-tv.html

Discover the broad range of HPE media and entertainment industry solutions for content management, content distribution and content experience. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..media and entertainment, media solutions, entertainment solutions, digital video, digital tv, mvpd, multichannel video programming distribution, media technology solutions, communications media and entertainment, media entertainment

Visits : 380 Last Update : 2023-05-30 13:23:04

RSS

https://www.hpe.com/us/en/solutions/manufacturing....n/solutions/manufacturing.html

Ensure business continuity, create autonomous IT for manufacturing operations, and gain better insights from data across the enterprise with HPE IT digital manufacturing solutions. .. Skip to main content Hewlett Packard Enterprise Hewlett Packard Enterprise HPE GreenLake Products Support Contact More... Sign In Search Close HPE GreenLake Products Support Contact More... United States (EN) HPE ..digital manufacturing, it for manufacturing

Visits : 412 Last Update : 2023-05-22 04:32:49


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