Quantcast
Channel: Daniel Dumas » PHP Tutorials
Browsing all 9 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

PHP and MySQL Basics Tutorial

Hello guys today i am going to start my basic PHP tutorial. i will give examples in every part of this tutorial so that you can follow with me easily. my aim in this tutorial is to share my knowledge...

View Article



Image may be NSFW.
Clik here to view.

PHP and MySQL Basics: Your First PHP Script

Now that you know the basic syntax of PHP, let me congratulate you, congrats! hehe. . You are now ready to learn your very first PHP script. consider this example on embedding your first PHP script...

View Article

PHP and MySQL Basics: Comments

For greater readability of your PHP code, you should add comments to it, so that you or other people who will look at the code later will understand it clearly. To do this refer to the example below.....

View Article

CSS Stylesheet Switcher using PHP

Hi everyone! today I’ll teach you how to separate CSS stylesheet for your website or web projects. there are many ways to do this but I am going to use PHP for this tutorial. As a Web Developer or Web...

View Article

PHP Logical Operators

Hey guys! welcome me back! yes, i am finally back again. i been away for a long time, but i am now back again in the blogosphere to share some PHP tutorials, tips and other web development ideas, tips...

View Article


PHP Auto-Increment and Auto-Decrement Operators

The auto-increment operator designed to automatically increment the value of the variable it is attached to by 1. It is represented by a double addition symbol (++). To see it in action, run the...

View Article

PHP IF Statement

In PHP, the simplest form of conditional statement is the if statement, which looks like this: <?php if (conditional test) { do this; } ?> Here’s an example: <?php if ($temp >= 100) { echo...

View Article

PHP IF ELSE Statement

In addition to the if statement, PHP also offers the if-else construct, used to define an alternate block of code that gets executed when the conditional expression in the if statement evaluates as...

View Article


PHP IF-ELSEIF-ELSE Statement

Finally, PHP provides you with a way of handling multiple possibilities the if-elseif-else construct. This construct consists of listing a number of possible results, one after another, and specifying...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images