Adobe Dreamweaver 0
Adobe Muse 0
ASP.net 0
.htaccess 6
CSS 5
Perl 0
PHP 59
PHP - User System 79
HTML 11
Java 0
Javascript 13
Ruby on Rails 0
General Web Development 4
Operating Systems
Video & Audio Editing
Adobe After Effect 0
Adobe Audition 0
Adobe Premiere 0
Final Cut 0
FruityLoops 0
iMovie 0
Windows Movie Maker 0
App Development
Hardware
Miscellaneous
with
thanks
Parse error: syntax error, unexpected '[' in /home/www/zudan.awardspace.com/poll_admin.php on line 18
:S But you need it?
$select = mysql_query(mysql_fetch_array( "SELECT * FROM `poll`" )); //gets poll detales
should be
$select = mysql_query(mysql_fetch_array( "SELECT * FROM `polls`" )); //gets poll detales
fixed :)
Please leave the text in that shows i made it thanks
unless you took out
which it says not to
In admin poll :(
Line 35 on myne is echo ("You voted for $op1");
:S
I tried to edit it with what you said ^^ But it didn't work.