What's the difference between copy of a file & move_upload_file in file uploading?
How do you insert single & double qotes in MySQL db without using PHP?
By using mysql_real_escape_string()...
you can also use
function for convert comma to special chars.Code
If your application based on Database, you should think about re-factoring queries try to use high performance queries (Use EXPLAIN to monitor the amount of records retrieved for each query. You can u...
There are many things to be considered. If your application based on Database, you should think about re-factoring queries try to use high performance queries (Use EXPLAIN to monitor the amount of rec...
How do you capture audio/video in PHP?
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.
You need a module installed - FFMPEG or FFMPEG_PHP
How do you know (status) whether the recipent of your mail had opened the mail i.E read the mail?
In PHP, we can use "Disposition-Notification-To:" in header function.
If user's email client is blocking images by default(yahoo mail, gmail) then this method is not reliable.
Satyam placement paper 25th june 2005 by rajani
Satyam placement paper 25th june 2005 by rajani 1. In a certain society, there are two marriage groups, red andbrown. No marriage is permitted within a group. On marriage, malesbecome part of their wife\'s group: women remain in their own group.Children belong to the same group as their parents....
thanks
Tata elxsi (e&c) placement paper
Some questions of tata elxsi (e&c) ::1.Basic memory ccell of dynamic rama. Capacitanceb. Flip flopc. Transistord. Transistor with capacitor2.Ideal power supply hasa. Zero internal resistanceb. High o/p resistancec. High i/p resistanced. Low o/p resistance3.Which type of transmission line will have max....
hiiiiiiiiii....
I m thankful 2 u because i have got so much information about this compny. plz send some more paper of the company.
hiiiiiiiiiii, I hvae visited this side and it is a nice to work here, if i met chance so i really work in this company.......
Satyam placement paper b.I.T., mesra 6th aug 2005.
Satyam came to b.I.T., mesra on 6th aug 2005, and I got thru it. Here I am sending the papers which I remember. I am from mca (2003-2006).The written test was of 15 questions in 30 mins. (appeared approx. 300)(shortlisted for gd: 108)1> a basic program which u may take it as algorithm since nothing was...
i am very tank full to you when you are send me latest satyam placement paper and other companys paper .im also gate your faith full advoice regarding my carrier. thanks &n...
Choose the correct option
Operator precedence tells you which operations bind the tightest, but it says nothing about the order in which commutative or associative operations must be carried out by the compiler. Accordin...
All the compilers follow the operator presidence for math operations. ie, * have a higher precidence than +. It is a mathematical rule, don't vary with compiler. so, to evaluate the * operation, f1 will be called first followed by f2. then f3 will be called.
Amdocssection: 136 qs,30 min.Sample:fgh ``abc=> + => => =>baafg rrqpthen:tuv=> => => =>?Vut section:236qs,20 minsimilar type of qs only boxes of different colours are chosensection:460qsthis is the easiest sectionmatchmaking:60 question in 7 minutes.U can attemp all as question is very easy1:am%:$69match...
Hi All,I am 2+ exphave written test very shortlyTest consists of following modules 1. Intellectual Ability A] Analytical Ability version  ...
Hi rajendraa
This is srinivas from hyd.
I am cleared the online test and this Sunday final round.
I am in java domain (1+ Year of exp ) wht they are mainly asking ( i mean in which area they are mainly asking questions) .
please respond quickly.
Thanks & Regards
Srinivas
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,...