PHP Code:
Invalid SQL: UPDATE arcadegames
SET name='asteroid_class', title='Asteroids', description='Classic game of Asteroids! ', filename='asteroids.swf',
active='0', scorevar='$asterscore', width='', height='',
codebase='', querystring='', objectparam='',
embedparam='',championactive='1',championtext='Asteroids Champion',championcolor='#ff0000',playcost='10',jackpot='0',jackpotadd='5'
WHERE gameid='11'
mysql error: Unknown column 'width' in 'field list'
mysql error number: 1054
I get this error everytime i try to modify a game via Admin CP.
i'm using this HTML code:
PHP Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="800">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed></object>