I am working in VFP with no knowledge of web programming.I
want to learn web database programmin. Can I choose PHP and
MYSQL for that?
Answers were Sorted based on User's Feedback
Answer / fatih
Definitively YES! It's the most used (AFAIK) and there are
plenty of tutorials on the net!
| Is This Answer Correct ? | 1 Yes | 0 No |
Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.
What is the difference between mysql_fetch_object and mysql_fetch_array?
what is php stands for?
23 Answers Infosys, Satyam, Torque Infotech,
What is Type hinting in PHP?
hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?
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
In How many ways can u represent Not equal?Give Syntax of all ways..
what is the diffrence between for and foreach?
11 Answers Hirolasoft, IBM, Photon,
What does == mean in php?
How to change the principal password?
How send email using php?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?