Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?
Kaka tackle lang po namin sa topic na PHP and di ko po masyado maintindihan yung diyan, pa help po need lang po like maintindihan ng mabuti :> and midterm exam po namin this week :<
jubul Next time always upload your files sa https://dl.katz.to para siguradong di ma dedeadlink. *Please Disable your adblock when visiting katz.to to keep us running forever.
ang GET ay ginagamit po para kumuha ng Data galing kay DB yan yung ibibgay nga result ng query mo pero si POST ung query mo pwede mag insert ng data sa DB and mag rereturn sya ng true or false it depends kung pano ka nag query pwede sya mag balik ng set of data din
Get and Post are both ways to handle the transmission of data. Ang pinagkaiba nila, normally, ang Get, sa url sha pinapasa. So if mga non sensitive data pwede mo ipadaan don. Usually pag nag submit ka ng form na method ay get ang itsura ng url ganito: Log in or register to view links
Ngayon if via post mo sha gagawin, url ng website ay Log in or register to view links lang pero yung data nasa loob n ng $_POST variable.
Normally pag may username and password or halos lahat ng cases post ang ginagamit
GET and POST methods aren't specific to PHP. Universal HTTP Methods yan but to answer that question. $_POST variables aren't accessible on the url so you can't bookmark it unlike $_GET. Yung values ng post usually sa body pinapasa