View Single Post
  #1 (permalink)  
Old 06-13-2007, 12:49 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Icon9 How do you get started with PHP?

I've had programming background, but sometimes I'm just confused on where should I start? I've understood some conscept of PHP, but I'm just not sure on how does it work on web application. For example, I want to create a login page:

HTML Code:
<form> <input type="text" id="username"></input> <input type="submit" id="password"></input> </form>
And then, where do you call PHP? I'm sure that it's not like JavaScript right? where you can call it from external, or indented within HEAD tag? How can I process the information based on the ID with PHP? thanx

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote