|
|
|
PHP Tutorial
|
XML Expat Library:
PHP's XML parser is based on Expat. It lets you parse but not validate XML documents
means it does not allow us to find out the XML tags which are present instead of that we can check the correctness of the structure.
View Rating |
|
|
PHP Tutorial
|
PHP : Form to Email
With the help of this tutorial you can send mails to a user using a form, as we have discussed in our earlier tutorial, it is very easy to send mails using PHP and any mail server like argosoft mail server
View Rating |
|
|