browse by tag: generate
sort by
PHP: Be Notified When Google Crawls Your Site
in PHP added by adzeds, on 3/6/2008 beginner tutorials crawl general google mysql php5
Have you ever wanted to know when Google crawls your website? Well now you can using a simple PHP script which emails you everytime GoogleBot crawls your site.
comment save report9 PHP Debugging Techniques You Should Be Using
in PHP added by porteightyeight, on 25/4/2008 advanced tutorials debugging general
Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of...
comment save reportSorting 2D-arrays in PHP
in PHP added by prodevtips, on 6/1/2008 array beginner tutorials general
How to use array_multisort to sort tables by column.
comment save reportDisplay how many visitors online
in PHP added by ineedtutorials, on 3/1/2008 beginner tutorials database general oo programming php5
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
comment save reportSending emails with php
in PHP added by ineedtutorials, on 29/12/2007 email general phpmailer
In this tutorial, we'll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.
comment save reportBeginners PHP Part 3
in PHP added by Slipszenko, on 27/11/2007 beginner tutorials general
The last in the series of tutorials for absolute beginners to the PHP language
comment save reportBeginners PHP Part 2
in PHP added by Slipszenko, on 26/11/2007 beginner tutorials general php
A tutorial for complete beginners to PHP.
comment save reportBeginners PHP Part 1
in PHP added by Slipszenko, on 25/11/2007 beginner tutorials general php
A tutorial for total beginners to PHP.
comment save reportGetting to know GD
in PHP added by Sidewinder, on 9/11/2007 beginner tutorials gd general
Have you ever been on aim and received a message from one of your friends with a big long URL followed by something like John%20Is%20Stupid; You know what ever it is, wont be worth your time, but you click on it anyway to find someone goofy looking holding a sign and on it printed in big bold letters "John Is Stupid". Ever wonder how they work?
comment save reportSimplify e-mail validation routines with PHP
in PHP added by goodphptutorials, on 29/10/2007 email general regex regular expression verification
A very common task when building Web sites involves validating user-supplied e-mail addresses. In this article we'll show you how to use the powerful regular expression engine built into PHP.
comment save reportSurviving 100,000 instant Visitors on a Budget
in PHP added by goodphptutorials, on 20/8/2007 general server traffic
This tutorial describes what I did to cope with a spike of 100,000 visitors, keeping my server up throughout the entire day.
comment save reportFacebook PHP Tutorial
in PHP added by jlaing, on 6/8/2007 facebook general
The basics of using the Facebook PHP Client Library and how to get your application started, including:
1. Installing The Facebook Developer Application
2. Downloading The Facebook PHP Client Library
3. Creating Your Application
4. Hello Facebook! Example
5. FBML - Facebook Markup Language
6. Using the Facebook API
Edit phpBB: Based on users active over the past five minutes
in PHP added by ProgrammingPHP, on 3/8/2007 editing forum general phpbb
A frequent question regarding phpBB forum scripts seems to be how to alter the length of user activity shown. Here is an easy four-step guide.
comment save reportOptimizing Apache and PHP
in PHP added by goodphptutorials, on 28/5/2007 general lamp performance tuning
Applications using the LAMP (Linux, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it's written by someone else. This series of three articles discusses many of the server configuration items that can make or break an application's performance. This second article focuses on steps you can take to optimize Apache and PHP. Linux, Apache, MySQL, and PHP (or Perl) form the basis of the LAMP architecture for Web applications. Many open source packages based on LAMP components are available to solve a variety of problems. As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. The previous article showed you how to tune the Linux system and covered the basics of LAMP and performance measurement. This article focuses on the Web server components, Apache and PHP.
comment save reportWorse Than Failure: Client-side PHP
in PHP added by goodphptutorials, on 12/5/2007 JavaScript XMLHttpRequest general wtf
The introduction of the XMLHttpRequest component (*) opened the doorway for a new breed of "fancy schmancy" web applications like Flickr, GMail, etc. This, in turn, spawned an entire sub-industry and a new series of buzzwords seemingly based on the names of household cleaning chemicals. It even incremented the current version of the Internet to 2.0.
comment save reportBar Chart HTML generator
in PHP added by AnyExample, on 8/5/2007 bar chart diagram general
This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd.
comment save reportPHP IDE Roundup
in PHP added by goodphptutorials, on 6/4/2007 IDE debugger editor general php editors review
I'm going to talk about integrated developement environments (IDE) for PHP. First, IDEs are not text editors, such as emacs, vim, or notepad. IDEs offer an all-in-one solution for you coding work; they contain a code editor, debugger, allow you to preview your code in an embedded browser, and they make it easy to check in your code into you version control.
comment save report10 things you (probably) didn't know about PHP.
in PHP added by goodphptutorials, on 21/2/2007 functions general tips
Here's a short list of cool features that might have slipped under your radar as well
comment save reportGenerating random passwords
in PHP added by jon1, on 6/2/2007 beginner tutorials generate password random
A good beginners tutorial for generating random passwords that can be sent to forgetful members or used for image verification
comment save reportForm Processing with PHP
in PHP added by Nolte, on 31/1/2007 forms general
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an HTML form and process the data.
comment save reportDynamic (2 level) navigation list
in PHP added by finalwebsites, on 16/1/2007 function general navigation nested menu php
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.
comment save reportPHP vs. X programming language
in PHP added by goodphptutorials, on 7/1/2007 Opinion general
Being a new Zender I've spent some time in the recent past looking at people's opinions about PHP now that it directly affects the work I do. In my research I have found a lot of interesting "opinions" about PHP vs. this that and the other thing, usually in the form of lists.
comment save reportAJAX Chat Tutorial Part 2:Prototype, Scriptaculous
in PHP added by goodphptutorials, on 30/12/2006 AJAX general zend framework
Part 2 of a 6 part tutorial on building an Ajax chat application in PHP. For this chat application we'll be using two popular javascript libraries: Prototype and Scriptaculous.
comment save reportHow to Get the Current Page URL
in PHP added by goodphptutorials, on 28/10/2006 general
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this tutorial we will show how you can do that.
comment save reportPassing Javascript variables to PHP
in PHP added by goodphptutorials, on 26/9/2006 general
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.
comment save report