PHP

Register PHPBB With PHP


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
If you have a website that has a normal website, and then a PHPbb forum you will need this blog to get users from the normal website, and register for PHPbb without creating multiple accounts, and all in one script. First, you must have a normal html form that goes to a PHP file for registering your users (Register Page). [...]


PHP

Quick PHP Captcha


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Having Captcha these days is very necessary.  This blog will show you how to create a PHP Captcha image with SESSION authentication for forms. It looks much like Google or YouTube, and is way easier to read than some of the other Captcha scripts out there. Lets get started with a html form. Download the captcha.php file and include it as [...]


PHP

Installing Eclipse With Android SDK

When I started starting learning Java with the android SDK i could not find a place for the correct information. This is a blog about installing Eclipse Java software with the Android SDK so you can program Android applications. This will install on Windows 7 64-bit or any version of Windows. Simply follow this guide to be up and running [...]




PHP

Sending Emails With Amazon SES


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Sending emails from Amazon SES can sometimes be difficult. This script will include the PHP source code to send individual emails, or mass emailing from a MySQL database. We will also be sending the email with an awesome html/css designed email template. You need to include the ses.php file. You can download ses.php from amazon. [...]



Go Language

Google reCAPTCHA in Go Language