What is ci framework in php?
Answer / Chitrasain
CI Framework (CodeIgniter) is a PHP framework that enables developers to build web applications more efficiently by providing pre-built libraries for common tasks such as form validation, database access, and email functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we retrive value from one database server and store them another database server using php?
Which one is best framework for php?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
How to write in a file in php?
For printing out strings, there are echo, print and printf. Explain the differences.
Explain PHP?
Do you know what does mvc stand for and what does each component do?
Tell me how can we check the value of a given variable is alphanumeric?
How can a cross-site scripting attack be prevented by php?
Tell me how can we connect to a mysql database from a php script?
PHP serverside scripting language or client side scripting language>