Execute queries in Oracle with PHP
Execute queries in Oracle with PHP...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
Execute queries in Oracle with PHP...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
Random numbers within a range in PHP 1234567891011121314151617181920212223242526 /******************************************************** MYCPLUS Sample Code -...
Read Moreby M. Saqib | Last updated Feb 12, 2020 | 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 Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
Connect to the FTP server with PHP. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
This PHP programme returns the greatest common denominator from the input. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
Search the LDAP Directory. 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
Shows the OS statistics and information about OS. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960...
Read Moreby M. Saqib | Sep 9, 2008 | PHP Source Code |
This programme shows all the fields in a table of a database in MySQL. 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849...
Read More