Custom Search

FORM POST in PHP using AJAX

This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.

Bookmark It

Hide Sites

Increase Upload FileSize Limit in PHP

In PHP every script you executes is allocated certain memory, so now if there is a case that your script might require memory(during file upload) which exceeds the php script memory limit then the PHP compiler will be unable to process the page further as it does not have enough memory to allocate. But do […]