Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

Best Platform for PHP/html/css site

Hello,

I'm building a standard website except for it will have a table like the one on this page with "Select" buttons going to a form on the next page where they can submit their photo order. I'm going to use PHP.

It's been a while, can I do this in Wordpress? IF so, how?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Robert Granlund
Robert Granlund
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I know it's been answered, but just wanted to add my 2 cents in case you haven't started your project yet. I've built web apps on a lot of different platforms from pure php/html/css to C# and .Net, and my favorite by far is CodeIgniter. I generally don't like frameworks for various reasons, but CodeIgniter gives you a lot of useful functions for connecting to databases, etc...but also let's you still write pure PHP/SQL whenever you need it.  

Plus, it's really easy to learn with their well documented online help and community.

It's so flexible you can switch between CI and pure PHP on the same line of code.