Hello DaniWeb! I know this is my first post, but I don't want to be taken as a "n00b" or whatnot. I know my way around PHP and MySQL fairly well, so to make up for the fact that I'm only 15 and don't know everything yet, I'll try and describe my dilemma to the best of my ability.
I'm trying to make a PHP script, executed as a JPEG (to be embeddable with BBCode) that will return the post count, user group, etc. of a given user out of my forum's database. Unfortunately, this JPEG execution of a PHP script doesn't allow for GET functions to be passed to it, or else it'll break the BBCode. Can anyone offer a solution to this?