Anyhow as it has been said earlier progress is a slow process but with the help from those who want to see the ritual unfold...I will continue on the path and get ever closer to my goal. It seems I am now interested in learning PHP coding also seeing as how it will allow me to run my program on my computer for other people to access.
I don't know much about PHP but I will not stop my search....it seems I have found a place to start
Learning PHP tutorial
Perhaps if I study this for a while I may learn something of use....
- PHP is a server side language
- Runs on your web server
- No compatibility issues
- Becoming widely used
- Opens possibilities for the user to custom make scrips
- Better "interactive" scrips
- More professional and clean website
- Not much at all besides motivation
- A text editor
- A web host that allows PHP (its a free download)
- Starting is easy...
<?
PHP Code In Here
?>
<?php
PHP Code In Here
php?>
<script language="php">
PHP Code In Here
</script>
PHP Code In Here
?>
<?php
PHP Code In Here
php?>
<script language="php">
PHP Code In Here
</script>
Each set of these tags works the same so it will be beneficial to remember them.
My first ever script is a single line "phpinfo();" This is a simple code that will tell the server to print out a table of information about the server...nothing very interesting.
Note: The semicolon at the end of the line. All lines will end with a semicolon otherwise there will be errors
---End First Lesson---
No comments:
Post a Comment