Sorry, I completely misunderstood this thread.
I'll explain line-by-line.
// This starts the session (the cookie that stores the random string will generate).
session_start();
Type: Posts; User: JShor; Keyword(s):
Sorry, I completely misunderstood this thread.
I'll explain line-by-line.
// This starts the session (the cookie that stores the random string will generate).
session_start();
Use imagettftext(), and rand() generates a random string.
http://php.net/imagettftext
http://php.net/rand