What is crypt () in php?
No Answer is Posted For this Question
Be the First to Post Answer
How to increase the execution time of a PHP script?
What is a php class?
Can you define an argument as a reference type?
What is cookies? How to create cookies in php?
How many Types of COmments are there in PHP and what are they?
What are the uses of explode() and implode() functions?
How To Get the Uploaded File Information in the Receiving Script?
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.
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is difference between mysqli and mysql?
Where can I find php ini file?
What changes I have to do in php.ini file for file uploading?