2014
Sep
03
Online Tutoring
In-person tutoring is generally preferable, especially with children and teens, but on-line tutoring can still fill a void when transportation or timing becomes awkward.
Although it is not ready yet, I am setting up a solution to accommodate on-line tutoring. Please stay tuned.
What to do
One online tutoring is in place, the first step is to insert_php]
$link = mysql_connect("localhost","duanevor","duanevor");
if ( !$link )
die('Could not connect: ' . mysql_error());
if ( !mysql_select_db("duanevore_com_nightdreamer", $link) )
die('Could not select database: ' . mysql_error());
$res=mysql_query("SELECT value FROM wp_custom_parameters WHERE name='email_alias'")
or die(mysql_error());
$row=mysql_fetch_row($res);
echo('e-mail me');
/insert_php].
In the meantime, you can still e-mail me for information.
Comments
There are no comments for this post.
You must be logged in to post a comment.