<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/613.html</link><description>Miscellaneous RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Encode/Decode an ISO-8859-1 string to UTF-8</title>
<link>http://www.advancescripts.com/detailed/16548.html</link>
<description>PHP can encode or decode any string easily. utf8_encode function encodes the string data to UTF-8, and returns the encoded version. In other hand utf8_decode converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1.</description>
</item>
<item>
<title>Tutorial: How to Create RSS Feeds   </title>
<link>http://www.advancescripts.com/detailed/16410.html</link>
<description>In this tutorial, we'll explore some of the uses for RSS feeds, why your website should have them, and you'll also learn how to make static feeds with XML and dynamic feeds using PHP. </description>
</item>
<item>
<title>How to bridge PHP and Java on Windows IIS   </title>
<link>http://www.advancescripts.com/detailed/16319.html</link>
<description>n a previous tutorial it was shown how to set up the php/java bridge on Windows using the Apache web server. In this tutorial you learn how to do the same using Windows IIS web server. Though this is a beginners tutorial you are expected to have some familiarity with IIS. Notice that the version of the PHPJava bridge used is the older version 3.2.1. Though not the latest version this is the most Windows friendly software. It contains a dll file that surpasses the one distributed in PHP5.</description>
</item>
<item>
<title>Moving items between listboxes in PHP example</title>
<link>http://www.advancescripts.com/detailed/16281.html</link>
<description>Someone wanted the exact same thing on codeproject.com a while ago but I didn't give much thought to it, until someone at work asked me how to do it - since he wasn't able to find a viable solution on the internet.  </description>
</item>
<item>
<title>Analysing PHP Objects and Classes </title>
<link>http://www.advancescripts.com/detailed/16255.html</link>
<description>Due to the dynamic nature of PHP as a programming language it can be quite difficult to determine what is happening. This is then even harder if you don’t have access to debugging tools such as those in Zend Studio. </description>
</item>
<item>
<title>Alternating Table Row Colors </title>
<link>http://www.advancescripts.com/detailed/16249.html</link>
<description>This tutorial will provide you with a basic concept for creating alternating row colors. Using while loops and generating a list from the mysql table.</description>
</item>
<item>
<title>Bot Detection with PHP   </title>
<link>http://www.advancescripts.com/detailed/16216.html</link>
<description>In this tutorial I will be showing step-by-step how to detect bots/crawlers with PHP. Bots or Crawlers, are basically search engines crawling around the internet. This is how you get your pages on search engines (well, a major way). Bot Detection isn't something super vital, but if your CMS or website already has practically everything, then you need Bot Detection. </description>
</item>
<item>
<title>Lazy loading with autoload and PHP!</title>
<link>http://www.advancescripts.com/detailed/16137.html</link>
<description>Are you ended up with many PHP files and having hard managing them all? You don't want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;)</description>
</item>
<item>
<title>Design Patterns with PHP: The Singleton</title>
<link>http://www.advancescripts.com/detailed/16133.html</link>
<description>An introduction to the singleton design pattern and how it can help you. Whats it good for? come on it and read to see! </description>
</item>
<item>
<title>Displaying random image in your page</title>
<link>http://www.advancescripts.com/detailed/16121.html</link>
<description>Learn how to display random image in your page with this code snippets. The code selects random image from a specified directory, and outputs the selected image to browser. demo available. </description>
</item>
<item>
<title>Effective In-Function Caching With PHP5</title>
<link>http://www.advancescripts.com/detailed/16120.html</link>
<description>In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around. </description>
</item>
<item>
<title>How to install PHP 5.2 on Vista </title>
<link>http://www.advancescripts.com/detailed/16080.html</link>
<description>This is a guide that explains how to install and configure PHP 5.2 on Vista and IIS7.Following these easy steps you will be able to have PHP running on Vista 32 bits in 15 minutes.And keeping all the PHP files in the same directory. Try now,you are very welcome.</description>
</item>
<item>
<title>PHP SOAP Extension Client Programs</title>
<link>http://www.advancescripts.com/detailed/16016.html</link>
<description>This article provides notes and tutorials on PHP SOAP Extension client functions and client testing programs</description>
</item>
<item>
<title>Installing and Configuring Abyss for PHP</title>
<link>http://www.advancescripts.com/detailed/15963.html</link>
<description>This video tutorial will how you how to install and configure abyss for php</description>
</item>
<item>
<title>User Click Tracking in CakePHP</title>
<link>http://www.advancescripts.com/detailed/15735.html</link>
<description>This tutorial shows you how to log user activity for users on your website, where they go on your website, how they got there, how long they stayed, ip, which pages they used most and so forth. It requires you to already have cakephp installed. CakePHP is a popular PHP framework</description>
</item>
<item>
<title>How to Create Your Own Exception Classes in PHP</title>
<link>http://www.advancescripts.com/detailed/15523.html</link>
<description>Learn to get control over how (or if) error messages are displayed to users, even though you're using several third-party libraries that each have their own views on handling errors.</description>
</item>
<item>
<title>Type Juggling and Type Casting in PHP</title>
<link>http://www.advancescripts.com/detailed/15522.html</link>
<description>Juggling and casting the variables types in PHP. Different to constants, a variable is automatically declared in PHP when you assign a value to it. Assignment is accomplished with the assignment operator (=). Note that the assignment operator (=) and the equality operator (==) are different in PHP</description>
</item>
<item>
<title>Installing and Configuring Abyss for PHP</title>
<link>http://www.advancescripts.com/detailed/15504.html</link>
<description>This video tutorial will how you how to install and configure abyss for php 

