Tag: web technology
Questions Related to web technology
Which of following function return 1 when output is successful?
Which of followng statement is more suitable if you want to output a blend of static text and dynamic information stored within one or several variables?
Which of the following type specifier is invalid in printf() functions?
For integer data type PHP 5 and earlier supported?
fopen($file_doc,"r+"); opens a file for?
To work with remote files in PHP you need to enable?
Which of the following mode of fopen() function opens a file only for writing. If a file with that name does not exist, attempts to create anew file. If the file exist, place the file pointer at the end of the file after all other data?
The function setcookie( ) is used to: