Getting started with PHP and Expression Web

1shot

New Member
I want to build a basically interactive website with these tools. I need to make a navagation bar with a submenu. Ex:Servicesthen when mouse is over Services it looks like:\[code\] Services boo foo\[/code\]I'm familiar with adding css styles, i'm just not sure about sub menus.On the php side of things, I want people to select from the products and write their quantities, then I'd like a paypal button at the bottom which when clicked redirects to paypal and lists products ordered and their quantities (basically the paypal checkout page)The other thing I want is a mailing list. I want people to be able to give their name and email and have a button that sends me an email so I can add them manually.I would appreciate insight on any or all of these topics, maybe tutorials? I think I can manage the rest of the web site on my own.Thanks
 

kap735

New Member
If you are just getting started with PHP, you might best be off first reading the PHP manual.. At least the chapter named Language Reference. There is also this free book on PHP available
 
Top