Send Email using PHP
In this article we present a sample source code to send email using the PHP programming language....
Read MorePosted by M. Saqib | Dec 23, 2021 | PHP Source Code |
In this article we present a sample source code to send email using the PHP programming language....
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
This source code shows you how to connect to Oracle Database 11g and execute queries using the PHP. First of all it sets the ORACLE_HOME and ORACLE_SID Environment variables using the putenv() method. Note that to run this code, you will need PHP OCI8 extension enable in php.ini file.
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
The following PHP source code shows that how to print random numbers within a range using. It uses rand() function to return the random numbers within a predefined range. The srand() function is used to provide the seed or arbitrary int number.
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
This is simple PHP script to show the contents of an XML file on html page. The script uses PHP XML parser to traverse through the xml file and print it’s contents. This extension requires the libxml PHP extension to be enabled.
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
Connect to the FTP server with PHP. PHP /******************************************************* * MYCPLUS Sample Code - https://www.mycplus.com * * * * This code is made available as a service to our * * visitors and is...
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
Posted by M. Saqib | Sep 9, 2008 | PHP Source Code |
Search the LDAP Directory. PHP /******************************************************* * MYCPLUS Sample Code - https://www.mycplus.com * * * * This code is made available as a service to our * * visitors and is provided...
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
Shows the OS statistics and information about OS. PHP /******************************************************* * MYCPLUS Sample Code - https://www.mycplus.com * * * * This code is made available as a service to our * * visitors...
Read More