PHP Form Validation 01/28/2024
Think SECURITY when processing PHP forms! This shows how to process PHP forms with security in mind. Proper validation of form data is important to protect your form from hackers and spammers!
Author: Admin
Language:
PHP
Tags:
php
security
forms
Read More
Add a new item to an array, it can be inserted with the help of array_splice() a function of PHP. 09/09/2023
This function removes a portion of an array and replaces it with something else. If offset and length are such that nothing is removed, then the elements from the replacement array are inserted in the place specified by the offset.
Author: Admin
Language:
PHP
Tags:
array
php
insert
array_splice
Read More
User-defined functions 07/08/2023
User-defined function are used to preform task in PHP code like saving a user's form input to a database.
Use Sockets to send and receive data over TCP 05/07/2023
When working with System.Net.Sockets, you represent a network endpoint as an IPEndPoint object. The IPEndPoint is constructed with an IPAddress and its corresponding port number. Before you can initiate a conversation through a Socket, you create a data pipe between your app and the remote destination.
Author: Admin
Language:
C#
Tags:
sockets
send
receive
tcp
cs
Read More
Delete a File with C# 03/13/2023
This is how to delete a file and check whether it exists.
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