Home

Submit

Source

Feeds
Tutorials » PHP » Miscellaneous

PHP Miscellaneous Tutorials

PHP Miscellaneous Tutorials

PHP Miscellaneous
Scraping Links With PHP
PHP / Miscellaneous
In this tutorial you will learn how to build a PHP script that scrapes links from any web page.

Site: www.developertutorials.com Report - View Tutorial

PHP Miscellaneous
Active button with CSS and PHP
PHP / Miscellaneous
This tutorial will explain you how to make your button (link) in the navigation active when you are on a specific page.

Site: www.sebastiansulinski.co.uk Report - View Tutorial

PHP Miscellaneous
How to Write a PHP Script to Send a Trackback
PHP / Miscellaneous
Creating a php script to send a trackback HTTP request to a blog, read the response, and let the user know whether or not the trackback was successful.

Site: www.earn-web-cash.com Report - View Tutorial

PHP Miscellaneous
Functions with Endless Amounts of Arguments
PHP / Miscellaneous
Learn how to creating functions with an indefinite amount of user arguments.

Site: www.talkphp.com Report - View Tutorial

PHP Miscellaneous
Getting to know GD
PHP / Miscellaneous
Getting to know GD by using this tutorial.

Site: forum.codecall.net Report - View Tutorial

PHP Miscellaneous
Write a PDF from PHP with a custom font and encoding
PHP / Miscellaneous
How to write a PDF from PHP with a custom font and encoding.

Site: www.prodevtips.com Report - View Tutorial

PHP Miscellaneous
Joomla 1.5 Advanced Registration
PHP / Miscellaneous
Build a custom registration component.

Site: www.prodevtips.com Report - View Tutorial

PHP Miscellaneous
Easy Way to Track Your Visitors - A Simple Script
PHP / Miscellaneous
Learn to code a simple php script (flatfile) to track your visitor's ip address, visit time & date, host name & referrer page.

Site: auroranet.fre3.com Report - View Tutorial

PHP Miscellaneous
How to Get the Current Page URL
PHP / Miscellaneous
Sometimes, you might want to get the current page URL that is shown in the browser URL window.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Miscellaneous
Passing JavaScript variables to PHP
PHP / Miscellaneous
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.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Miscellaneous
How to Create CAPTCHA Protection using PHP and AJAX
PHP / Miscellaneous
CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your forms. In brief the CAPTCHA protection works by generating a random string, writing it to an image, then storing the string inside of a session or by some other method. This is then checked when the form is submitted. The goal of this tutorial is to demonstrate how to make your own simple CAPTCHA protection using PHP and AJAX technologies.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Miscellaneous
DSN and DSN-less connections
PHP / Miscellaneous
DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone. If you do not know how to set up a system DSN read our tutorial How to set up a system DSN.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Miscellaneous
Use phpdomxml to create a Guestook in Flash
PHP / Miscellaneous
In this tutorial we will see how to create and manage a simple Guestbook using an XML formatted file (with a simple XSL style-sheet). To do that we will create and parse the XML structure using an open source library for PHP which allow us to threat XML with DOM.

Site: www.sephiroth.it Report - View Tutorial

PHP Miscellaneous
Interfacing with Java from PHP
PHP / Miscellaneous
PHP4 ext/java provides a simple and effective means for creating and invoking methods on Java objects from PHP. This article will give you a quick tutorial on how to use the PHP Java extension.

Site: www.zez.org Report - View Tutorial

PHP Miscellaneous
Css Style Switcher
PHP / Miscellaneous
An useful script, you may use it to easily change your webpage css, thats to say, you may change your site's appearance with a simple click.

Site: www.xiodestudios.com Report - View Tutorial

 
Site Search

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