PHP_slouch (Visitor) Mar 11, 2002
Let me start like this...
Another Website is sending passback variables to my webpage.
I have figured out how to capture these passbacks and display them to the Viewer of my Webpage using this code snippit:
<?php print $MyVariableHere; ?>
This is Great! however, I would like these variables to appear in form objects like text boxes instead of just plain text on the page. This saves the user of my site having to type that info into a form that I have set up.
ANY IDEAS?
Thanks,
Matt