mysql_affected_rows() usage
Posted on
16th Feb 2014 07:03 pm by
admin
Possibly a MySQL issue, but the function that is not behaving in the anticipated way is a PHP function.
Seems as though mysql_affected_rows() is not returning the desired number so I can move into my if statement.
This is just a snippet. Let me know if more code might be needed to diagnose.
Code: <?php
dbconnect();
$sql = "INSERT INTO `registration` (`id`, `the_date`, `first_name`, `last_name`, `email`, `phone`, `street_address`, `city`, `state`, `zip`, `emergency_contact`, `emergency_phone`, `high_school`, `test_score`, `major_interest`, `gpa`, `activity1`, `activity2`, `activity3`, `activity4`, `recruitment`, `recruitment_explain`, `travel`, `language`, `language_years`, `rotc`, `interests`, `accommodations`, `pay`) VALUES (NULL, '{$the_date}', '{$first_name}', '{$last_name}', '{$email}', '{$phone}', '{$street_address}', '{$city}', '{$state}', '{$zip}', '{$emergency_contact}', '{$emergency_phone}', '{$high_school}', '{$test_score}', '{$major_interest}', '{$gpa}', '{$activity1}', '{$activity2}', '{$activity3}', '{$activity4}', '{$recruitment}', '{$recruitment_explain}', '{$travel}', '{$language}', '{$language_years}', '{$rotc}', '{$interests}', '{$accommodations}', 'N')";
$result = mysql_query($sql) OR DIE ('//INSERT error<br />Please report this to the site admin <a href="/contact/index.php">here</a>.<br /><br />'.mysql_error());
if (mysql_affected_rows($result)==1)
{
//send email
?>
No comments posted yet
Your Answer:
Login to answer
279
36
Other forums
search function
HI guys,
if anyone could point us in the right direction of how to do this, or provide some t
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
Displaying image from database
Hi,
I've got a site where that's got a database behind it. Currently it has loads of items in
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
Sql and php order list script problems
Hi im having a few problems with trying to get the coding right on a orders list ive done (or trying
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav
Windows 7
Windows 7 default user account control worries experts. Corporate IT departments should be pleased w
a function to check directory depth
I'm working on a php script to upload files in to a set directory.
the user can select to upload
DataTable Help Required
Hi all I am creating an app that utilises and MS Access back end and queries it quite a bit at vario
Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in