Tag Archives: php

PHP Form Tutorial for Beginners

I have started a short tutorial to help newbies make a simple php form. The article focuses on creating a simple php form with add/view/edit/delete features in a ‘newbie’ way. This article is actually published on fortystones and this post is just a reference to it.

PHP is a very powerful language to process HTML forms. A very common use of PHP forms is to collect information from the user and process that information for further use. PHP is extensively used for form processing like feedback, contact, sending emails and a lot more.

In this tutorial, I will explain you how to make a simple php form with add, view list, view, edit and delete features. This tutorial assumes basic knowledge of HTML and PHP. Please note that this tutorial is just for understanding and practice purpose, do not use this in any live site as it does not make use of any form validation and security.

I will introduce two methods for form processing in this tutorial.

1) Two separate php pages

2) A single php page

List of all the articles:

1) PHP Form for Absolute Beginners – I

2) PHP Form for Absolute Beginners - II (View Post)

3) PHP Forms: Form Security

4) PHP Form: Validation and Security

For all the updates, follow me at @prashishh

Tagged , , , , ,

history of ‘hello world’…

Hello World

Have you ever come across this word? If you have learnt any programming language in your life, I bet the answer is ‘yes’. I can still remember my school days when I used to print ‘Hello World’ in QBasic. Since then, I have learnt many other programming languages and every time the first chapter happens to begin from Hello World. So, I thought of researching on it a bit.

Continue reading

Tagged , , , , ,