</description>
</item>
<item>
<title>INTRODUCTION TO PHP part 1</title>
<link>http://www.advancescripts.com/detailed/15390.html</link>
<description>This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room</description>
</item>
<item>
<title>How to match and extract strings in PHP</title>
<link>http://www.advancescripts.com/detailed/15351.html</link>
<description>Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.</description>
</item>
<item>
<title>Object Dynamic Generation</title>
<link>http://www.advancescripts.com/detailed/15336.html</link>
<description>This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.</description>
</item>
<item>
<title>Make lowercase followed by uppercase data</title>
<link>http://www.advancescripts.com/detailed/15221.html</link>
<description>study case implementation of strtolower and ucwords for data in mysql database</description>
</item>
<item>
<title>PHP validation and verification</title>
<link>http://www.advancescripts.com/detailed/14948.html</link>
<description>This is one the trickiest parts of any application at all. Why is that? Because the developer doesn't control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions</description>
</item>
<item>
<title>PHP regular expression tutorial</title>
<link>http://www.advancescripts.com/detailed/14826.html</link>
<description>In this article I will show you how to use PHP regular expressions in your own PHP scripts. 

</description>
</item>
<item>
<title>Detailed PHP array tutorial</title>
<link>http://www.advancescripts.com/detailed/14823.html</link>
<description>In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well</description>
</item>
<item>
<title>How to Configure and Make PHP on FreeBSD</title>
<link>http://www.advancescripts.com/detailed/14671.html</link>
<description>These notes describe how to compile a custom-built version of PHP 5 from the source, and replace the stock build on a FreeBSD server from Verio VPS. We install useful extensions that can not be loaded as extensions and must be compiled in, specifically tidy and zip. This Apache 2 shared module and CLI versions of PHP are built, but not the CGI version.</description>
</item>
<item>
<title>Examples of the preg_match function</title>
<link>http://www.advancescripts.com/detailed/14577.html</link>
<description>The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly.</description>
</item>
<item>
<title>PHP measuring page load time</title>
<link>http://www.advancescripts.com/detailed/14458.html</link>
<description>In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing. The idea is simple, this script generates a number that counts in seconds the page loading time. It’s a very simple script and is accurate to 0.000000000000001 seconds</description>
</item>
<item>
<title>Apache with PHP &amp; MYSQL on Windows</title>
<link>http://www.advancescripts.com/detailed/14448.html</link>
<description>Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages. Very complete tutorial with fully installation explications.</description>
</item>
<item>
<title>Rate 'em &amp; Rank 'em Ultra Version</title>
<link>http://www.advancescripts.com/detailed/14301.html</link>
<description>Just as good as the original but with added features. This script cycles through images in your database and ranks them accordingly. When you vote on the last image the voting ends. The top ten ranked images are displayed on the left. The script includes an image upload script and an Admin page to view all entries. Added Features: Clickable Top Ten All the top ten entries can be clicked on and a pop up window appears with the image with all the pertinent info.</description>
</item>
<item>
<title>Explanation of PHP</title>
<link>http://www.advancescripts.com/detailed/14279.html</link>
<description>This is an in-depth article about what the server-side language PHP actualy is.</description>
</item>
<item>
<title>AJAX Application in PHP</title>
<link>http://www.advancescripts.com/detailed/14008.html</link>
<description>A small application which will help you understanding the basics of AJAX. 

