Hello All, I want to need the info.. for what is diff. between GET and POST methode in PHP P'se reply ASAP Thanks Brgds, Devat
it's been a long time since i've read about this anyway when you use get the parameters are passed with the url string while in post it's not shown, also post can have unlimited no of data sent
DomainCo.US is right. But the amount of data sent using post is not unlimited. It is limited by post_max_size directive in php.ini