So I have a little web application I have been building in JavaScript and the final piece to complete the app is to be able to capture a rectangular area on the screen and save it to the server as an image.
My server is running PHP 4.3.11 at this time, and I have been able to get basic GD...
I have an SQL table called "users" that has a row called "art styles" and I want to set a php echo that displays all records that contain a specific value from the art styles row.
I want to have a dropdown menu that has all possible values from the art styles row that will change what the...