Posts

Showing posts from July, 2018

BackEnd Technologies

Image
BACK END TECHNOLOGY 1.PHP Incorporating PHP Within HTML By default, PHP documents end with the extension .php. When a web server encoun‐ ters this extension in a requested file, it automatically passes it to the PHP processor. Of course, web servers are highly configurable, and some web developers choose to 35 force files ending with .htm or .html to also get parsed by the PHP processor, usually because they want to hide the fact that they are using PHP. Your PHP program is responsible for passing back a clean file suitable for display in a web browser. At its very simplest, a PHP document will output only HTML. To prove this, you can take any normal HTML document such as an index.html file and save it as index.php, and it will display identically to the original. To trigger the PHP commands, you need to learn a new tag. Here is the first part: A small PHP “Hello World” program might look like Example 3-1. Example 3-1. Invoking PHP The way you use this tag is quite flexib...

Why WEB DESIGNING

Image
It doesn't matter who you are, what you are doing, whats your age, what you did till now, whether you are student or an employee or in worst case a dropout. This PATH depends on your creativity and designs, the way to impress and attract people.      No more need to search for online money making on google, no need to worry about your future if you are failing 1000 times. Just get up and give it a try for this, it will definitely help you in this phase of life. The Web Programming Triangle Use HTML to define the content of web pages, CSS is used to specify the layout of web pages, while JavaScript is used to program the behavior of web pages. For creating more dynamic web pages, we typically also use a web framework like PHP or ASP.NET, etc. With these frameworks you can communicate with a database for storing or retrieving data. HTML Hans-Petter Halvorsen Introduction HTML, or HyperText Markup Language is the visual appearance of a web site...