Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

yehudah on "newly created mysql table not found"

$
0
0

after the query try this:

if ($mylink != null) {
echo "all good";
echo $mylink['fname'];
} else {
echo $wpdb->last_error;
}


Viewing all articles
Browse latest Browse all 5530

Trending Articles