13 July 2009, 12:46 pm « Viewed 2,309 times
A comment recently made to my blog post, “Getting All ZIP Codes In A Given Radius From A Known Point / ZIP Code Via PHP And MySQL“:
Does any one know how to work out the bearing from one set of coordinates to another.
For example, if the calculated bearing was 90 (degrees) the using if statements [...]
6 July 2009, 12:59 am « Viewed 218 times
I’m going to spend several posts discussing authorize.net’s Customer Information Manager, a Web service for storing and retrieving personally identifiable information about the people who place credit card orders on your Web site.
Today, I’m focusing solely on an overview of CIM: What it is, how it works, why it works that way, and approaches to [...]
Filed under Programming.
Tagged Best Practices, CIM, Customer Information Manager, Database, Elegance, MySQL, Objects And Classes, PHP, Security, SOAP, SQL, Web Services, XML, XPath
13 June 2009, 1:01 am « Viewed 4,009 times
Recently asked at Yahoo! Answers:
Sort ORDER BY links for each COLUMN of MYSQL database in PHP page?
These are the links I am currently using but they are just on the bottom of the page int he middle of no where…
<p>Sort By:</p>
<p><a href=”address.php”>address</a></p>
<p><a href=”email.php”>email</a></p>
<p><a href=”name.php”>name</a></p>
<p><a href=”phone.php”>phone</a></p>
<p><a href=”tvprogram.php”>tvprogram</a></p>
Additional Details
I currently have a form where users input their [...]
13 May 2009, 7:29 pm « Viewed 163 times
Asked recently on Yahoo! Answers:
Does anyone know how to automatically update a birthday list on a web page?
Our web page has a section that displays all staff birthdays for the week. This section is updated manually every Monday morning. Is there a way to have this update done automatically everyday. Must display all birthdays for [...]
24 April 2009, 1:06 am « Viewed 5,205 times
Recently asked on Yahoo! Answers:
How to generate a submenu on the basis of value in a menu without refreshing the page?
I want to use if else construct to generate a submenu on the basis of value from a textfield in the same form. You can get it in the way that when someone selects a [...]
13 April 2009, 9:05 pm « Viewed 528 times
Asked recently on Yahoo! Answers:
10 Points…Help MYSQL?
i have a table named ‘Students’ and it has the coulumns ‘Name’,’DateBirth’,’Age’ how do i do to know how many years, months, and days do all the students united have, THANKS
What the questioner wants to do is fairly complicated in MySQL. If we were working with a program, such [...]