skip to main
|
skip to sidebar
Home
Computer Tricks
Programing Books
Software Collection
web devlopment guideline
Home
Business
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
Uncategorized
Friday, August 12, 2011
PHP Quiz Part-1
6:24 AM
Devesh
No comments
PHP quiz for the PHP programmer.
What does PHP stand for?
Preprocessed Hypertext Page
Hypertext Markup Language
PHP: Hypertext Preprocessor
Hypertext Transfer Protocol
Which of the following is the way to create comments in PHP?
// commented code to end of line
/* commented code here */
# commented code to end of line
all of the above
A value that has no defined value is expressed in PHP with the following keyword:
undef
null
None
There is no such concept in PHP
Which of the following is NOT a valid PHP comparison operator?
!=
>=
<=>
<>
Which of the following is used to declare a constant
const
constant
define
#pragma
Which of the following is NOT a magic predefined constant?
__LINE__
__FILE__
__DATE__
__CLASS__
PHP server scripts are surrounded by delimiters, which?
...
<&>...
How do you write "Hello World" in PHP
Document.Write("Hello World");
echo "Hello World";
"Hello World";
none of the above
All variables in PHP start with which symbol?
!
*
#
$
What is the correct way to end a PHP statement?
;
New line
!
Check Your Progress.
~:Please post your comment if you like this post:~
Posted in:
PHP Programming
,
PHP Quiz
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Home
0 comments:
Post a Comment
Popular
Tags
Blog Archives
Popular Posts
HTML, XHTML & CSS For Dummies 6th Edation
In this book, we reveal the mysteries of the markup languages that are the lifeblood of the Web – the Hypertext Markup Language (HTML) and ...
PHP5 and MySQL bible
About the Book This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and ...
Professional PHP6 (Wrox Programmer to Programmer)
Product Description Publishing in tandem with the long-awaited release of PHP 6, this book reveals the inside scoop for pushing the limits ...
Network Programming in .net
You can Download This Book From The link Bellow. This book contain many source code and tip to increase your knowledge in .net programming w...
Mastering Visual Basic .NET
You can Download This Book From The link Bellow. This book contain many source code and tip to increase your knowledge in .net programming. ...
Visual Basic 2005 Database Programming 2006
Introduction It’s a reasonably safe bet that more than 80% of Visual Basic 6.0 projects written since Microsoft released the product o...
Head First Web Design-A Brain Friendly Guide
After a year in development, Ethan Watrall has published his latest book, Head First Web Design . Published by acclaimed technology publish...
Visual Basic 2005 Express Edition Starter Kit 2006
So you want to get a proper start in programming but don’t know quite where to begin? You couldn’t have chosen a better tool to get you on ...
Image resizeing using php and store in a particular folder
<?php function resizeImage($source_image, $target_image, $crop_area) { // get image name with image extension $source_file_name ...
VB and VBA in a Nutshell The Language
For Visual Basic and VBA programmers, this book boils down the essentials of the VB and VBA languages into a single volume, including undo...
Labels
.net Prohramming Books
(6)
Ajax
(1)
Books
(9)
HTML And CSS
(7)
Networking Book
(1)
PHP Programming
(7)
PHP Quiz
(1)
Programming Book
(14)
Visual Basic Book
(4)
Blog Archive
►
2013
(4)
►
April
(4)
▼
2011
(18)
►
October
(14)
►
September
(3)
▼
August
(1)
PHP Quiz Part-1
0 comments:
Post a Comment