Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

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.
Related Tutorials
PHP File Operations
Using Multiple Files in PHP Programming
PHP / File Operations
A detailed explanation of the methods for making and using include files in PHP, as well as passing values between included and parent files without using global variables.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
Variables in PHP
PHP / Getting Started
If you did not guess, variables are the most important thing in php and most other programming languages. I'll be telling you about simple variables and how to use them.

Site: www.noobic.com Report - View Tutorial

PHP Sessions and Cookies
PHP Sessions Passing data from one page to another
PHP / Sessions and Cookies
This tutorial will teach you how to PHP Sessions Passing data from one page to another.

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

PHP Getting Started
PHP Variables
PHP / Getting Started
Variables in PHP are represented by a dollar sign followed by the name of the variable.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP General Development
Develop rock-solid code in PHP: Use variables effectively
PHP / General Development
The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. In this article, PHP veteran Amol Hatwar discusses how to use variables effectively. He also shows how to make script configuration easy by constructing a configuration file parser using variable variable names in PHP.

Site: www-128.ibm.com 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 Forms
Multi-page Forms with PHP
PHP / Forms
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.

Site: codewalkers.com Report - View Tutorial

PHP General Development
Get the full URL of your page using PHP
PHP / General Development
Very often we need to have the ful URL of the page and use it somehow in our code, for example a dynamic script with social bookmarks or anything else we can think of. This can be done using Javascript but I prefer to use PHP since it's not based on the client side and it works with or without Javascript turned on in our browsers.

Site: www.roscripts.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 Getting Started
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include: * PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions * Condition and branch statements supported by PHP, including if, if...else, and the switch statements * Looping statements * Arrays and array library functions * Strings and string library functions * Regular expressions * Date and time functions * Integer and float functions * How to write functions, reuse components, and determine the scope and type of variables * An introduction to PHP object-oriented programming support * Common mistakes made by programmers new to PHP, and how to solve them.

Site: www.brainbell.com Report - View Tutorial

PHP Forms
Using Forms With PHP
PHP / Forms
This tutorial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.

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

PHP Getting Started
Covering the basics of PHP
PHP / Getting Started
This PHP tutorial covers the echo, the if...else statement and integer variables.

Site: www.codebeach.com Report - View Tutorial

PHP Getting Started
HTTP Request Variables
PHP / Getting Started
This tutorial describes: What are the predefined variables that store information from the HTTP request, A sample script to test request variables, How to promote request variables to stand alone variables.

Site: www.herongyang.com Report - View Tutorial

PHP Getting Started
PHP For Beginners - Free Courses from www.iTechCollege.com
PHP / Getting Started
What is PHP? PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications. In this course, you will learn how to: How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.

Site: www.itechcollege.com Report - View Tutorial

PHP Functions
PHP Script Tips - Creating Your Own Functions
PHP / Functions
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc.

Site: dev.fyicenter.com Report - View Tutorial

 
Site Search

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