Talk

Difference between JRequest methods: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 August 2010

  • curprev 21:3121:31, 29 August 2010 Nibinaear talk contribs 669 bytes +669 New page: ==JRequest::getVar()== getVar is used to retrieve GET/POST request data. <source lang="php"> JRequest::getVar( 'name' ) </source> ==JRequest::getWord()== JRequest::getWord() is a proxy m...