PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello there
I've wondered if you can tell me where can I get a script that makes my
registration more secured.. by adding a picture with generated/random
text in it and the client must enter what he sees iniside the picture..
[php_man]gd[/php_man]. You're looking for the function that will add text to an image. Doing a search on the forums will probably yield your best results
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.