⟩ Do you know what is a javascript object?
A collection of data containing both properties and methods. Each element in a document is an object. Using the DOM you can get at each of these elements/objects and do some cool sh*t.
A collection of data containing both properties and methods. Each element in a document is an object. Using the DOM you can get at each of these elements/objects and do some cool sh*t.
Tell us how is it possible to parse a configuration file?
Tell us what helpers in CodeIgniter are and how you can load a helper file?
Do you know what is inhibitor in CodeIgniter?
Tell me how you can enable CSRF (Cross Site Request Forgery) in CodeIgniter?
Do you know how can you enable error reporting in PHP?
Do you know what are SQL Injections, how do you prevent them and what are the best practices?
Tell us how do you create a persistent cookie in php?
Tell me are objects in PHP 5+ passed by value or reference?
Do you know what is CodeIgniter?
Do you know how can we get the IP address of the client?