Tell me which programming language does php resemble to?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us how can we access the data sent through the url with the post method?
How to redirect https to http url and vice versa in .htaccess?
Is php an array?
How to add comments in php?
How to access standard error stream in PHP?
How can I reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
what is Opern source?
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
What is uri routing?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
how to insert, update data in database
What are the security measures we have to take for our site not to hack by others.
3 Answers Infosys, Torque Infotech,