is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors

Recommended Answers

All 2 Replies

this is more of a client side matter where javascript would solve your problem. you can have the chosen color sent to a php script that will process it.

sure you can - at least with a few downsides.
Make a pop-up-window with Javascript that loads a PHP-file. In this PHP file you can programme a very basic color-picker with the main colurs (eg in steps of 32). When clicking a box you can return the selected colour with JavaScript again.
This cannot replace a good JS or Java-app but does its work well, when you don't expect too much.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.