PDA

View Full Version : HTML/PHP print out based on input text



Disco-Stu
May 3rd, 2004, 03:06 PM
I have a form all ready, with the variables defined, but I need some php help or something. I have a form (with name, address, email. detail of customer problems, etc), and I want it to plug into an HTML or PHP file, so that you can print it, or save it. (basically generates a form that can be cut out and pasted to a box for shipping). I know how to do the whole $_POST thing sort of works, but how to I get it into HTML? Thanks in advance.

nobody
May 3rd, 2004, 03:10 PM
You just echo out the $_POST variables, just like you would echo text or anything else.

Disco-Stu
May 3rd, 2004, 04:35 PM
Okay, thanks! I'm new to PHP, so I'll try to figure it out.

nobody
May 3rd, 2004, 04:55 PM
Well if you have some code or something that you can post I can show you how to do it if you'd like.