Delete a File 03/13/2023
This is how to delete a file and check whether it exists.
Author: Admin
Language:
C#
Tags:
cs
delete
file
Read More2
R Hello World Program Example 03/10/2023
Hello world program example using print.
Author: Admin
Language:
R
Tags:
r
hello
world
Read More2
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.
Author: Admin
Language:
PHP
Tags:
php
tags
Read More4
PHP Crypt 02/11/2023
crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms. password_verify() is compatible with crypt(). Therefore, password hashes created by crypt() can be used with password_verify().
Author: Admin
Language:
PHP
Tags:
php
crypt
hash
password
Read More28
PHP Tutorial With W3 Schools 12/30/2022
Here's a nice tutorial for developing in PHP.
Author: Admin
Language:
Plain Text
Tags:
php
tutorial
developing
Read More94
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 More196
PHP Shuffle 09/11/2022
Randomizes the order of the elements in an array.
Author: Admin
Language:
PHP
Tags:
php
shuffle
array
Read More359
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 More342
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 More396
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 More313
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