What is ci framework in php?
No Answer is Posted For this Question
Be the First to Post Answer
can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply
What are the string functions in php?
What is the importance of parser in php?
Can i get free good material for preparation for Zend Certification can i get good questions about certification?
In what are the ways you can encrypt the password ?
What is php variable?
hi, i have knowledge about PHP/MYSQL,i am fresher M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.
What is str_replace()?
What is the difference between echo, print and printf()?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
When to use get and post request?
What are magic methods in php