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 article
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 (7)
Deepak Dwij (3)
Satyapriya Nayak (3)
Related resources for php article
No resource found
Insert Statement With PHP Script
5/16/2019 4:40:41 AM.
In this article we are going to have a glance at the insert into statement through PHP. The INSERT INTO statement is used to insert new records in a table. Here we are going to explore the concept tho
Select Statement With PHP Script
6/22/2012 1:09:56 AM.
In this article we are going to understand the database select statement using PHP. The SELECT statement is used to select data from a database.
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.
Creation of Database & Table Through PHP
5/19/2012 5:30:59 AM.
In this article we are going to understand the MySQL database with PHP. A database is an organized collection of data for one or more purposes, usually in digital form. A database holds one or multiple tables.
Working With PHP XML Expat Parser And XML DOM
1/4/2012 4:43:33 AM.
In this article we are going to understand the concept of PHP Expat parser & XML DOM. First of all we need to know about XML. XML is used to describe data and to focus on what data is. An XML file describes the structure of the data. There are only user defined tags in XML.
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.