1

I've got a friend trying to learn php (they've never used a programming/scripting language before). They have a minimal understanding of html. I've used tryruby.org a little bit once, and I'm hoping there's something similar for php. I learned using books, but I don't want them to have to go through setting up a server on their localhost right now.

Ideas?

3
  • PHP can be run from the command line. You dont need a webserver unless you want to display HTML pages. Commented Jul 19, 2010 at 16:14
  • 4
    I've no knowledge of a decent online PHP demo, but for windows packages like XAMPP are trivially easy to set up. Commented Jul 19, 2010 at 16:19
  • 1
    Yeah, try the PHP cli. You just run php -a or install phpsh - phpsh.org Commented Jul 19, 2010 at 16:28

2 Answers 2

2

They aren't tutorials like TryRuby, but you can use ideone.com or codepad.org to run snippets of PHP and lots of other languages.

Sign up to request clarification or add additional context in comments.

Comments

2

Your friend should definitely learn HTML first.

I got started in HTML, PHP, JavaScript, and jQuery from W3Schools.com. Your friend should check it out.

1 Comment

Why should he learn HTML first? You dont need a single piece of HTML if you want to program PHP.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.