PHP upload form

Oct 21, 2010 Author: Beyonce
Hello everyone, this is a simple PHP form for uploading files. We are going to show you how to create form for upload files.

Using curl to Query Remote Servers

Oct 05, 2010 Author: LinuxAdmin
curl is the client URL function library. PHP supports it through libcurl. To enable support for libcurl when installing PHP add --with-curl=[location of curl libraries] to the configure statement before…

chop() - string function

Sep 06, 2010 Author: SEO
The chop() function will remove a white space or other predefined character from the right end of a string.

base64_decode

Sep 05, 2010 Author: MYSQL Expert
base64_decode — Decodes data encoded with MIME base64

base64_encode

Sep 05, 2010 Author: Jenna
Encodes the given data with base64.