Skip to content

iNetTutor.com

Online Programming Lessons, Tutorials and Capstone Project guide

  • Programming
    • ASP
    • Flutter
    • Laravel
    • PHP
    • Arduino
    • Bootstrap
    • C#
    • CodeIgniter
    • HTML/CSS
    • Java
    • MySQL
    • Visual Basic .Net
    • Visual Basic 6
    • Python
    • Computer Tips
    • CMS Tutorial
  • Capstone Projects
  • Downloads
    • Visual Basic 6
    • C#
    • Visual Basic.Net
    • PHP
    • Android
    • C++
    • Java
    • PDF Files (Thesis, Capstone and Tutorials)
  • Diagrams
  • Capstone and Thesis Titles
  • Abstract

Tag: PHP Syntax

PHP

PHP-MySQL Lesson: Select Database

November 14, 2011 inettutor.comLeave a reply

Select Database After we have establish the connection in MySQL server, we have to select a database. To do that we are going to use the mysql_select_db() function. Syntax: mysql_select_db(databasename,connection) Parameter: databasename – the database name you want to use.…

PHP

PHP Tutorial – PHP Forms

October 24, 2011 inettutor.comLeave a reply

In this tutorial we are going to learn how to take data entered by the user in an HTML form and process it into PHP script and display the output. We need two pages here namely the process.php and the…

PHP

PHP Tutorial – do while loop

October 3, 2011October 3, 2011 inettutor.comLeave a reply

The do while loop In do while loop the statements or conditions are executed first then that condition is evaluated, the loop will continue while the condition is true. Syntax: do { code to be executed; } while (condition); Example:…

PHP

PHP Tutorial – The while loop

September 30, 2011 inettutor.comLeave a reply

A loop is a block of code that enables you to repeat the same set of statements or commands over and over again; the actual number of repetitions may be dependent on a number you specify. The while loop The…

PHP

PHP if…else…if statement

September 23, 2011November 5, 2011 inettutor.comLeave a reply

PHP if…else…if statement if…elseif….else statement – use this statement to select one of several blocks of code to be executed. The if…elseif….else statement This statement is used to select one of several blocks of code to be executed. The if..else…

PHP

PHP if…else statement

September 22, 2011 inettutor.comLeave a reply

PHP if…else statement if (…else) statement – use this statement if you want to execute a set of code when a condition is true (and another if the condition is not true). The if…else Statement An if statement that includes…

PHP

PHP if statement

September 21, 2011 inettutor.comLeave a reply

PHP if statement – this statement is used to execute a specific programming code if a specified condition is true. The if statement Used to execute a specific programming code if a specified condition is true. An if statement can…

PHP

PHP String Variable

September 17, 2011 inettutor.comLeave a reply

PHP string variable is variable that is used contains text or characters. In this lesson we are going to learn how to store a string in a variable and use a string directly into a function. Let’s see some example…

PHP

PHP Variables

September 15, 2011September 15, 2011 inettutor.comLeave a reply

PHP Variables In this lesson we are going to learn how to declare a variable in PHP. A variable is something that can handle a piece of information. Variable in PHP can store values such as text and integers. The…

PHP

PHP Tutorial – Learning the PHP Syntax

September 12, 2011September 14, 2011 inettutor.comLeave a reply

PHP scripts are enclosed within a start and end tag. PHP scripts are embedded in a HTML document and you can place the PHP codes anywhere in the document. The two forms of PHP scripting block: The shorthand form starts…

Youtube Channel

Search

  • Programming
    • ASP
    • Flutter
    • Laravel
    • PHP
    • Arduino
    • Bootstrap
    • C#
    • CodeIgniter
    • HTML/CSS
    • Java
    • MySQL
    • Visual Basic .Net
    • Visual Basic 6
    • Python
    • Computer Tips
    • CMS Tutorial
      • Drupal
      • Joomla
      • WordPress
  • Capstone Projects
  • Downloads
    • Visual Basic 6
    • C#
    • Visual Basic.Net
    • PHP
    • Android
    • C++
    • Java
    • PDF Files (Thesis, Capstone and Tutorials)
  • Diagrams
  • Capstone and Thesis Titles
  • Abstract

Pages

  • About
  • Capstone and Thesis Titles
  • Contact
  • Disclaimer
  • Hire Our Team
  • Privacy Policy
  • Share Project

Services Offered

  • Capstone and Thesis Documentation
  • Systems Development
  • Mobile and Web Development

SHARE YOUR PROJECT AND GET PAID

Visit our facebook page for more info:

iNetTutor Facebook Page
Protected by Copyscape Duplicate Content Detection Software
Copyright © 2025 iNetTutor.com. Theme: Creative Blog by Bishal Napit. Powered by WordPress.
▲