Skip to main content

Home/ PHP Programming/ Group items tagged how-to

Rss Feed Group items tagged

cecilia marie

Exceptional Online Computer Support Services - 1 views

I was having problems with my computer last week. I have already called a lot of downtown computer shop providers to help me with my concerns but, they just were not able to fix it. So I called On...

online PC repair

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

The Best Remote PC Support I Ever Had - 1 views

The Remote PC Support Now excellent remote PC support services are the best. They have skilled computer tech professionals who can fix your PC while you wait or just go back to work or just simply...

remote PC support

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

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.
Robin Dale

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.
Jungle Jar

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.
Sanny Y

The Number One Computer Tech Support Service - 1 views

Computer Tech Support Service offers the most outstanding computer support service. They have friendly computer support technicians who are very skilled in giving accurate and fast solutions to my ...

Computer support service

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

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.
Hostforlife Hosting

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.
renews_

Php Simple Login Tutorial - 0 views

  •  
    Php Simple Login Tutorial - Learn how to make a simple login!
Yves Leloup

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.
Richard Boss

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?
markhutchinson

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.
Felipp Crawly

Thank You OPS - 1 views

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

Maximising Profits While Keeping Costs Low - 2 views

We use H&L bar pos solution to manage wage costs and payroll across multiple venues and find it an effective tool. Our managers appreciate the ability to review staff costs on a daily basis an...

bar POS point of sale programming

started by bar software on 28 Mar 12 no follow-up yet
Sarah HL

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