Tsakf's foss library The library has 155 entries  
Home  About

  Select tags starting with:  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

  Tags associated with: php
email  upload 
 
 
 
All entries of the Library with tag php    
 
How To Log Emails Sent With PHP's mail() Function To Detect Form Spam
The article describes what to do if you have a CMS on a webserver and spammers use the contact form to send emails through your server. You install a wrapper script to log all emails sent with php function mail(), so the logs will show unwanted traffic.
Tags:  email  php 
 
how to upload more than 2gb file using php
A small article how to upload more than 2gb using php. The trick is to use a tool that slices the file in parts.
Tags:  php  upload