How to test PHP installation
To test a successful php installation. We can check the PHP version in your machine or test the entire PHP…
Technology, News , Entertainment and More stuff
To test a successful php installation. We can check the PHP version in your machine or test the entire PHP…
Here we will see some tips and most common problems that programmers generally encounter while writing PHP code. Common errors…
In this article I am going to explain how can we link a python script with a web interface. In…
In this article we will see how can we call a post request using CURL. This curl request can send…
Popular hosting provider GoDaddy imposes very strict (to the point of becoming almost useless) constraints on sending an email. They…
Many might have run in to issues while trying to upload multiple files or sending multipart form data to server…
Migrating your wordpress from localhost to server To move the wordpress site from one host to the other host or…
Pagination is a useful concept when there is a requirement of retreiving large chunks of data from server. Pagination reduces…
Saving data in MYSQL is almost common in every website. When it comes to unicode date there is a bit…
Often there is a requirement to make a menu element active when we import something using php include. Its quite…