Jump to content

MySQL Error


Amy1980

Recommended Posts

[code] // prepare the query string
$browser = $_SERVER['HTTP_USER_AGENT'];
$query = "INSERT INTO guestbook (name, email, url, message, entry_date) " .
        "VALUES ('$name', '$email', '$url', '$message', '$browser', current_date)";[/code]

TABLE
[code]browser  varchar(255)  latin2_general_ci    No  [/code]
Link to comment
https://forums.phpfreaks.com/topic/32324-mysql-error/#findComment-150098
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.