|
Posted by John Obrien on 11/29/06 15:22
I got this far
<html>
<head>
<title>My first PHP page</title>
</head>
<body>
<?php
print "Hello World";
?>
</body>
</html>
I saved it as a PHP file.
The problem is I do not know how to "upload it as I would normally do
I have the XAMPP package.
How do you get this script to the package like you would with say
dreamweaver or front page?
Geoff Berrow wrote:
> Message-ID: <1164763419.053205.96230@n67g2000cwd.googlegroups.com> from
> John Obrien contained the following:
>
> >am a 70 year old retiree trying to learn PHP on my own.
>
> Well you are not on your own any more, are you? :-)
>
> I used to run an Introduction to PHP course. You may find the course
> notes useful. www.ckdog.co.uk/phpcourse (first five files) You can
> steamroller through the course by copying and pasting the code examples
> then following the exercises.
>
> As well as the recommendation to use a bundle for testing (e.g. xammp )
> get one of the free note pad replacements too. Notepad2
> (http://www.flos-freeware.ch/notepad2.html) is small and lightweight
> enough to keep a copy in your working folder and Notepad++
> http://notepad-plus.sourceforge.net/uk/about.php has a useful tabbed
> screen (it's what I use now). These editors have syntax highlighting,
> line numbering, find and replace and numerous other features that will
> make debugging easier.
>
>
>
>
> --
> Geoff Berrow (put thecat out to email)
> It's only Usenet, no one dies.
> My opinions, not the committee's, mine.
> Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|