Home
News
WebDev Links
About
Garden Notes
LAMP Stack
Using Git
Using SSH/SFTP
Linux Commands
Useful WebDev Links
w3schools PHP
PHP Reference
PHP Tutorial
PHP Forms
PHP JSON
PHP OOP
PHP MySQL
PHP XML
PHP AJAX
PHP Get-Post
w3schools CSS
CSS Reference
CSS Tutorial
CSS Selectors
CSS Colors
CSS Entities
CSS Box Model
CSS Website Layout
CSS Responsive
CSS Grid
w3schools HTML
HTML Reference
HTML Tutorial
HTML Links
HTML Forms
HTML Media
HTML Get-Post Methods
Security
PHP Manual: Password Hashing Functions
PHP Manual: password_hash
How to use PHP's password_hash to hash and verify passwords
Hashing Passwords with the PHP 5.5 Password Hashing API
PHP Form Validation
Advanced Login Script System in PHP & MySQL
PHP Login Script with Session
cURL
cURL ( wikipedia)
cURL website. Lots of tutorials, examples
Stackoverflow: What is cURl in PHP?
- several good examples plus security discussion.
PHP Manual: Client cURL Library
- complete reference
Secure Login System with PHP and MySQL
How to submit a form using PHP
Data Passing
Get vs Post
JSON vs XML
JSON XML Comparison
PHP Pass variable to next page
How to POST and Receive JSON Data using PHP cURL
How do I pass data between pages in PHP?
Get POST response from a url and print response to page?
How do I capture response of form.submit
jQuery submit form and get response
Sessions vs. Cookies vs. Tokens
Sessions vs. Cookies
Difference between sessions and cookies
The Difference Between PHP Cookies and Sessions
PHP Sessions and Cookies
Session vs Token Based Authentication
When should I use session variables instead of cookies?
PHP Exec
PHP Manual: function exec.php
php shell_exec vs exec-function
How to call Python file from within PHP
run a python script from php
running a python script from php
How To Execute Shell Commands with PHP Exec and Examples
String Search
PHP Manual: function.strpos.php
w3schools: func_string_stripos
PHP Manual: function.strstr.php