Jump to content

This is causing a wierd problem...?


gergy008

Recommended Posts

$sql="INSERT INTO `payload`(`name`, `desc`, `salt`, `cat`) VALUES($filename, $filedesc, $filesalt, $filecat);";
$run=mysql_query($sql, $link) or die(mysql_error());

 

This code is stopping PHP loading. Anythin in the script before these lines still won't run. IF I comment these line out, The code before these lines will run.

 

Can anyone hlp?

Link to comment
https://forums.phpfreaks.com/topic/205791-this-is-causing-a-wierd-problem/
Share on other sites

Do you know for a fact that the php mysql extension is loaded on your server? Are you doing this on a server with error_reporting set to E_ALL and display_errors set to ON so that all the php errors would be reported and displayed?

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.