|
I'll add some new details:
I'm running MAMP (Mac), and here's the run-down of my PHP process:
a) User clicks a button, which uses $_GET to get the value of 'name' from a LEFT JOIN, then, <?php $_GET['name'] ?> is a value of a somewhat invisible input box.
b) When a user clicks another button, it makes a JPG version of the webpage, and stores it in a directory, and the file name is based on the <?php $_GET['id'] ?> ID of the person.
Any help towards a script which does this would be appreciated.
__________________
Words and phrases to use when you pretend to know something on CodingForums: Yes. Indeed. Well done. Absolutely Great. Top-notch. Awesome. Cool. Very Good. I see. Oh, yes. I understand. Good.
|