What would you like to know?

question-mark

Have questions about making money online?  Building websites? PHP? Want to know something about me personally?  Ask me some questions below.  I’m talking about YOU.  Everyone should ask me a question.  Hit me up on Facebook or Twitter too.  I’m serious.  Ask as many questions as you want.  If I get a lot of the same . . . → Read More: What would you like to know?

Project BETA: New England Landmark Realty

New England Landmark Realty

New Website

I just finished the private beta for the New England Landmark Realty website.  Here it is:

New New England Landmark Realty Website

This will be going up at www.newenglandlandmarkrealty.com eventually, but not until after we get enough feedback.

Some of the new features include:

indexed and indexable MLS listings from both NNEREN and VREIN MLS IDX databases,
MUCH . . . → Read More: Project BETA: New England Landmark Realty

The Twitter API

I’ve been messing with the Twitter API for the first time in the last few hours, and I’ve learned a TON.  I know – I’m jumping on the bandwagon late, but oh well.  I managed to create a script to retweet “stuff” based on the search functionality and I made a script to automatically follow people . . . → Read More: The Twitter API

Tidbit Tuesday on PHP: Simple MySQL Database Insert Function

This builds on a function I did last week: db_query(). You can send any array straight to a MySQL database and it’ll even check to make sure the column actually exists.  Oh, and it returns the id of the record you just added in case you needed it.

<?php
function db_array_insert($cfg_array, $table, $array) {
. . . → Read More: Tidbit Tuesday on PHP: Simple MySQL Database Insert Function

Tidbit Tuesday on PHP: Simple MySQL Database Query Function

It’s always great to create functions for those things you do a lot.  Probably the single most common function I execute is database calls.

Here is a simple script for hitting up your MySQL database with a query:

<?php
if(!function_exists(dbQuery)) {
function db_query($cfg_array, $query) {
. . . → Read More: Tidbit Tuesday on PHP: Simple MySQL Database Query Function

Sponsor:

SponsoredTweets referral badge