Delete a File with C# 03/13/2023
This is how to delete a file and check whether it exists.
PHP Tags 03/07/2023
When PHP parses a file, it looks for opening and closing tags, which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser.
Environment GetFolderPath Method 10/21/2022
GetFolderPath (Environment+SpecialFolder) gets the path to the specified system special folder.
Author: Admin
Language:
Visual Basic .NET
Tags:
environment
getfolderpath
Read More
Send email from a VB.Net application 03/26/2022
Here's an example of how to send an email in a VB.Net application.
Author: Admin
Language:
Visual Basic .NET
Tags:
send
email
vb.net
Read More
PHP File Upload 03/11/2022
Here's some sample code to upload a file using PHP.
Author: Guitarman
Language:
PHP
Tags:
php
uplaod
file
Read More
Scan Your Website Headers 02/12/2022
Here's a great site to scan the security headers for your website.
Author: Guitarman
Language:
Plain Text
Tags:
headers
security
Read More
Predefined PHP Variables 01/17/2022
PHP provides a large number of predefined variables to all scripts. The variables represent everything from external variables to built-in environment variables, last error messages to last retrieved headers.
If you would like to share your code on HS Codebank you can submit it by registering and clicking the submit article button on this page.
LoginRegisterContact Us