|
Re: Question regarding data input into PHP/Mysql using something other than GET
Ok... I think I get you. I'll look into HTML forms more closely as the PHP side of it is no problem to me. and then I can use POST instead of GET... I also wanted that for security reasons. I might include PHP sessions and MD5 or SHA1 encryption too.. (not too sure if the sessions bit is needed but u get the idea). But then only if I'm not too lazy :-D thanks again for your help I'll reply again when I get it done.
|