I dont know 1 bit about this thing. Could somebody tell me the basics of this thing?:(
Basics Of PHP
Started by
Guest_sn17_*
, Aug 08 2006 05:53 AM
11 replies to this topic
#1
Guest_sn17_*
Posted 08 August 2006 - 05:53 AM
Guest_sn17_*
|
|
|
#2
Guest_chaganlal1_*
Posted 09 August 2006 - 04:17 PM
Guest_chaganlal1_*
Look at some tutorials there are a great amount of them all over the internet, its as simple as going to google and searching for "PHP Tutorials" or if you have the funds go to amazon and order a few PHP books.
#3
Posted 11 August 2006 - 03:39 PM
What do you want to know? It is just like any other scripting language and is a whole books worth of details. Anything specific like what it does or what its used for?
#4
Guest_sn17_*
Posted 12 August 2006 - 10:44 AM
Guest_sn17_*
I wanna know the basic outline for this thing.
#5
Posted 12 August 2006 - 04:05 PM
I'm also interested in learning the basics.
Can anyone recommend a good site to learn it step-by-step?
Many thanks
Can anyone recommend a good site to learn it step-by-step?
Many thanks
#6
Posted 12 August 2006 - 06:37 PM
erm, PHP (hyper text pre-processor) is a server sided web development scripting language. Its pretty powerful and probabley the most popular. Being that it is server sided you must have Apache or some other hosting utility to view the scripts. It has built in functions so it can interact with databases (mysql, ect...) hm what else...?
you start every php script with <?php and close every php script with ?>
you can find every php function at www.php.net and if you buy any book this is the first thing you will do...
if u notice the begining and end are the same as i mentioned above. the echo statement is a means of displaying information on screen, the string is surrounded by quotes and every line (for the most part) is ended with a semi colon....i think thats the basics
you start every php script with <?php and close every php script with ?>
you can find every php function at www.php.net and if you buy any book this is the first thing you will do...
<?php echo "Hello World!"; ?>
if u notice the begining and end are the same as i mentioned above. the echo statement is a means of displaying information on screen, the string is surrounded by quotes and every line (for the most part) is ended with a semi colon....i think thats the basics
#7
Posted 17 August 2006 - 04:42 PM
thanks for the post
the site is great
the site is great
#8
Posted 18 August 2006 - 11:57 AM
The thing that discourages most people with languages is the complicated syntax. There's lots of ; , > ? ++ stuff, but it's not so (that much) with BASIC. You should start with that.
#9
Posted 21 August 2006 - 12:57 PM
There's still some of it in BASIC, at least, when you get to the advanced levels of it.
#10
Posted 09 September 2006 - 04:13 PM
www.php.net is a great site for learning PHP as Sidewinder mentioned. I also like to visit http://www.w3schools.com/
They also have great information on PHP and a lot of other web development resources.
http://www.w3schools.com/php/ for learning PHP.
They also have great information on PHP and a lot of other web development resources.
http://www.w3schools.com/php/ for learning PHP.
#11
Posted 12 September 2006 - 03:36 PM
w3schools is great. I should go there to learn PHP. They helped me learn HTML, although I'm still not that good at it...
#12
Posted 14 September 2006 - 05:26 PM
DevilsCharm said:
w3schools is great. I should go there to learn PHP. They helped me learn HTML, although I'm still not that good at it...
i didnt know how to make a table in html when i started to learn php :p


Sign In
Create Account

Back to top










