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 More224
PHP Shuffle 09/11/2022
Randomizes the order of the elements in an array.
Author: Admin
Language:
PHP
Tags:
php
shuffle
array
Read More433
Start and Setup a PHP Session 07/27/2022
Here's how I start and setup a session for a PHP app.
Author: Admin
Language:
PHP
Tags:
session
php
Read More373
Populate HTML Table on Page Load. 06/17/2022
Here's a simple way to populate an HTML table on page load using PHP.
Author: Admin
Language:
PHP
Tags:
html
php
table
foreach
Read More415
HTML Datetime Input Box 05/15/2022
Here's some code to set the default datetime for an input box with its type set to datetime-local using HTML and PHP.
Author: Admin
Language:
PHP
Tags:
input
datetime-local
php
html
Read More331
List All Files in a Directory Using PHP 04/05/2022
In PHP there are several ways to get a list of files in a PHP application.
Author: Admin
Language:
PHP
Tags:
list
files
directory
php
glob
scandir
opendir
readdir
closedir
filesystemiterator
Read More388
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 More409
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 More626
Bad Word Filter 02/26/2022
Here's a filter you can use to remove bad words from user submitted data.
Author: Admin
Language:
PHP
Tags:
php
bad
word
filter
Read More295
Securing Session INI Settings for PHP 02/17/2022
By securing session related INI settings, developers can improve session security. Some important INI settings do not have any recommended settings. Developers are responsible for hardening session settings.
Author: Admin
Language:
Plain Text
Tags:
php
manual
cookie
securing
session
Read More356
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