How to move uploaded files to permanent directory?
No Answer is Posted For this Question
Be the First to Post Answer
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
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.
What is the most common http method?
What is htmlentities function in php?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
What are the functions used in php?
What is the purpose of a query?
does current version of mysql (myisam) supports foreign keys ?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
Explain the difference between array_merge() and array_combine()?
What is json php?
What is php simple definition?