What is properties of class?
Answer / Priyanka Gupta
"Properties in PHP are variables that belong to a particular object. They hold the data for the object. Each property has a name and a value, and can be accessed or modified using the arrow operator (->) or the magic method __get()."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get a random value from a php array?
How can we optimize or increase the speed of a mysql select query?
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
How many ways I can redirect a PHP page?
9 Answers MicroSec, N-Tier Business Solutions, University Exams,
What is isset in php?
How to get ip address of a server in php?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What are the special characters you need to escape in double-quoted stings?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
How to pass variables and data from php to javascript?
Which php function will attach one file to another?
Is php strongly typed?