Training Report & Presentation: Yashika Garg 1003313059 C.S.E. Vii Sem
Training Report & Presentation: Yashika Garg 1003313059 C.S.E. Vii Sem
& PRESENTATION
DONE AT:
CMC LIMITED
(NOIDA)
SUBMITTED BY:
YASHIKA GARG
1003313059
C.S.E.
VII SEM
About the company..
CMC Limited a Tata Enterprise is a premier information
technology company with an all India presence having ISO
9001-2000 certification for its R&D center & System
Integration (NR group).
Much of its syntax is borrowed from C, Java and Perl with couple of
unique
PHP specific features thrown in.
1) Numeric Array
2) Associative Array
3) Multidimensional Array
Maintaining State in PHP
Part I - Cookies
A cookie is a small text file that is stored on a user’s
computer.
Mysql_select_db(“database name”);
Files and PHP
File Handling
Data Storage
Though slower than a database
Manipulating uploaded files
From forms
Creating Files for download
Open/Close a File
A file is opened with fopen() as a “stream”, and PHP
returns a ‘handle’ to the file that can be used to
reference the open file in other functions.
Each file is opened in a particular mode.
A file is closed with fclose() or when your script ends.
File Open Modes
‘r’ Open for reading only. Start at beginning of
file.
‘r+’ Open for reading and writing. Start at
beginning of file.
‘w’ Open for writing only. Remove all previous
content, if file doesn’t exist, create it.
‘a’ Open writing, but start at END of current
content.
‘a+’ Open for reading and writing, start at END
and create file if necessary.
About the project
Name- TOURISM SITE (travelyatri.com)
Description- it is a tourism site developed in
PHP language and the front end has been
developed using JOOMLA content
management system. The site is all about
different tourism places in India and helps the
visitors to easily have the knowledge of all the
locations and let the visitors know about any
of the location also by sending a query
message to the admin along with their email
id.
Modules used -
1. Admin module
- setting management
> admin setting
- cms management
> about us
> contact us
> privacy pocily
> faq
> help
- data management
> location management
> state management
> query messages.
Continues..
2. FRONT END ( travelyatri.com )
- home
- about us
- maps
- contact us