php interview questions and answers part-5 how can we get second of the current time using date function? $second = date(“s”); what is the maximum size of a file that can be uploaded using php and how can we change this? you can change maximum size of a file set upload_max_filesize variable in php.ini file how can i make a script that can be bilingual (supports english, german)? .. .. ..
