Forum Moderators: open
foreach $v (keys %qs) { $debug .= "$v $qs{$v}<BR>\n"; }
<!-- $debug -->
This can be done with any server-side language. Just put the comment in an easily accessable area of the page, such as right after the body tag. Now when you view source it's right there.
For example, inventory code TEN-BK9983
[example.com...]
When you type say: 9999 on the quantity and press Buy Now, it will show:
We only have 13 left for product TEN-BK9983
I need the '13'.
The problem now is not to write a script to get '13' out of the page, but come out with a url with form variables that will open up the page with the number of item left.
I hope some experts here can help.
AstroGuy
[edited by: BlobFisk at 4:42 pm (utc) on Jan. 11, 2005]
[edit reason] Examplified URL [/edit]