PHP scripts are executed on _________
1.ISP Computer
2.Client Computer
3.Server Computer
4.It depends on PHP scripts
Answer:2
Posted Date:-2021-08-04 01:13:53
1.Program or sequence of instructions that is interpreted or carried out by processor directly
2.Program or sequence of instruction that is interpreted or carried out by another program
3.Program or sequence of instruction that is interpreted or carried out by web server only
4.None of above
Answer 11.echo ucwords($word)
2.echo ucwords(strtolower($word)
3.echo ucfirst($word)
4.echo ucfirst(strtolower($word)
Answer 21.In ISP Computer
2.In Users Computer
3.In Server Computer
4.It depends on PHP Coding
Answer 41.reading
2.writing
3.none of above
4.both of above
Answer 41.Through Web Browser
2.Through HTML files
3.Through Web Server
4.All of Above
Answer 21.$variable_name = value
2.$variable_name = value;
3.$variable_name == value
4.$variable_name as value;
Answer 41.The message
2.The recipient
3.The header
4.The subject
Answer 41.TRUE
2.FALSE
3.Depends on website
4.Depends on server
Answer 21.TRUE
2.FALSE
3.Depends on website
4.Depends on server
Answer 11.! (Exclamation)
2.& (Ampersand)
3.* (Asterisk)
4.$ (Dollar)
Answer 41.(dot)
2.(semicolon)
3.(slash)
4.(colon)
Answer 21.database host
2.user ID
3.password
4.database name
Answer 41.Open source general purpose
2.Proprietary general purpose
3.Open source special purpose
4.Proprietary special purpose
Answer 11.User
2.Loosely
3.Server
4.System
Answer 21.Server-side
2.Clint-side
3.Middle-side
4.Out-side
Answer 11.ISP Computer
2.Client Computer
3.Server Computer
4.It depends on PHP scripts
Answer 21.<php> … </php>
2.<?php … ?>
3.?php … ?php
4.<p> … </p>
Answer 21.Php Hypertext Processor
2.Php Hypertext Preprocessor
3.Php Hypermarkup Preprocessor
4.Php Hypermarkup Processor
Answer 21.are different how they handle failure
2.both are same in every aspects
3.is include() produced a Fatal Error while require results in a Warning
4.none of above
Answer 11.Enable or disable cookie support
2.Declare cookie variables
3.Store data in cookie variable
4.All of above
Answer 31.It compare strings including case
2.It compare strings excluding case
3.It compare strings only Uppercase
4.It compare strings only lowercase
Answer 11.allow_url_fopen
2.allow_remote_files
3.both of above
4.none of above
Answer 11.It used to open files in PHP
2.It used to open Remote Server
3.It used to open folders in PHP
4.It used to open Remote Computer
Answer 11.There is no such function in PHP
2.It checks whether variable is set or not
3.It checks whether variable is free or not
4.It checks whether variable is string or integer
Answer 21.it sends output to a variable
2.it prints the output of program
3.it sends output to a variable converting into string
4.it prints the output of program converting into string
Answer 11.It indicates lines that are commented out.
2.It indicates variable declaration.
3.It indicates function declaration.
4.No uses in PHP.
Answer 21.It translates User Language to System Language
2.It creates connection between ISP & Server
3.It processes the HTML and PHP files
4.All of these
Answer 31.It returns the type of a string
2.It returns the value of a string
3.It returns the length of a string
4.It returns the subset value of a string
Answer 31.Search for a number within a string
2.Search for a Spaces within a string
3.Search for a character/text within a string
4.Search for a Capitalized string/text with in a string
Answer 21.int
2.float
3.string
4.double
Answer 21.Any variable available at that line in the calling file will be available within the called file from that point
2.Any variable available at that line in the calling file will not be available within thecalled file
3.Variables are local in both called and calling files
4.None of above
Answer 11.Faster
2.Slower
3.The execution speed is similar
4.All of above
Answer 21.Uplaod is not successful, error occurred
2.The file uploaded with success
3.Uploaded file size is 0
4.File upload progress is 0% completed
Answer 21.chr( );
2.asc( );
3.ord( );
4.val( );
Answer 31.Anywhere
2.With <html> tag
3.After <html>tag
4.Before <html> tag
Answer 41.Before tag
2.After tag
3.In tag
4.Anywhere
Answer 31.info()
2.sysinfo()
3.phpinfo()
4.php_info()
Answer 31.count($variable)
2.len($variable)
3.strcount($variable)
4.strlen($variable)
Answer 41.sssion_decode
2.session_destroy
3.session_destroy
4.session_pw
Answer 41.while
2.do while
3.for
4.do for
Answer 41.Local
2.Global
3.Static
4.Extern
Answer 41.PHP can be used to develop web applications.
2.PHP makes a website dynamic.
3.PHP applications can not be compiled.
4.PHP can not be embedded into html.
Answer 41.+ (Plus)
2.. (dot)
3.& (Ampersand)
4.% (Percentage)
Answer 21.//
2./* … */
3.& … &
4.Only A & B
Answer 41.Get
2.Post
3.Both Get and Post
4.There is no direct way for larger form. You need to store them in a file and retrieve
Answer 21.Get
2.Post
3.Both
4.None
Answer 11.W
2.W+
3.A
4.A+
Answer 31.Out
2.Write
3.Echo
4.Display
Answer 31.$get
2.$ask
3.$request
4.$post
Answer 21.It can never be changed or undefined
2.It can never be changed but can be undefined
3.It can be changed but can not be undefined
4.It can be changed and can be undefined
Answer 1