logging in or signing up PHP introduction tum1988 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 448 Category: Education License: Some Rights Reserved Like it (0) Dislike it (0) Added: April 02, 2010 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript WELCOME TO COMPUTER ORANIGATION, : WELCOME TO COMPUTER ORANIGATION, Sco 3017-18,2nd Flr, Sec-22D, Opp. Kisan Bhawan, Sector-22, Chandigarh – 160022 CREATED By, SHWETANK KUMAR GUPTA 6 MONTH’S INDUSTRIAL TRAINING : 6 MONTH’S INDUSTRIAL TRAINING “MID TERM REPORT ON” PHP Slide 3: ‘Hypertext Preprocessor’ Originally called Personal Home Page Tools ‘Hypertext Preprocessor’ Originally called Personal Home Page Tools Why PHP? : Why PHP? Brief Synopsis: It’s open-source It’s full-featured It’s cross-platform It’s stable It’s fast It’s clearly designed It’s easy to learn It plays well with others What is PHP? : What is PHP? It is a Web development language written by and for Web developers PHP stands for PHP: Hypertext Preprocessor Originally called Personal Home Page Tools Executable files can have extensions of .PHP, .PHP3, .PHTML It is a server-side scripting language, which can be embedded in HTML or used as a standalone executable. Why is PHP used? : Why is PHP used? Easy to UseCode is embedded into HTML. The PHP code is enclosed in special start and end tags that allow you to jump into and out of "PHP mode". <html> <body> <strong> DESH BHAGAT ENGG. COLLEGE </STRONG> </body> </html> AFTER CODING,SEE ON IMAGE : AFTER CODING,SEE ON IMAGE Why is PHP used? : Why is PHP used? Cost Benefit PHP is free. Open source code means that the entire PHP community will contribute towards bug fixes. There are several add-on technologies (libraries) for PHP that are also free. Getting Started : Getting Started * Simple HTML Page with PHP The following is a basic example to output text using PHP. <html><head><title>My First PHP Page</title></head><body><?phpecho "Hello World!";?></body></html> Copy the code onto your web server and save it as “test.php”. You should see “Hello World!” displayed. Slide 10: Server Architecture User Profile Server web server web server Web Server Scripts Load Balancer Ad Server Web Services You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
PHP introduction tum1988 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 448 Category: Education License: Some Rights Reserved Like it (0) Dislike it (0) Added: April 02, 2010 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript WELCOME TO COMPUTER ORANIGATION, : WELCOME TO COMPUTER ORANIGATION, Sco 3017-18,2nd Flr, Sec-22D, Opp. Kisan Bhawan, Sector-22, Chandigarh – 160022 CREATED By, SHWETANK KUMAR GUPTA 6 MONTH’S INDUSTRIAL TRAINING : 6 MONTH’S INDUSTRIAL TRAINING “MID TERM REPORT ON” PHP Slide 3: ‘Hypertext Preprocessor’ Originally called Personal Home Page Tools ‘Hypertext Preprocessor’ Originally called Personal Home Page Tools Why PHP? : Why PHP? Brief Synopsis: It’s open-source It’s full-featured It’s cross-platform It’s stable It’s fast It’s clearly designed It’s easy to learn It plays well with others What is PHP? : What is PHP? It is a Web development language written by and for Web developers PHP stands for PHP: Hypertext Preprocessor Originally called Personal Home Page Tools Executable files can have extensions of .PHP, .PHP3, .PHTML It is a server-side scripting language, which can be embedded in HTML or used as a standalone executable. Why is PHP used? : Why is PHP used? Easy to UseCode is embedded into HTML. The PHP code is enclosed in special start and end tags that allow you to jump into and out of "PHP mode". <html> <body> <strong> DESH BHAGAT ENGG. COLLEGE </STRONG> </body> </html> AFTER CODING,SEE ON IMAGE : AFTER CODING,SEE ON IMAGE Why is PHP used? : Why is PHP used? Cost Benefit PHP is free. Open source code means that the entire PHP community will contribute towards bug fixes. There are several add-on technologies (libraries) for PHP that are also free. Getting Started : Getting Started * Simple HTML Page with PHP The following is a basic example to output text using PHP. <html><head><title>My First PHP Page</title></head><body><?phpecho "Hello World!";?></body></html> Copy the code onto your web server and save it as “test.php”. You should see “Hello World!” displayed. Slide 10: Server Architecture User Profile Server web server web server Web Server Scripts Load Balancer Ad Server Web Services