Unit 6 PHP PHP unit 6 Notes Very Short Answer 1. What is variable? A variable in PHP is a container used to store data. It starts with a dollar sign $ and can store strings, numbers,…
Read morePHP file handling & MySQL Very Short Answers 1. What is file_put_contents() function? file_put_contents() writes a string to a file. If the file exists, it overwrites it. If it…
Read more
Social Plugin