Related Articles
What is SVN A SVN D SVN U SVN C SVN G
In sub version SVN below characters have the following meaning, for the result codes on the command line. A Added D Deleted U Updated C Conflict G Merged The character in first column says an update to actual file, while updates to the file’s property’s are shown in the second column.
HTTP Codes Web Page Errors While Browsing
Below are some web page errors you may came/come across while browsing internet. The error ranges are many but below are the ones which will occur mostly. Error 400 – Bad request errorError 401 – unauthorized request errorError 403 – forbidden errorError 404 – Not found errorError 500 -Internal error errorError 501 – Not Implemented […]
How to Call a PHP Page Using jQuery
You can able to call PHP page/HTML page using jQuery function by including jQuery library. Check the below example to call a PHP file using jQuery function: You can display the PHP page which is called from jQuery function in the current page as below: