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!
I have been using the same contact form for quite a while now. But I can't figure out to use HTML with it. So, I guess my question would be how do you mail an HTML email using PHP?
for the number of digits in the integer yes.. for the number of bytes that integer used originally, no. However, the original int most likely took 8 bytes, as php supports up to 64-bit ints. Although the actual byte usage may vary, depending on how php optimizes it for memory..