Skip to main content

Home/ PHP Programming/ Group items matching "how-to" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle

Exceptional Online Computer Support Services - 1 views

started by cecilia marie on 09 Sep 11 no follow-up yet

The Best Remote PC Support I Ever Had - 1 views

started by Rem PC on 12 Sep 11 no follow-up yet
2More

PEAR::Pager Tutorials - Paginate database results - 0 views

  • Method #2: Pager_Wrapper to the rescue!
  •  
    This tutorial explains how to paginate database results using PEAR::Pager and Pager_Wrapper. The latter is useful, because without it (Pager_Wrapper), you are selecting the ENTIRE result set for each page, which undoes one of the important advantages of paginating.
1More

Installation of PHP PEAR on Linux Server - 1 views

  •  
    The PHP PEAR also known as PHP Extension and Application Repository, is a repository built especially for PHP software code. In this tutorial, you will learn how to install the PHP PEAR on the linux server. Install PEAR allows you to install various extensions without compiling the source packages.
1More

JungleJar | Wordpress How-To: Displaying Post Counts - 0 views

  •  
    Ever wanted to display the number of posts your blog has achieved for your blog readers or perhaps just for yourself? Or, what about the number of posts in a specific category? If so, I'll show you a quick and easy way to do just that, and we'll style up the output with a bit of CSS Level 2.1 the standard way.

The Number One Computer Tech Support Service - 1 views

started by Sanny Y on 13 Sep 11 no follow-up yet
1More

Learn How to Create Table in Oracle ? - javaTpoint - 0 views

  •  
    Oracle Create Table for beginners and professionals with examples on insert, select, update, delete, table, view, join, key, functions, procedures, indexes, cursor etc.
1More

Creating a Basic Chat System on a Website using AJAX - - 1 views

  •  
    Chat application is very common in web today. In this post, we will explain you how to create a simple chat application using PHP, AJAX and MySql.
1More

Php Simple Login Tutorial - 0 views

  •  
    Php Simple Login Tutorial - Learn how to make a simple login!
1More

Object-Oriented PHP: Delving Deeper into Properties and Methods - 0 views

  •  
    Learn how to work with PHP properties and methods in depth. Looks at constructors and destructors; static properties and methods; class constants; type hinting; and overloading.
1More

Custom Query using Database Object in CakePHP - 0 views

  •  
    In this article, we will see how to use custom query using database object instead of model object?
1More

Open Source CRM | Open Source CRM Solutions | Customer Relationship Management - 0 views

  •  
    Open Source CRM Solutions,Software: What problems they solve and how to choose the right CRM solution and software.

Thank You OPS - 1 views

started by Felipp Crawly on 03 Jan 13 no follow-up yet

Maximising Profits While Keeping Costs Low - 2 views

started by bar software on 28 Mar 12 no follow-up yet
9More

Learning JavaScript from PHP - a Comparison | Lullabot - 0 views

  • In PHP, all variables are local in scope unless declared as global. JavaScript is opposite, and all variables are global unless declared with the var keyword.
  • Both PHP and JavaScript are loosely typed
  • JavaScript is a bit mixed concerning undeclared variables, if you attempt to modify or compare with an undeclared variable, the script will break entirely, but you can check the variable status using typeof() or in conditional statements containing only that variable.
  • ...6 more annotations...
  • JavaScript only recognizes the keyword true in all lowercase. PHP accepts both uppercase and lowercase
  • PHP is not case-sensitive in function or class declarations, but JavaScript is case sensitive for these also.
  • The key difference between PHP and JavaScript is that JavaScript does not have associative arrays.
  • JSON strings having become very popular as a faster alternative to XML, and can be read and created with the PHP functions json_encode() and json_decode().
  • Let's take one more look at defining an object in JavaScript and see how it can be used to compensate for the lack of associative arrays in JavaScript.
  • // Note that variables should always be// prefixed with "var" to define a local scope.for (var n = 0; n < 10; n++) {  alert(n);}
‹ Previous 21 - 40 of 54 Next ›
Showing 20 items per page