How to send emails out using PHPMailer and GMail
I’ve been working on a schedule calendar project that can be iframed into any kind of website. This schedule will be a real-time calendar which can be used for class registration, training classes, webinar registration, cooking schools, camping registration, and more …. The calendar will be run on Linux server and MySQL Database. Step 1: download class phpmailer on sourceforge.net Step 2: unzip the package and place all files in a folder called /includes/ anywhere on your server. However, you need to access to this folder…
Reserved Words Used in MySQL Newest Version
Today I will share with you all the reserved words that I’ve learned from my updated MySQL Database Server Version 5.5. This version has been released since Jan 14, 2010 by Oracle. I used to have MySQL v. 5.1 on my Apache server, now I updated to the latest version. The list below includes the reserved words from the latest version which is 5.5. The bottom of this page is the list of reserved words from previous versions. I will explain how these reserved words…
Different ways to opening new windows using JavaScript
If you notice on most of the websites on the internet and inside most of web applications, you will find that opening a new window is a popular way of letting users/readers see additional information without navigating away from the current page. With JavaScript you can specify the dimensions, position and visible toolbars of this newly created window, as well as writing code directly into it and having the two windows operating together. To this aspect of modern web engineering, I will show you multiple…
Get the last id from a table
If you need an ID before you can get the data from user’s inputs, you can use the query below to get the last id from a table in your database, and then you can increment 1 to that id. For example, a brand new ID can be assigned to an online order using the last id from the table and add 1 to it. Here’s what you can do: Send a query that return the last id of a table using either query below:…
Project 1 with AW
Integration of Credit Card Payment Gateway by Authorize.Net with AppraisalWorld System. Develop CIM and SIM interface for Sales department, using Authorize.Net API Purpose of this integration: Sales team can charge software customers through an internal Admin interface and storing customers’ credit card information securely on Authorize.Net CIM server Method: SOAP call or REST to get a return of XML string Target date: April 5th, 2010