Guest_imported
New member
- Jan 1, 1970
- 0
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 the textfields that I have set up.
ANY IDEAS?
Thanks,
'da Slouch
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 the textfields that I have set up.
ANY IDEAS?
Thanks,
'da Slouch