any ideas?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
toyo
Forum Commoner
Posts: 42
Joined: Thu May 15, 2014 1:27 am

any ideas?

Post by toyo »

http://www.storageshedspa.com/content/f ... -size-shed

I know that this is in flash, i was hoping to do it so it can be seen on an iPad. I have been told that PHP and SQL mix are the best ways to get the program done?

I did want to build the application out a little further than what they have on that site
The website is in wordpress but i dont think it would matter which way it went
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: any ideas?

Post by requinix »

As-is, Javascript is actually the best medium for it. PHP only really helps if you want to send data to the server, or get data back. For this all the work happens in the browser.

But you want to build it out "a little further"? What does that mean?
Post Reply