Wheel in php or html5

by 4 replies
6
Hi all,

Need advice on a project I'm busy with.

I need to creat a "wheel" with data on it. User must be able to click on links in the wheel. Is this possible with php? They must be able to edit it them self. I was thinking to make a plugin out of it because they are using Wordpress.



They want to add segments also them self but I do not know if that is possible.
#programming #html5 #php #wheel
  • Umm... yeah it's possible but PHP doesn't render the display or visual layer. It would be used to store the data in the background. So you'd be doing the visual layer of this with javascript, jquery and/or html5.
    • [ 1 ] Thanks
    • [1] reply
    • I'll echo the sentiments of dwoods, the web is a dynamic place and most apps/projects encompass multiple languages and paradigms. Of course your storage and server requests would be handled in PHP/SQL and the interactivity and user-interface design would be a combination of HTML, CSS and JavaScript.
  • I guarantee you 100% I could do this with PHP alone. No Javascript needed. If you need exact steps let me know. But to answer your question, yes this could be done with PHP and only PHP.
    • [ 1 ] Thanks
  • Recently I'm trying to learn PHP since last month so ,
    I don't have enough experience about this one.
    sorry for that , but I'm really interested to learn it.
    • [ 1 ] Thanks

Next Topics on Trending Feed