English
|
Login & Registration
Dreevoo.com
CONTRIBUTE
FORUM
INFO
|
Knowledge Check
|
Computing
| Do you know PHP?
Guest
Topics
Programs
Languages
Recipes
Home
Shortcuts
Microsoft Windows
Microsoft Office
Adobe Photoshop
Adobe Dreamweaver
Adobe Premiere
The Gimp
Apple software
Mobile platforms
Web services
Other applications
Programming languages
French language
Greek language
Italian language
German language
Portuguese language
Russian language
Spanish language
Vegeterian dishes
Meat dishes
Seafood
Pasta
Desserts
Drinks
Other dishes
Automotive
Magic tricks
Photography
Household
Computers
Do It Yourself
Environment and health
Technology
Space
Interesting
Science and nature
Other
Knowledge
Technology
Fun
Curiosity
Computing
Culinary
Culture
Geography
History
Languages
Science
Do you know PHP?
A few basic question about PHP programing language. It should be a piece of cake if you went through our PHP tutorials.
Author:
podtalje
| 27th May 2013 |
Comment (
1
)
What does PHP stand for?
PHP: Hypertext Preprocessor
Personal Home Page
Private Home Page
Proffesional Hypertext Processor
PHP server scripts are surrounded by delimiters, which?
<&>...</&>
<?php>...</?>
<php>...</php>
<?php…?>
How do you write "Hello Dreevoo" in PHP?
echo
cout >>
show 'Hello Dreevoo';
All variables in PHP start with which symbol?
&
#
!
$
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings.
True
False
What is the correct way to create a function in PHP?
function myFunction()
new_function myFunction()
create myFunction()
PHP allows you to send emails directly from a script.
False
True
What is the correct way to connect to a MySQL database?
mysqli_connect(host,username,password,dbname);
mysqli_open(host,username,password,dbname);
mysqli_db(host,username,password,dbname);
PHP can be run on Microsoft Windows IIS (Internet Information Server) web server.
False
True
Which one of these variables has an illegal name?
$myVariable
$my_Variable
$my-Variable
Please login to post a comment
online learning made for people
Dreevoo.com
|
CONTRIBUTE
|
FORUM
|
INFO