|
Posted by e_matthes on 06/13/07 15:01
On Jun 13, 6:28 am, rhXX <rh00...@gmail.com> wrote:
> hi,
>
> i need to begin in php. is there any tutorial to begin? (i started an
> hour ago .....)
>
> i copied this first example
>
> <html>
> <head>
> <title> Hello World </title>
> </head>
> <body>
>
> Hello, world!
>
> <?php
>
> echo 'This is my first PHP web page.';
>
> ?>
>
> </body>
> </html>
>
> and saved as .html file, and when i open it with the browser, it
> appears only the html part, but not php ....
>
> tks in advance
Your local bookstore has an awesome section entitled "Computers -
Programming". It might go by the sneaky name of "Computing -
Programming Languages", or something tricky like that.
Seriously, go down there and pick out any introductory book about
php. I started with Sam's Teach Yourself PHP. You will run through
the basics, and then you can ask more interesting questions.
Navigation:
[Reply to this message]
|