Category: Source Code: Programing Source Code
JavaScript – Printing the Periodic Table
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
The periodic table is a tabular arrangement of the chemical elements, ordered by their atomic number, electron configuration, and recurring chemical properties, whose adopted structure shows periodic trends. Besides a very...
Read MorePhone Bill
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Does it ever bother you how much a long-distance phone call is going to cost, after you hung up? With this script, all you have to do is enter the amount per minute, and any initial amount, then click start when the call begins...
Read MoreBrowser Check
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
It’s often necessary to make a script only accessible to the newer browsers (that can support the script without error) and keep older browsers from trying to work with it. This script, as an added plus, is very short....
Read MoreHow to use PHP with Oracle Database 11g
Posted 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 MorePrinting numbers within a range in PHP
Posted 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 MoreHow to parse the contents of an XML file using PHP?
Posted 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 MoreConnect to sFTP Server in PHP
Posted by M. Saqib | Sep 9, 2008 | PHP Source Code |
To use SFTP within your PHP application, a series of fundamental steps need to be executed. First and foremost, you must establish a connection to the SFTP server by utilizing the ssh2 extension, which facilitates secure communication. Subsequently, authentication is crucial to ensure the identity of the connecting entity. This is achieved by providing valid credentials, including a username and password, to the SFTP server. Once authenticated, your PHP script gains access to the server and enables file-related operations such as listing directory contents, downloading files to the local environment, and uploading files to the remote server.
Read More- 10 C++ Libraries That Every Student Should Know
- Game Engines Explained
- The Enduring Legacy of C++ in Modern Programming
- The Diverse Applications of Generative Artificial Intelligence in Image, Video, and Music Synthesis
- Incorporating Cutting-Edge Graphics Technologies in AAA Game Development Using C++
- How to choose the right managed DevOps service provider
- What is the right API for your Project, GraphQL or REST?
- Improve User Experience with Custom JavaScript Form Inputs
- What are the Caching Techniques in JavaScript?
- How To Upgrade To Windows 11
- Why You Shouldn’t Use Free VPN Services
- How to choose the best Tech Stack for SaaS Development?
- Best Practices for C++ Codebase Management in Startup Environments
- 10 Latest Tips to Prevent Your WordPress Site from Getting Hacked
- A Review of Static Code Analyzer – PVS-Studio
- How VPNs Can Secure Your IoT Devices From Cyber Threats?
- Router VPNs: The whys, the hows, and the whats
- The Ultimate Guide to Proxy Servers
- 9 Reasons Why Proofreading Your Book is Important
- Upscaling Your Education: Capitalizing Your Grades with Proper Assignment Writing
- Archiving and eDiscovery: Key Considerations
- Key Factors to Consider When Hiring an App Development Agency
- Data Encryption and Modern C++
- Know Your Business Solution: A Secret Sauce to Keep Fraudsters Away
- 5 Ways Generative AI Can Supercharge Manufacturing Efficiency
- Streamlining Security Best Cybersecurity Policy Templates for Enterprises
- How Technology Is Improving Safety In Healthcare?
- Your Guide to Choosing the Right AI Development Company for Innovation and Growth
- In the Groove (ITG) Computer Video Game
- Vanishing Your Online Presence: Privacy Guide to Follow
- From Classroom to Startup: Coding Skills for Aspiring Student Entrepreneurs
- 7 Reasons College Students Should Learn Programming
- How College Students Can Use Tech Skills to Make an Impact
- Why Choose C++ as the First Programming Language to Learn
- Benefits of Coding: Why Should College Students Embrace Programming?
- How to Improve Education in America: 5 Key Initiatives
- How Working with a Microsoft Partner Benefits Your Business
- Technical Skills That Small Business Owners Need
- How To Use Referral Marketing For Monetization
- Cloud vs. On-Premise Hosting for Web Development: Which is Right for You?