How do I use PHP?

1. To use PHP, make a file and give it a ".php" file extension such as myfile.php.

2. Inside this file you can put any HTML that would normally go in a Web page.

3. Anywhere in that file, within the HTML, you can put your PHP code.

4. PHP code always begins with a "". You can learn more about PHP at http://php.net and http://zend.org

  • 0 Users Found This Useful
這篇文章有幫助嗎?

相關文章

How do I set up streaming Audio/Video?

We support progressive media streaming. You can embed it into your site using hyperlinks. We...

How do I connect to my site using Dreamweaver?

1. Start the Software 2. On the Tool Bar, click Site 3. Then when the drop down menu appears,...

რა არის Fantastico Deluxe?

Fantastico Deluxe მოიცავს 50-ზე მეტ მოწინავე სკრიპტს (საიტის მართვის სისტემები, ბლოგები,...

What does CHMOD mean?

It means to set a certain permission on the file or directory. The most common chmod commands are...

What is CGI?

CGI stands for Common Gateway Interface. It's used to provide interactivity and turn static pages...