Jump to content

new data problem


MarcusZ

Recommended Posts

Please help I'm quite new to this. I don't get an error message. but when I run a test the database on myphpadmin doesn't recieve the new data. I've checked that the connection is right.

 

mysql_select_db("smsinfo", $con);

$sql = "INSERT INTO `smsinfo`.`history` (
`time` ,
`number` ,
`sms` ,
`price` ,
`smssent`
)
VALUES (NOW(),$nr,$sms,$tariff,1";

mysql_query( $sql, $con);

$affected = mysql_affected_rows($con);


mysql_close($con);


echo 'Vi har nu tagit emot ditt SMS! ' . $affected . '!';

Link to comment
Share on other sites

Thank you for your reply.

However, the problem remains. I still don't manage to save the data to the db.

I'm very new to this, so the problem might be that I have done a wrong/bad setup or something.

 

This file is published on my filehost, and it should be contacted by another sever with data, which should be passed on and saved to myphpadmin.com. Am I missing something? Is that all I need to do? I havn't installed anything.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.