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
Odd or Even 
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
admin with my register system? 
Hey i wana make it so i can make a admin level on my register system , I'm kinda new to php to im no
Will this protect from mysql injection? 
I do not want anything like DROP TABLE to work or any type of coding.. 
Heres my code.. is it
Newb advice 
Hi all,
I'm a flash front end designer and I've taken on a project that needs some back end p
Table Control 
Hi Guru's,
I've created a Module pool program, which contains the Table Control.
problem in pagination when processing with selectbox form 
Hi,
I have a search form, with select boxes, if am selecting the value from the form, it work
php/mysql auto logout after 2 hour and reset password 
Hi all, 
This I hope will make sense. I've the following code which when a user logins in, cr
Creating XML with php 
I need to creat an XML with php and have successfully produced a valid output. 
The problem I hav
please, need help coding this voting for your favorite car polling system. 
hi, my code needs a lot of work, but i want to be able to let users vote on their favorite car, upda
Problem with coding MySQL query 
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun