Related resources for php articles
  • Create Login page using PHP 6/19/2012 4:24:44 AM. The login page is the most important web page in web-development, the login page provides secure access to websites for registered users only.
  • Work with Strings in PHP 5/19/2012 5:53:05 AM. PHP is a hypertext-preprocessor. In PHP, a string can be used directly in a function or it can be stored in a variable. With a string variable we can store and manipulate text.
  • Introduction to PHP5/19/2012 5:49:10 AM. PHP Stand for "Hypertext Preprocessor". PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
  • Working with cookies in PHP12/13/2011 11:58:30 PM. Today I will discuss about cookies in PHP which, in short "cookies are small strings of data created by a Web server but stored on the client".
  • File uploading in PHP using XAMPP12/12/2011 10:36:11 PM. In this article we are going to understand how to upload a file with the help of PHP. For this purpose you must install a XAMPP server.
  • Paging in PHP12/12/2011 10:29:12 PM. In this article we will learn how to do paging in PHP using Ajax.
  • Sorting in PHP12/10/2011 2:42:16 PM. In this article we will learn how to do sorting in PHP using AJAX.
  • Registration page in PHP12/5/2011 10:42:11 PM. In this article we will learn how to create a simple registration page using PHP.
  • Working with database in PHP12/3/2011 11:17:12 PM. In this section we are going to know that how to work with a database with the XAMPP server of PHP where MySQL is in the back-end.