Hi all, first-time poster here. Just to warn you, I'm a Graphic Design major who did some coding WAY back... Don't hurt me. 🙂
Well, I just set up an Apache/MySQL server on my laptop and I made my first PHP/MySQL webpage... So while I have a ton of questionmarks in my head at this point, I'll start with the one at the top of my list:
I want to track usage on a website and while I know I'm a long way from there, I made a column on my MySQL table be an INT value (sorry if I'm raping the proper terminology BTW). The problem is, when I try to do a:
PRINT "$clicks";
it's blank. Now I can pretty much guess it's because it's an INT instead of a VARCHAR, but how would I make the conversion with PHP so it can be output in the HTML?
Is this making any sense? Thanks in advance for any help you can give. 🙂