Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] $QUERY_STRING From: Tauntz (tauntz <email protected>)
Date: 07/02/00

Hello people:)

I have a scrit:
<? print $QUERY_STRING; ?>
it works fine with php3
(/file.php?action=something it prints me "action=something")
but not with php4???

tauntz