Connecting PHP to the MYSQL : Important concept:- The object operator , ( ->) , It’s technically called the “object operator” . it is used in object scope to access methods and properties of an object. It’s meaning is to say that what is on the right of the operator is a member of the object instantiated into the variable on the left side of the op…
Read morePHP Emails PHP mail is the built-in PHP function that is used to send emails from PHP scripts. The mail function accepts the following parameters; Email address Subject Message CC or BC email addresses o A cost-effective way of notifying users on important events. o Users can contact you via email by providing a contact us…
Read more
Social Plugin