By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his purchasing history. In this instance, the website would have stored two types of data in order for the customer to perform the check - the customer's personal login details; and the customer's purchased items.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. In this article I will show you how!
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
Introduction PHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web. Not to mention it's extremely cheap and widely used. However, one thing that PHP is lacking, and in fact most scripting languages are, is a way to update pages in real-time, without having to reload a page or submit a form.
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
If you are a beginner web designer, most probably you have had faced the difficulty to having some dynamic contents on your site, Just think about a small Guest book, some form to be submitted directly from your site, some dynamic results based on user's previous action…….
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
Introduction Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies? It doesn't matter, because in this tutorial I will show you exactly what cookies are, and what they are used for.
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
(Bolzano/Italy) Maguma will publish at the beginning of April 2005 a new module, the PHP AT of eBay. This new module will be integrated in the modular PHP IDE, Maguma Workbench. The Accelerator Tooolkit for PHP (PHP-AT) allows the integration of data available on eBay via a set of custom PHP classes.
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
<span style="font-weight:bold; font-size: 1.2em">What are Regular Expressions?</span> A regular expression is a pattern that can match various text strings. Using regular expressions you can find (and replace) certain text patterns, for example "all the words that begin with the letter A" or "find only telephone numbers".
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
If you tweak your site to perform better in search rankings then you practice the science of Search Engine Optimization (SEO). It's possible to start using PHP scripts on your site without losing that high ranking of yours.
By By Authors | On October 4, 2006 | In PHP Articles and Tutorials | Rated
When building my website "Crossword Heaven" I came across a problem. I created a PHP object called "crossword" but needed to save the information in the object to a database. Now considering that this object contained a lot of information this was not an easy thing to do. Or was it?
|