If anyboyd knows, do tell me.waiting for your prompt response.
Latest Answer: Here is the complete detailed explanation. The third point is the most important.1. Speed. There is a difference between the two, but speed-wise it should be irrelevant which one you use. echo is marginally faster since it doesn't set a return value ...
Latest Answer: Move : This function checks to ensure that the file designated by filename is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination. ...
Latest Answer: While embeding varible to query string use PHP function addslashes()this will solve the problem of any special character. ...
What do you need to do to improve the performance (speedy execution) for the script you have written?
Latest Answer: FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows. ...
Latest Answer: If user's email client is blocking images by default(yahoo mail, gmail) then this method is not reliable. ...
Latest Answer: Shuffle This function shuffles (randomizes the order of the elements in) an array. This function assigns new keys for the elements in array. It will remove any existing keys you may have assigned, rather than just reordering the keys.SRand Seed the random ...
1-what is diff between srand & shuffle2-Mysql command to fetch onlythe unique values?3-how can a script come to a clear termination?4-How do i store binary in my sql?5-How do i limit the no of rows 1 get out of my database ?6- How do i find out weather a no is odd or even ?7-Can I coonect to Ms-access database w/o a DSN?8- How can we remove duplicate values from an array ?9-How an we get the ID genrated from the previous insert operation ?10-Can I run sevral versions of Php of the same time ?
Latest Answer: Select c.id, m.catogory_name from catogorymaster m, child c where m.catid = c.id; ...
Latest Answer: using javascriptdocument.form.submit(); ...
View page << Previous 1 2 3 4 [5] 6 7 Next >>

Go Top