How can you encrypt password using php?
No Answer is Posted For this Question
Be the First to Post Answer
What is csrf token in php?
Name some of the popular frameworks in php.
where to change in php.ini file for file uploading?
Design a class that should always return a single object ?
what is the default session expire time in php? what is default file attachment size in mail in php?
How can we find the number of rows in a result set using PHP?
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.
Do you know what is the difference between the include() and require() functions?
How i can integrate merchant payment get way in zen cart? in php? plz help me
1 Answers BA Continnum Solutions,
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
What is data abstraction in php?
How do I find environment variables?