</description>
</item>
<item>
<title>PHP tutorial: Using arrays</title>
<link>http://www.advancescripts.com/detailed/13928.html</link>
<description>This tutorial will start introducing the array concept by creating them from info in a table. It will be shown how to display data from the array. Two additional examples will be used to show how to create arrays from strings, and how to perform simple keyword searches</description>
</item>
<item>
<title>Convert a CSV file to XML Using PHP</title>
<link>http://www.advancescripts.com/detailed/13871.html</link>
<description>This simple PHP script reads in a comma separated values file (that can be exported from Excel) and generates a simple XML file that encapsulates the same data.</description>
</item>
<item>
<title>Perfect IDE for Apache, MyQL and PHP</title>
<link>http://www.advancescripts.com/detailed/13775.html</link>
<description>This tutorial will teach you how to setup a perfect development environment for Apache, MySQL and PHP. Besides these basic softwares it includes also an installation instructions for a MySQL manager and PHP editor. It is rich illustrated and hepls to setup a complete and productive workstation. In the tutorial Apache 2.2.3, MySQL 5.0.27 and PHP 5.2 were used.  

</description>
</item>
<item>
<title>Get MySQL database layout in XML format</title>
<link>http://www.advancescripts.com/detailed/13758.html</link>
<description>In this tutorial I will show you how to get your MySQL database description / layout in XML format. </description>
</item>
<item>
<title>XML processing with PHP</title>
<link>http://www.advancescripts.com/detailed/13746.html</link>
<description>This tutorial shows you with code examples how to process an XML datasource with PHP. </description>
</item>
<item>
<title>What is PHP</title>
<link>http://www.advancescripts.com/detailed/13481.html</link>
<description>PHP, which stands for &quot;Hypertext Preprocessor&quot;, is a server-side scripting language.&lt;br&gt; PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of Perl scripts. Rasmus Lerdorf initially created PHP</description>
</item>
<item>
<title>How-to: Convert a RSS feed to JSON in PHP</title>
<link>http://www.advancescripts.com/detailed/13369.html</link>
<description>Here are a quick set of directions to build your own RSS to JSON proxy using only PHP. You need to download and install two libraries, MagpieRSS for RSS and JSON-PHP for JSON. With these two libraries you can easily create a simple proxy to suit your needs. Here is an example of the code. </description>
</item>
<item>
<title>Build your own RSS client in PHP</title>
<link>http://www.advancescripts.com/detailed/13343.html</link>
<description>RSS, also known as Really Simple Syndication or RDF Site Summary, is a file format which allows Web sites to publish and syndicate the latest content on their site to their users. An RSS &quot;feed&quot; is expressed in XML; and as a result, it can be read by any client capable of parsing an XML file. A number of such RSS clients exist, for both Windows and Linux, and the latest versions of Mozilla Firefox and Internet Explorer also allow you to subscribe to particular RSS feeds, to ensure that you always have the latest information at your fingertips.  

