1jetsam
04-22-2004, 12:22 AM
ok, I have done stuff like this dozens of times, but right now, its pretending that the variables don't even egsist!
$DMG1 = "{$_POST['DMG1']}";
$DMG2 = "{$_POST['DMG2']}";
$DMG3 = "{$_POST['DMG3']}";
even though on the previous page:
<input name="DMG1" type="hidden" value="<? rand (1,6); ?>">
<input name="DMG2" type="hidden" value="<? rand (1,8); ?>">
<input name="DMG3" type="hidden" value="<? rand (1,8); ?>">
The script sences nothing wrong, but the output, should actually have an output instead of a blank.
Thanks very much!
$DMG1 = "{$_POST['DMG1']}";
$DMG2 = "{$_POST['DMG2']}";
$DMG3 = "{$_POST['DMG3']}";
even though on the previous page:
<input name="DMG1" type="hidden" value="<? rand (1,6); ?>">
<input name="DMG2" type="hidden" value="<? rand (1,8); ?>">
<input name="DMG3" type="hidden" value="<? rand (1,8); ?>">
The script sences nothing wrong, but the output, should actually have an output instead of a blank.
Thanks very much!
