What are the limitations or drawbacks of PHP ?
Answer Posted / devendra n. maniar
PHP does not have any ID like ASP.?? The programmer have to develop the whole page using scratch. And the help is available in limited .
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a controller in programming?
What was the old name of php?
What is difference between echo and print_r in php?
Where are php configuration settings stored?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is php stack?
Do you know what is the differences between $a != $B and $a !== $B?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Which is better session or cookie?
What is difference between get and post in php?
What is global array in php?
What is the function file_get_contents() useful for?
What type of headers have to be added in the mail function to attach a file?
What are the advantages of stored procedures, triggers, indexes in php?
Can you extend a final defined class?