Alright, I have two questions. One about MySQL, two about GD.
- (MySQL) Is there a way to grab a random field from a database, where a certain clause is correct?
For Example, if I wanted this..
SELECT * FROM users WHERE posts='150'
Could I do that query, and return one RANDOM result?
(GD) How would I go about assembling numberous pictures together? They are the same size (Length and width), and I would like it so they are touching, and go one by one.
(GD) Is there a way to draw a border around an image through GD?
(GD) Also, is there an easy way to check if my host has GD Enabled? O.o