| Posted by Daniel Tryba on 06/15/52 11:19 
toedipper <send_rubbish_here734@hotmail.com> wrote:> $insertSQL = sprintf("INSERT INTO software (title, shortdesc, `desc`,
 [snip]
 > current_time(), '$_SESSION[MM_Username]')",
 
 Spot the difference:
 http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.single
 vs.
 http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.double
 
 Also consider reading
 http://www.php.net/manual/en/language.types.array.php#language.types.array.donts
 [Back to original message] |