Browsing "Training"
Apr 20, 2011 - Events, Notice, Training    No Comments

Orientation Program for Engg Aspirants

An orientation program will be conducted in College of Engineering, Karunagappally for engineering aspirants.

Syllabus

  • General Awareness on Technical Education
  • Learning Skill Development
  • Introductory Sessions to Engineering Curriculum

Read more »

About SaraN

avatar പുര കത്തുമ്പോള്‍ വാഴ വെക്കുന്നവന്‍!

Feb 23, 2011 - Article, Training    No Comments

PHP for beginners – Part 3

Welcome again…..

comment

Very essential part of any project is comment and documentation .  In order to understand the code for a next person , you must comment your program. Prefer a code done by a famous programmer , you can see well comment programming format

//  comment here Read more »

About Vijeesh Kumar

avatar

Feb 18, 2011 - Article, Technology, Training    3 Comments

PHP for beginners – Part 2

PHP for beginners – Part 2

All php script tags starts with <?php  and ends with ?>

<?php

code………….

?>

no space in between <? and php

for single line print command <?=   ?> can be used

for single line <?  ?> can be used

Any way try to use <?php  ?> Read more »

About Vijeesh Kumar

avatar

Feb 18, 2011 - Article, Technology, Training    No Comments

PHP for beginners

PHP

  • PHP stands for “PHP Hypertext Preprocessor”
  • an HTML-embedded server-side scripting language
  • used to make web pages dynamic
    • process form information
    • authenticate users
    • provide different content depending on context
    • interface with other services: database, e-mail, etc
  • generates HTML and/or client-side scripts sent to client browsers
  • similar syntax to Javascript

Why PHP ?

free and opensource , anyone can run the server , simple syntax (almost similar to C ), lot of built-in functionality Read more »

About Vijeesh Kumar

avatar

Powered By Indic IME

Switch to our mobile site