Web Application Penetration Testing 01/29/2022
Penetration testing or ethical hacking is a proactive way of testing your web applications by simulating an attack that's similar to a real attack that could occur on any given day.
Author: Admin
Language:
Plain Text
Tags:
penetration
testing
kali
linux
Read More304
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.
Author: Admin
Language:
PHP
Tags:
php
Read More269
PHP Switch Statement 01/09/2022
Use the switch statement to select one of many blocks of code to be executed.
Author: Guitarman
Language:
PHP
Tags:
php
switch
Read More352
Add Two Numbers With Python 01/01/2022
Below is a simple Python program to add two numbers and print the output.
Author: Admin
Language:
Python
Tags:
python
Read More297
PHP whois lookup Class 12/05/2021
This is a standalone php class to find whois information of a domain or IP.
Author: Guitarman
Language:
PHP
Tags:
php
Read More364
SQL Query Examples 10/31/2021
Here's a short example of SQL Select, Insert, Update, and Delete Queries.
Author: Admin
Language:
SQL
Tags:
sql
Read More311
Example of .htaccess for PHP 10/06/2021
A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, used for configuration of website-access issues, such as URL redirection, URL shortening, access control (for different web pages and files), and more. The 'dot' (period or full stop) before the file name makes it a hidden file in Unix-based environments.
Author: Admin
Language:
HTTP
Tags:
html
.htaccess
php
Read More618
PHPMailer 09/19/2021
PHPMailer – A full-featured email creation and transfer class for PHP
Author: Admin
Language:
PHP
Tags:
Read More346
PHP min() and max() Functions 09/05/2021
The min() and max() functions can be used to find the lowest or highest value in a list of arguments:
Author: Admin
Language:
PHP
Tags:
Read More256
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 More658
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