NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

PHP Variables Tutorial? Storing information in PHP
26363 PHP Variables Tutorial? Storing information in PHP http://www.chauy.com/2005/11/php-variables-tutorial/ PHP Variables Tutorial? Storing information in PHP PHP > Tips and Tutorials > Introduction to PHP Oct 15, 2006 dotcomguy

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links at PHP > Tips and Tutorials > Introduction to PHP
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function. For example, we have the category vechicle. Within this category, you have the different types of vehicle - car, bug, train, van. In the same bag, a llama is a type of animal. This analogy applies to programming - we create functions to do specific tasks and then group similar functions into classes. No only does this organise everything, but also allows a common access point for these similar functions.
Category:

You may already know about PHP variables, and how unfortunately you can only store only one value at a time. But now lets move on to a new type of variable called an array. Arrays allow you to store as many values as you want inside it. It keeps track of the information by indexing the data by a number or a string. Think of a variable as a bottle of soda. And think of an array as a case of sodas, or a warehouse of sodas.
Category:

Working with sessions in PHP
Category:

Hopefully you know what PHP is already. If not I'd better explain it. Right, PHP is a scripting language that you embed in web pages to do advanced stuff. But unlike HTML, PHP is not sent straight to the client to work out it is converted into HTML on the server it is running on and then sent to the client. So this allows you to have a database server set up on your server and you can request records from it whatever way you want! Also because the PHP code is worked out on the server clients are unable to see the PHP code in the page just the outputted HTML!!!
Category:

In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed for a solid understanding of strings. As we examine a multitude of basic string functions, we will focus in on specific uses for each and show examples of how many of these functions can be used together. This tutorial will start with the very basic use of a string in PHP and build upon that base knowledge by showing you specific functions and how they can be used together
Category:




Main Category
178
2033
792
284
174
1802
1113
905
1157
7350
70
898
59
2185
172

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19151
Categories: 1275
Registered Users: 695
Mailing List Subscribers: 2042
Unique Outgoing Hits: 221523

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
36 site(s)
PR 7
291 site(s)
PR 6
828 site(s)
PR 5
2014 site(s)

PHP News