PHP Tutorial – Introduction

PHP Tutorial – Introduction In this tutorial you will learn about PHP – Introduction to PHP, What you should already know? What’s PHP? What’s the difference between PHP and HTML? When to use PHP? What makes PHP a choice among the other scripting languages? What you should already know? You have to have good knowledge of the following before you can proceed: HTML JavaScript What’s PHP? PHP stands for Hypertext Preprocessor. PHP scripts run inside Apache server or Microsoft IIS. PHP and Apache server are free. PHP code is very… Read More

VB Script – How to use VBScript with Forms

VB Script – How to use VBScript with Forms In this tutorial you will learn about How to use VBScript with Forms. Introduction, How to do validate your Forms and Conclusion Introduction Now this is the last topic of the tutorial and you will learn how to validate and submit the data to the web server. How to do validate your Forms The process to validate the forms are as under. The two things should be checked. 1. All of the required data is entered. 2. The data entered is… Read More

VB Script – Controlling VB Script Routines

VB Script – Controlling VB Script Routines In this tutorial you will learn about Controlling VB Script Routines, Introduction, VB Script Description, If then else, Select Case, Looping Statements – For Next, For Each Next, Do loop, Do While, Do Until, While wend and Conclusion. Introduction Every programming language allows you to control the flow of your program like this VbScript also allows you to control how your scripts process the data by using conditional statements and iteration statements i.e sometimes called the looping statements. With the help of these… Read More