FCS-Webmaster
05-27-2010, 06:50 PM
I am new to splitting design and code - so I have no idea how to change my code so that it will work with vbulletin templates and this How to:Create your own vBulletin Page (https://vborg.vbsupport.ru/showthread.php?t=228112)
Example for a piece of my code:
$send=mysql_connect ($dbhost,$dbuname,$dbpass);
mysql_select_db($dbname);
$sqlbefehl = "select Teamname from Team";
$erg = mysql_db_query($dbname, $sqlbefehl, $send);
while ($output=mysql_fetch_array($erg))
{
echo $output[0];
}
Anyone pls who can help me with the first steps?
--------------- Added 1275053837 at 1275053837 ---------------
anyone pls?
Example for a piece of my code:
$send=mysql_connect ($dbhost,$dbuname,$dbpass);
mysql_select_db($dbname);
$sqlbefehl = "select Teamname from Team";
$erg = mysql_db_query($dbname, $sqlbefehl, $send);
while ($output=mysql_fetch_array($erg))
{
echo $output[0];
}
Anyone pls who can help me with the first steps?
--------------- Added 1275053837 at 1275053837 ---------------
anyone pls?