If you are playing with Google Maps, and want to get Latitude and Longitude of any location on Earth no worries.Follow below few simple steps to go. Get google map key.You can get from the below link of Google Map.Here I am using version2,in version3 of google map,we don’t need key. Replace…
Software Development Life Cycle Phases SDLC(Software Development Life Cycle) is a conceptual model or a detailed plan on how to create, develop, implement and launch the software, it describes the stages involved in an information system development project. There are six steps or stages of SDLC. 1. System Requirements Analysis2. Feasibility study3.…
If you have hosted your website on a server that is not in the same time zone as you live. In the old days of PHP3 & PHP4, we would write a time_offset function or something like that to roll back or add the necessary hours to get the time correct for your own use…
PHP is a loosely typed language, i.e. you have to write less and can do/code whatever you want (structured programming) 🙂 PHP is used for quick web development, It’s library is very rich. We can’t say that it is a good point or poor one, that PHP doesn’t required initialization of variables,but it is a bad…
Basically there are three major types of errors in PHP Notices,Warnings and Fatal errors Notices Notices are small, non-critical errors that PHP encounters while executing a script.By default, such errors are not displayed to the user at all and these will not cause script termination. Condition like Accessing a variable that not define. …
HTML5 is the latest version of HTML and XHTML or simply it is a new standard for HTML, XHTML, and the HTML DOM. The HTML standard defines a single language that can be written in HTML and XML. It attempts to solve issues found in previous version of HTML and addresses the needs of Web…