TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About php articles
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Steward (5)
Satyapriya Nayak (3)
Deepak Dwij (1)
Related resources for php articles
No resource found
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 PHP
5/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 PHP
12/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 XAMPP
12/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 PHP
12/12/2011 10:29:12 PM.
In this article we will learn how to do paging in PHP using Ajax.
Sorting in PHP
12/10/2011 2:42:16 PM.
In this article we will learn how to do sorting in PHP using AJAX.
Registration page in PHP
12/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 PHP
12/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.