I have a question all the time you see those images that tell you information, those things are really cool, but how do they work?
What code would I need to display someones IP or something (with a picture)?
Plz Help
loop through ip, use switch statement to string together images of the digit.
u need to understand gd functions (www.php.net/gd) .. the u can get the ip using $_SERVER["REMOTE_ADDR"] and output it via imagestring etc. make sure u understood the docu (there r also lots of tutorials on that on the net), after that, if u encounter any problem, feel free to ask.... hth
If there are tutorials for it I would like to know where, because I dont know what to Search to find them
here is one example http://www.phpfreaks.com/tutorials/105/0.php i found it with the search php gd tutorial on google. hth