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!
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!
Just a tutorial to cover the very basics of Java.
If you enjoyed this post, make sure you subscribe to my RSS feed!
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!
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!
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!
Animation in visual basic with timers
watch and have fun !
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by: admin Tags: mysql
Learn how to add tables to Mysql Database.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by: admin Tags: C#
C++ Primer Plus (5th Edition)
List Price: $54.99
Your Price: $34.64
You Save: $20.35 (37%)
If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.
With the help of this book, you will:
- Learn C++ programming from the ground up.
- Learn through real-world, hands-on examples.
- Experiment with concepts, including classes, inheritance, templates and exceptions.
- Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.
Also please check out our last week’s Book Of The Week Review:
If you enjoyed this post, make sure you subscribe to my RSS feed!
Now make money with your website traffic. This video will explain the basics of what you need to do to add Google Adsense to Joomla. This video is created by joomlapackages.
Have more tips or questions? Please leave a comment.
If you enjoyed this post, make sure you subscribe to my RSS feed!