This is a guide on Basic Hello World in PHP.
A PHP page always starts with <?php and ends with ?>.
<?php
CODE GOES HERE
?>
To write text we need to use the echo function. With all functions they must end with a semi-colon.
Ex:
<?php
echo (’Hello World!!’);
?>
Thats it!
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Hello World, php
On Monday, Microsoft launched Oxite, an open-source blogging platform. Oxite is a standards-compliant, extensible content-management system designed to support either blogs or larger Web sites, Microsoft said. Oxite is also able to integrate with Microsoft developer software such as ASP.Net MVC, Visual Studio Team Suite, and Background Services Architecture.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: microsoft
In the following tutorial we will start with a few html files and we will build an Email Handling PHP script that sends info from your web form to your email! It is pretty easy PHP so enjoy learning and Have fun! I am using Dreamweaver CS3, but you can use pretty much any version of Dreamweaver, just follow closely and try not to make mistakes.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Dreamweaver Tutorials, Form Php, Php Scripting
WordPress 2.6.5 is now available. I recommend everyone to upgrade their blogs.
From NewsBeta:
2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.
Download: WordPress 2.6.5 (1.44 MB)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: WordPress
Just a tutorial to cover the very basics of Java.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Java Programming, Java Tutorial, Programming Tutorial
A PHP and HTML Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table and form.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Forms Html, Freeware Html, Html Tutorial
Finding your Computers IP Address in Window Vista is very simple. Follow the steps:
1. Click on the start button
2. Go To All Programs
3. Go To Accessories
4. Click on the “Command Prompt” icon
5. Type “Ipconfig /all” Make sure you use a space after ipconfig
6. You’ll find a spot that says “IP ADDRESS”
You now have your computer IP address.
Looking for more tips/tricks? Ask below!
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: IP Adress, Vista
PHP Tutorial // Calculator
A PHP Tutorial on how to create a calculator.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Calculator, php
Using Visual Basic 6.0
Best viewed double sized
In this lesson we build a very simple program to display the words Hello World.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Hello World, Visual Basic 6
Animation in visual basic with timers
watch and have fun !
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Animation, Timers, Visual Basic