There are many HTTP methods available to clients to access data and resources from server. Most used HTTP methods are GET and POST. GET request are simple and request is part for URL. It supports up to 4 KB of data sent as part of URL to the server.
cURL or Client URL is a great tool to acess different protocols programmatically or simply on command line. Over 90% of the websites on the internet are using SSL to protect themselves form unauthorized interception.
PHP code snippet to get the complete URL typed in the browser. It will get complete URL with query string.
PHP Code snippet to get Information about a file such as File Name, File Extension, File Size, File MIME Type, File Complete Path.
Code Snippet to print raw SQL queries.