This is a tricky situation though. Let me clearify the process as I understand it.
The code was designed (not by me) to easily change headings into a specific font. When I write a page, I have a Javascript link in the <head>. When I have a <h2> heading, the javascript recognizes it and begins to change it. Inside the Javascript file, it talks to a PHP file that determines the font, size, color, etc. When it is finished it turns the heading text into a PNG image of the new font.
I have been able to let the user control the text by using a form to display an ECHO in an <h2> tag. But the PHP file that controls the font won't actually process a form. I've tried to put a link to the JS in the <head> of the PHP file, but it won't create a picture.
I need to find a way to let the user control the font selection. Is there a way I can make a form that will go to the PHP file and change the font first, and then create the text in a <h2> tag after? I have the text code at www.localheroclothing.com/phphelp.htm but it is long and confusing. If anyone can offer any help on this, or a better way to do what I am trying I would be forever grateful. But go slow, I'm a newbie.