@micaman:
The point of the articles isn’t the place where to put your injection, but instead the basic concepts of SQLi.
anything (well, almost) can be susceptible to SQL injection:
Parameters you send to the page (in the url and the request body), cookies, folders, filenames, referrers, user agents… The hard part usually is to find the one injectable string, if it even exists…