Loading

  • Contents
  • Images
  • Styles
  • Scripts

Taking our first lesson; Hello World Example, we are going to spice it up a bit and use variables with our PHP file. Let’s start right away by looking at an example then explaining what we did. <html> <head> <title>PHP Tutorial</title> </head> <body> <?php $var = “PHP is cool”; echo “<p>$var</p>”; ?> </body> </html> As… read more

One great thing about PHP is it is great for people that are new to web programming, it’s very easy to start with and also can get really technical for the veterans. PHP started as Personal Home Page tools, it was started to assist new users with programming. The syntax is very easy to use… read more

Yes, you can build your own website in one day or less, but, the more preparation you do ahead of time, the easier it will be. This is because, if you have never built a website before, it takes quite a lot of time to sign up for a lot of the things you’ll need…. read more

Creating And Building Your Own Website The purpose of this website is to explain and guide you on how to build a successful website on the internet. Whether you’re a newbie or an expert wanting to construct a website, here you have all the in-depth information you need to know in order to create a… read more