Search in:
Login Form
Username

Password

Remember me

Forgotten your password?
No account yet? Create one
Sort Listing By:    
  Total : 13    Displaying: 1-10  Pages: 1 2   
 
Deploying libcURL with PHP  Deploying libcURL with PHP  
     Rating :  ( 0 )     Hits : 594


Contributed By: The Administrator Master

LibcURL is a free and easy-to-use client-side URL transfer library. Its used often for getting files using URL syntax. cURL is an important library for PHP software such as Billing software like ModernBill ). LibcURL library allows these software to communicates with banks and payment gateways remotely.

In this article , we’ll see how to install or upgrade libcurl to a new version ( 7.15.3 ) and then integrate it to the PHP running in the server.


     
Added: 28-Oct-2008 Updated: 28-Oct-2008
No review(s) Found !! Member Reviews ( 0 )  
Creating a Simple User Class in PHP  Creating a Simple User Class in PHP  
     Rating :  ( 0 )     Hits : 96


Contributed By: The Administrator Master

In this article, rather than describing what objects and classes are, I'll look at a simple example which hopefully will show how you can use an object-oriented programming technique when you are developing web applications.


     
Added: 26-Nov-2008 Updated: 26-Nov-2008
No review(s) Found !! Member Reviews ( 0 )  
Reusing Code in Web Sites and Applications Part 1 - Using Include And Require  Reusing Code in Web Sites and Applications Part 1 - Using Include And Require  
     Rating :  ( 0 )     Hits : 97


Contributed By: The Administrator Master

Reusing pieces of HTML code is a common way of making web sites (or web applications) more consistent, reliable, and more manageable. Even a small web site consisting of perhaps 20 or 30 web pages can benefit from reusing code for header and footer sections, for example. If the same header or footer is used across all the pages on the site, it makes sense to put the header and footer code in separate files, and then call those files to insert their contents where required.


     
Added: 26-Nov-2008 Updated: 26-Nov-2008
No review(s) Found !! Member Reviews ( 0 )  
Using Functions  Using Functions  
     Rating :  ( 0 )     Hits : 104


Contributed By: The Administrator Master

Functions are used to perform a well defined task that is normally repeated at various places within a web site, web application, or other software application. The function sometimes needs certain information before performing its task, and sometimes returns a value to the calling page or program.


     
Added: 26-Nov-2008 Updated: 26-Nov-2008
No review(s) Found !! Member Reviews ( 0 )  
How to Use the PHP Include Statement  How to Use the PHP Include Statement  
     Rating :  ( 0 )     Hits : 152


Contributed By: The Administrator Master

Saving time on a web design project is going to do two things. First, it is going to make for a happier client since the job is completed faster. Second, the web designer saves time and maximizes their earnings per hour as a result. One of these time-saving measures we use is the include construct.


     
Added: 29-Nov-2008 Updated: 29-Nov-2008
No review(s) Found !! Member Reviews ( 0 )  
The Difference Between PHP Echo and Print  The Difference Between PHP Echo and Print  
     Rating :  ( 0 )     Hits : 153


Contributed By: The Administrator Master

Few other web development languages have done as much for web developers as PHP has. And in learning all the complexities of the language, web developers will be able to better become higher paid, more satisfied, and better prepared to make the next best web application. But taking baby steps in getting there is important: and the finer things such as knowing the difference between Echo and Print become clear.


     
Added: 29-Nov-2008 Updated: 29-Nov-2008
No review(s) Found !! Member Reviews ( 0 )  
How to Correctly Include a Remote File Securely With PHP 5  How to Correctly Include a Remote File Securely With PHP 5  
     Rating :  ( 0 )     Hits : 47


Contributed By: The Administrator Master

PHP 4 is now becoming less used across the Internet, and instead being switched out with newer versions such as PHP 5. There have been many modifications that have been done under the hood, so to speak, and specifically webmasters will notice that they will have to find a new syntax in order to include remote files into a webpage.


     
Added: 08-Feb-2009 Updated: 08-Feb-2009
No review(s) Found !! Member Reviews ( 0 )  
Using PHP and Regular Expressions to Tidy Up Variables  Using PHP and Regular Expressions to Tidy Up Variables  
     Rating :  ( 0 )     Hits : 187


Contributed By: The Administrator Master

I recently had to develop a very simple email manager for a client. It was necessary to extract some text from a database and then to insert that text into an email message, which was then fired off to a mailing list. The problem I had was that the text contained HTML tags as well as other HTML characters (for example, nbsp;), and I only wanted plain text in the email.


     
Added: 16-Feb-2009 Updated: 16-Feb-2009
No review(s) Found !! Member Reviews ( 0 )  
Using Include Files to Make Changes to All Your Website Pages Instantly  Using Include Files to Make Changes to All Your Website Pages Instantly  
     Rating :  ( 0 )     Hits : 213


Contributed By: The Administrator Master

You have a template you use to make changes to your menubar and page header. Is there a way you can apply those changes to all your pages instantly?


     
Added: 16-Feb-2009 Updated: 16-Feb-2009
No review(s) Found !! Member Reviews ( 0 )  
PHP Strings  PHP Strings  
     Rating :  ( 0 )     Hits : 158


Contributed By: The Administrator Master

Learn what strings are and how to work with strings in php


     
Added: 16-Feb-2009 Updated: 16-Feb-2009
No review(s) Found !! Member Reviews ( 0 )  
  Pages: 1 2