What software is required for php?
No Answer is Posted For this Question
Be the First to Post Answer
class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
How to open standard output as a file handle?
how to upload 100mb file using .htaccess..
Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
Which method removes the last element from the end of an array?
hey i m a trainee n jus wanted to ask that initially i was given the opportunity for .NET bt that project is abt to complete , nw i m asked to join a project of php on linux which is about to start , so wt say . is it a wise decision to join this project . will i be having job opportunities when i l complete my training after 4 months ? Plz suggest something ASAP .
What are psrs? Choose 1 and briefly describe it?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How can we change the maximum size of the files to be uploaded?
What is session in php w3schools?