I am attempting to insert some php variables into a Mysql database with no luck. The connection works no problem, the variables all have values, so I must be my insert stat
Try enclosing variable names in { }, i.e.
'{$speed}'