What is php and sql?
Answer / Shahnawaz Khan
PHP (Hypertext Preprocessor) and SQL (Structured Query Language) are two different but commonly used technologies in web development. PHP is a scripting language for creating dynamic web pages, while SQL is a language for managing and manipulating databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you define an argument as a reference type?
What are some new features introduced in php7?
What is the exact Diff. between include_once() and require_once() in PHP?
What are the array functions in php?
What is php ci?
Tell me how to retrieve a cookie value?
What is the purpose of pear in php?
How do I check environment variables?
How long is session timeout?
When to use single quotes, double quotes, and backticks?
What is difference between rest and http?
Write a php script to get the largest key in an array?