Logging Information
Posted: Fri Apr 14, 2006 9:49 pm
hey, i was wondering if someone could help me with the code i will describe below.
this is what im trying to do:
i want to make a link called grpsuper9.stylehosting.com/log.php
and in that file, i want me to be able to do this
grpsuper9.stylehosting.com/log.php?username=GRPsuper9&password=hihihihi
then, i want the information that i typed "GRPsuper9" and "hihihihi" to be writting automaticly to this page
grpsuper9.stylehosting.com/logged.php
and each time i used this url grpsuper9.stylehosting.com/log.php?username=aaaa&password=bbbbb, it would stack the information in an array i guess... if thats what u call it. by an array, i mean it would stack it like this everytime i went to that url.
aaaa bbbbb
aaaa bbbbb
aaaa bbbbb
GRPsuper9 hihihihi
how would i do this?
this is what im trying to do:
i want to make a link called grpsuper9.stylehosting.com/log.php
and in that file, i want me to be able to do this
grpsuper9.stylehosting.com/log.php?username=GRPsuper9&password=hihihihi
then, i want the information that i typed "GRPsuper9" and "hihihihi" to be writting automaticly to this page
grpsuper9.stylehosting.com/logged.php
and each time i used this url grpsuper9.stylehosting.com/log.php?username=aaaa&password=bbbbb, it would stack the information in an array i guess... if thats what u call it. by an array, i mean it would stack it like this everytime i went to that url.
aaaa bbbbb
aaaa bbbbb
aaaa bbbbb
GRPsuper9 hihihihi
how would i do this?