Jump to content

[SOLVED] What - N; - tarnation is -- N;?


phpretard

Recommended Posts

When I insert this it inserts --- N;

 

Does anyone know why it inserts that as opposed to the right stuff.

 

Worthless code below:

 


$url=serialize($_POST['url']);
mysql_query("INSERT INTO secure_links1 (id, name, url, access)VALUES('', 'name', '$url', 'access')"); 

<input type='checkbox' id='url[]' value='$url' />


Link to comment
https://forums.phpfreaks.com/topic/87932-solved-what-n-tarnation-is-n/
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.