Queries/ Question/ Confusions?
Please fill up the below form and we will get back to you in next 12 hours!

Career Courses : Web Development Training

1. Introduction to html, CSS, JavaScript

2. HTML:

Basic tag
3.CSS:

Type of css, basic css, div structure

 

4.JS:

Basic js, type of pop up box, All validation, DOM Concept .

 

5.Introduction to PHP

Domain knowledge, Client Server Architecture, Installation of Xamp

 

Control Structure

if/ else if/ if else ladder/ while, Do while,switch break/ continue/switch case.

Function :

Function Def. Call by value and call b reference, Variable function , Recursive

function.

Built in Functions

echo(), print(), unset(), isset(), empty(), include(), require() ,mail()

get_magic_quotes_gpc ().Form Handling: $_GET,$_POST,$_FILES,$_REQUEST

 

String Function:

addslashes , chr, chunk_split ,count_chars, echo ,explode ,htmlentities ,

implode lcfirst , ltrim ,md5 , money_format,nl2br, number_format , print,

printf, rtrim , sha1, sscanf, str_getcsv, str_ireplace, str_pad, str_repeat,

str_replace,str_shuffle, str_split, str_word_count, strcasecmp , strchr ,strcmp,

stripcslashes, stripos, stripslashes, stristr, strlen,strnatcasecmp ,strnatcmp,

strncasecmp, strncmp , strrchr,strripos, strrpos, strstr, strtolower ,strtoupper,

strtr,substr_compare, substr_count, substr_replace, substr ,trim, ucfirst,

ucwords, wordwrap.

Arrays Function:

array_chunk , array_combine, array_count_values, array_diff, array_fill,

array_filter, array_flip, array_intersect_assoc,array_intersect,

array_key_exists, array_keys, array_map,array_merge_recursive,

array_merge, array_multisort, array_pop,array_product, array_push,

array_rand, array_reduce, array_replace_recursive , array_replace,

array_reverse ,array_search,array_shift, array_slice , array_splice, array_sum,

array_diff, array_intersect, array_unique, array_unshift, array_values,

array_walk_recursive, array_walk, array arsort, asort ,compact count, current,

each , extract,i n_array, key , krsort, ksort, list, next pos, prev, range, reset,

rsort, shuffle, sizeof, sort, ‘uasort, uksort, usort

Date and Time Function:

Checkdate(), date_default_timezone_get(), date_default_timezone_set(),

date(), getdate(), gettimeofday(), gmdate(), idate(), microtime(),mktime(),

time()

File Uploading

copy, move-uploaded-files,$_FILE attributes.

Database : Mysql overview:

Basic SQL(select, insert,update,delete ), SQL Advanced , SQL Functions or

Aggregate function.

Mysql_function

mysql_ affected_ rows ,mysql_ close, mysql_ connect , mysql_ create_dbmysql_

db_ name , mysql_ db_ query , mysql_ drop_ db , mysql_ errno,mysql_ error

mysql_ fetch_ array, mysql_ fetch_ assoc, mysql_ fetch_ field,mysql_ fetch_

lengths, mysql_ fetch_ object , mysql_ fetch_ row,mysql_ field_ flags, mysql_

field_ len ,mysql_ field_ name , mysql_ field_ table mysql_ field_ type, mysql_

info, mysql_ insert_ id, mysql_ list_ dbs mysql_ list_ fields, mysql_ list_ tables,

mysql_ num_ fields, mysql_ num_ rows,mysql_ pconnect , mysql_ ping,

mysql_ query, mysql_ real_ escape_ string, mysql_ result, mysql_select_db

mysql_ tablename

Session

Starting a PHP Session,Storing a Session Variable, Destroying a Session

Cookies

Create a Cookie, Retrieve a Cookie Value, Delete a Cookie

php ini and Error Handling:

Using the die() function, Creating a Custom Error Handler,Error Report levels ,

Error Logging.

 

File handling

fopen(), fclose(), feof(), fgets(), fgetc();