</description>
</item>
<item>
<title>Creating a Custom RSS Feed with PHP and MySQL</title>
<link>http://www.advancescripts.com/detailed/13340.html</link>
<description>RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can.</description>
</item>
<item>
<title>Fluent Interfaces in PHP</title>
<link>http://www.advancescripts.com/detailed/13336.html</link>
<description>A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here’s an example </description>
</item>
<item>
<title>Exec and system command and results</title>
<link>http://www.advancescripts.com/detailed/13234.html</link>
<description>This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included</description>
</item>
<item>
<title>Using Regular Expressions with PHP</title>
<link>http://www.advancescripts.com/detailed/13134.html</link>
<description>Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions. </description>
</item>
<item>
<title>PHP: Multidimensional Arrays</title>
<link>http://www.advancescripts.com/detailed/13128.html</link>
<description>Array does not have to be a simple list of keys and values; each array element can contain another array as a value, which in turn can hold other arrays as well. This way, you can create a multi-dimensional array. In this article principles of using multidimensional arrays are explained and source code defining multidimensional array and displaying the array values on the web page is given.  

</description>
</item>
<item>
<title>PHP: Looping Statements</title>
<link>http://www.advancescripts.com/detailed/13127.html</link>
<description>PHP performs several types of repetitive operations, called &quot;looping&quot;. Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use looping statements in PHP, along with examples, and descriptions of the examples</description>
</item>
<item>
<title>PHP: Functions</title>
<link>http://www.advancescripts.com/detailed/13126.html</link>
<description> A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.</description>
</item>
<item>
<title>PHP Arrays</title>
<link>http://www.advancescripts.com/detailed/13125.html</link>
<description>Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more useful data types available to any programming language. This article describes the basics to create and make operations with indexed, associative, and multidimensional arrays.  


</description>
</item>
<item>
<title>Passing JavaScript variables to PHP</title>
<link>http://www.advancescripts.com/detailed/13124.html</link>
<description>JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications</description>
</item>
<item>
<title>How to Sort an Array in PHP</title>
<link>http://www.advancescripts.com/detailed/13121.html</link>
<description>It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimensional arrays is quite easy.  

