What is the difference between overloading and overriding in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public, protected and private?
How to get ip address of clients machine?
What is inheritance in php?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
How to write the form tag correctly for uploading files?
how to convert PHP code in to java code
Which is the dependent variable?
Is age interval or ordinal data?
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 is the difference between $message and $$message?
Explain the differences between get and post methods?
Hi, I want to upload an image ito database and display image in a table in php how it is possible