hi,
i am using same file to display form fileds and then submit data. so the action argument in FORM tag is $PHP_SELF.
problem is, i understand GET method has a limit of data transferring, e.g. i wont be able to send data to db which is over 50KB text via GET. which i think does work with POST.
so ... do i have to make seperate file for submitting data to db, and of course it will use POST.. or can i still use same script and make it work as POST instead of GET?
thanks,
Daarius ...