Enable sqlite pdo sqlite
You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.
sudo apt-get install php5-sqlite
restart apache
You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.
sudo apt-get install php5-sqlite
restart apache
Cookies are used to store information about a user's session or preferences. They are typically sent by a web server to a web browser and then sent back unchanged …
Read More
User-Agent is a header that identifies the client making a request to a web server. It normally contains information about the client's operating system, browser, and other details. cURL, …
Read More
SSL certificates are used to verify the identity of a website and encrypt all data sent to and from it. In order to establish a secure connection with a …
Read More
HTTP POST requests are used to send data to the server. The data sent to the server is stored in the request body of the HTTP request. The data …
Read More
HTTP request consists of a request line, headers, and a body. The request line contains the HTTP method, the URL, and the HTTP version. The headers contain additional information …
Read More