read mySQL (wordpress) on php site
-
Hello!
I using WordPress and I like show data on other extra php site.
Be interested in me some let read data directly from mySQL base from wordpress?
I using this code:mysql_connect(“zamenjaj z sql serverom”, “user”, “pass”);
mysql_select_db(“baza”);
$rezultat = mysql_query(“SELECT * FROM ‘wordpress_tabela'”);
$num = mysql_num_rows($rezultat);
for($i=0;$i<$num;$i++)
{
mysql_result($rezultat, $i,”prvistolpec”);
mysql_result($rezultat, $i,”drugistolpec”);
}… and this code in not working!
Pleas for help me!Sory for my Englih language is wery bad but I from Slovenija ??
Great, thanks, Grega
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘read mySQL (wordpress) on php site’ is closed to new replies.