Home

Submit

Source

Feeds

Home » PHP » Getting Started ::

PHP Getting Started
In wordpress we see lots of conditional functions like is_home, is_page, is_single which are implemented to make easy navigations for user, Today I will Explain you how you can make Own Conditional Functions and How You can Use it in Your Web Page.
Related Tutorials
PHP Functions
PHP Function
PHP / Functions
When you have a set of variables or want to make your code simpler, you will use a function. Creating a function is really easy.

Site: rawcliffe.wordpress.com Report - View Tutorial

PHP Functions
Recursion in PHP
PHP / Functions
A recursive function is just a function that calls itself. In order to make a recursive function not explode all over itself, though, it is important to keep some ideas in mind.

Site: codewalkers.com Report - View Tutorial

PHP Navigation
Simple Localization with PHP
PHP / Navigation
Interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.

Site: scriptdigital.com Report - View Tutorial

PHP Emailing
Basic HTML newsletter in PHP/MYSQL
PHP / Emailing
This tutorial will teach you how to make a simple newsletter in PHP/MYSQL with account activation. This will require PHP that is not running in SAFE_MODE or PHP that at least allows the sendmail function(duh, you can't send mail without this enabled).

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

PHP Dynamic Images
Get the width and hieght of an image using a function in PHP
PHP / Dynamic Images
PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).

Site: www.phpeasystep.com Report - View Tutorial

PHP Sessions and Cookies
Basic Sessions Tutorial with Register Globals Switched Off
PHP / Sessions and Cookies
we're going to show you how you can make use of php sessions easily and quickly. we assume that you are familiar with the basics of php. the php session page and function list can be found here. you should have register globals switched off in your php configuration and for sessions not to use cookies.

Site: plebian.com Report - View Tutorial

PHP Functions
Creating a function
PHP / Functions
How to create a function and understanding its structure is a necessity in terms of PHP programming.

Site: www.azforums.net Report - View Tutorial

PHP Getting Started
Getting Started with PHP
PHP / Getting Started
Covers the basics of PHP. Introduces the PHP tags, variables, arrays, function syntax, if/else statements, and more.

Site: www.codedfx.com Report - View Tutorial

PHP Emailing
Test php mail function on your localhost
PHP / Emailing
When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server.

Site: www.phpeasystep.com Report - View Tutorial

PHP Getting Started
Welcome to PHP
PHP / Getting Started
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.

Site: www.intranetjournal.com Report - View Tutorial

PHP Functions
Viewsource
PHP / Functions
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is put together and how the PHP code itself is written. Usually, it is not possible to view the PHP source but with a built in function in PHP, you can.

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

PHP Getting Started
PHP/MYSQL Snippets
PHP / Getting Started
This tutorial explains the following: Opening and closing PHP tags; Connecting to a MYSQL Database; Selecting a mysql database; usage of ucfirst, ucwords, strtolower and strtoupper function, Using the date function to print different aspects of the date and time, Printing Browser Info, IP Address and hostname of the ip.

Site: www.designerspark.com Report - View Tutorial

PHP File Operations
Creating files with PHP
PHP / File Operations
To create a file in PHP you use the fopen function, this is the same function that is used to open files but if it does not find the file specified it will create a brand new file for you.

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

PHP Date and Time
Date Function
PHP / Date and Time
Learn how people use the date function in there php coding.

Site: www.webdesign.org Report - View Tutorial

PHP Emailing
Send email using the PHP mail() function
PHP / Emailing
How to send an email from within a PHP page using the built in mail() function.

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

 
Site Search

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