Home

Submit

Source

Feeds

Home » PHP » Searching ::

PHP Searching
This tutorial explains how to conduct keyword searches on a given Webpage.
Related Tutorials
PHP Getting Started
Using the Internal Array Pointers to Access Elements in Arrays
PHP / Getting Started
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.

Site: www.talkphp.com Report - View Tutorial

PHP Security
Restricting External Access to .PHP Files
PHP / Security
Sometimes, when you are writing your PHP script, you'll write Classes and Functions that you will use in your script in external files so that they might be included( ) or required( ) at any time. The same could be said about configuration files - You have certain settings in the form of variables in a external configuration file that you load in the different pages of your script so that they might be shared and edited with ease.

Site: biorust.com Report - View Tutorial

PHP General Development
Using PCRE's
PHP / General Development
What I am about to share encapsulates many of the frustrations I encountered in developing expressions that would work every time, and that always captured any variant in the string I was searching.

Site: codewalkers.com Report - View Tutorial

PHP Miscellaneous
ISO to UTF-8 Tutorial
PHP / Miscellaneous
Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable.

Site: sitekeepers.blogspot.com Report - View Tutorial

PHP Searching
Related Topics
PHP / Searching
This tutorial completes our outline of the online winestore. We present here the completed searching and browsing module, and two related topics in web database applications.

Site: www.brainbell.com Report - View Tutorial

PHP File Operations
Searching a Directory of Files
PHP / File Operations
This tutorial shows you how to dynamically compile the list of files in a given directory.

Site: www.php-scripts.com Report - View Tutorial

PHP Searching
Getting and Using Meta Tags for Search Criteria
PHP / Searching
Searching each HTML page for keywords could become pretty involved in a dynamic environment and put a lot of load on the server. It would be more efficient for me to allow users to search a smaller pool of specific information.

Site: www.php-scripts.com Report - View Tutorial

PHP Security
Blocking Bad Agents from downloading your website
PHP / Security
If you found this page searching Google or search engine, you must be looking for a solution how to block those bad guys from downloading your whole site. I know exactly how it feels to be ripped off, and I have done some research in this area and found few solutions that really work. I thought I would share this with you so that you could save your bandwidth from illegal downloaders.

Site: www.webdesign.org Report - View Tutorial

PHP Functions
PHP Script Tips - Manipulating Arrays with Built-in Functions
PHP / Functions
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays.

Site: dev.fyicenter.com Report - View Tutorial

PHP Databases
PHP Script Tips - Working with MySQL Database
PHP / Databases
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.

Site: dev.fyicenter.com Report - View Tutorial

PHP Object Oriented
How to use the LoadVars Class
PHP / Object Oriented
The LoadVars class allows developers to have a better control of the external loaded data. There are many reason to use the LoadVars class intead of the old deprecated loadvariables and loadvariablesNum.

Site: www.sephiroth.it Report - View Tutorial

PHP Dynamic Images
Dynamic Image Generation with PHP
PHP / Dynamic Images
PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database,create grapical displays of statistics from log files,enhance business data with graphs and diagrams.This tutorial shows you how to use the GD library to dynamically create images on your site. The GD library is an external module which is accessed by a native PHP module.

Site: devzone.zend.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement