From today on every day to collect PHP interview data, in order to find a good job, more technical improvement.
1. What is the maximum capacity of the post and get transfers, respectively?
Get is limited by URL length, and is related to browsers and operating systems, such as IE's limit on URL length is 2083 bytes (2k+35)
The word limit for post depends on the server settings.
2. Can I use seesion after I disable cookies?
Yes, by default SessionID is saved by a cookie, but you can use the session if you disable cookies, but you have to set Session.use_trans_sid = 1 This allows the session to be passed through the URL in plaintext, but it is not secure.
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above is the introduction of the PHP surface examination questions, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.