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
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 More375
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 More278
PHPMailer 09/19/2021
PHPMailer – A full-featured email creation and transfer class for PHP
Author: Admin
Language:
PHP
Tags:
Read More338
Send/Export DevExpress Reports to PDF 08/11/2021
How to dynamically send a DevExpress report via e-mail as a PDF
Author: Admin
Language:
C#
Tags:
Read More572
Get and format date in PHP 03/20/2021
date() Returns a string formatted according to the given format string using the given integer timestamp
Author: Brian Henry
Language:
PHP
Tags:
cs
Read More259
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