How do I actually use the php scripts?

I know html and css but how do i even link to multiple php scripts and put them where I want? Its so basic I can't find out how to just use them anywhere lol.

Public Comments

  1. To insert PHP into a html page, just put the PHP code within these tags <?php php stuff ?> Then you need to save your html file as filename.php not filename.php. It wont change anything.
  2. <scripting language = 'php'> <html> </html> </script> start and close the script using php, and u can embed html inside it. u can use no of books on php dat will gve u detailed inf. regarding the same
  3. http://www.phpfreaks.com/tutorial_cat/8/Basics-&-Beginner-Tutorials.php
Powered by Yahoo! Answers