</description>
</item>
<item>
<title>How to install and cofigure PHP 5 on Windows box</title>
<link>http://www.advancescripts.com/detailed/13119.html</link>
<description>It is assumed that you have already successfully setup IIS or installed Apache on your machine and configured it. This article explains the steps you need to follow to configure PHP and secure its correct operation. </description>
</item>
<item>
<title>How to connect to MySQL database using PHP</title>
<link>http://www.advancescripts.com/detailed/13115.html</link>
<description>Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running. </description>
</item>
<item>
<title>Conditional Statements in PHP</title>
<link>http://www.advancescripts.com/detailed/13103.html</link>
<description>Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements</description>
</item>
<item>
<title>Macronimous- Command Line Scripting in PHP</title>
<link>http://www.advancescripts.com/detailed/12975.html</link>
<description>PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications. </description>
</item>
<item>
<title>PHP password generation</title>
<link>http://www.advancescripts.com/detailed/12949.html</link>
<description>Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, it's even impossible to read them. This article provides a function for generating English-like readable passwords. </description>
</item>
<item>
<title>Specifying how many columns per row when extractng from mysql</title>
<link>http://www.advancescripts.com/detailed/12867.html</link>
<description>This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row when extracted from a mySQL database using a query, using a specific algorithem and loop</description>
</item>
<item>
<title>Using Cron with PHP</title>
<link>http://www.advancescripts.com/detailed/12562.html</link>
<description>Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. In this article I list the options for scheduling a task to run periodically and I go into detail on running a script with cron.</description>
</item>
<item>
<title>PHP Functions : urlencode()</title>
<link>http://www.advancescripts.com/detailed/12371.html</link>
<description>You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.</description>
</item>
<item>
<title>Converting all applicable characters to HTML entities</title>
<link>http://www.advancescripts.com/detailed/12370.html</link>
<description>In this code sample we will converting all applicable characters to HTML entities using htmlentities(). Using 'htmlentities' all characters which have HTML character entity equivalents are translated into these entities. .
</description>
</item>
<item>
<title>SQLite tutorial for PHP 5</title>
<link>http://www.advancescripts.com/detailed/12360.html</link>
<description>This quick SQLite tutorial will walk you through how to connect, create, insert and query a SQLite database using PHP. Object oriented code is also covered. The tutorial covers SQLite2, SQLite3 and PDO.</description>
</item>
<item>
<title>MD5 Encryption in PHP</title>
<link>http://www.advancescripts.com/detailed/12271.html</link>
<description>Md5 is a very easy way to encrypt any stirng data. Following example take and encrypts a string. Remember that you could not dencrypt any data after encryption. .
</description>
</item>
<item>
<title>Working with sessions in PHP</title>
<link>http://www.advancescripts.com/detailed/12270.html</link>
<description>Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.</description>
</item>
<item>
<title>PHP Functions : array_fill</title>
<link>http://www.advancescripts.com/detailed/12269.html</link>
<description>array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning.</description>
</item>
<item>
<title>Working with Arrays in PHP</title>
<link>http://www.advancescripts.com/detailed/12267.html</link>
<description>Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.</description>
</item>
<item>
<title>Linux learning zone-Find out everything about linux-online</title>
<link>http://www.advancescripts.com/detailed/7547.html</link>
<description>Linux Operating System Training and Tutorials,help and online courses in Linux
systems,Linux programming,Linux administration and Linuxapplications,Linux,Linuxlearning,
Linux online,Learn linux,Linux learning Zone</description>
</item>
<item>
<title>gloire</title>
<link>http://www.advancescripts.com/detailed/1216.html</link>
<description>cooooooooooool</description>
</item>
<item>
<title>salut ca va</title>
<link>http://www.advancescripts.com/detailed/1079.html</link>
<description>karimoxp version 2.0
operator  chafar</description>
</item>
<item>
<title>MArokkovc</title>
<link>http://www.advancescripts.com/detailed/1066.html</link>
<description>Hallo
ich bin da für euch</description>
</item>
<item>
<title>Custom error pages using .htaccess</title>
<link>http://www.advancescripts.com/detailed/811.html</link>
<description>Easy to follow tutorial explaining how to create your own error documents on an Apache server using a .htaccess file.
</description>
</item>
<item>
<title>Convert links into clickable hyperlinks</title>
<link>http://www.advancescripts.com/detailed/810.html</link>
<description>A function to change an email address or URL into a clickable HTML link using eregi_replace.</description>
</item>
<item>
<title>Installing Apache, MySQL &amp; PHP in Windows 98</title>
<link>http://www.advancescripts.com/detailed/782.html</link>
<description>This article on &quot;Installing Apache-MySQL-PHP on Windows 98&quot; in just five min is a complete step by step tutorial to install this trio package. The article contains full graphics snapshots to help the new developers to install the trio package without any glitch or much effort. Happy developing !</description>
</item>
<item>
<title>PHP Lesson 2 - Add Comments</title>
<link>http://www.advancescripts.com/detailed/481.html</link>
<description>You will save a lot of time and money if you just remember to write comments as you write your codes. Trust me, you will forget which code goes where and what it does. We all forget. This is a how-to on how to organize your scripts with different types of comment tags.</description>
</item>
<item>
<title>PHP Lesson 1 - First PHP Script</title>
<link>http://www.advancescripts.com/detailed/480.html</link>
<description>If you are new to PHP, this is for you. Here you will learn how to create and run a PHP web page for the first time. </description>
</item>
<item>
<title>Bloo Grape</title>
<link>http://www.advancescripts.com/detailed/6.html</link>
<description>Check out these tutorials to get you started  on PHP Development</description>
</item>
</channel>
</rss>
