Click here to Skip to main content
15,888,461 members

Comments by Kislay Raj (Top 32 by date)

Kislay Raj 6-Jul-13 8:57am View    
hi you should use phpmyadmin create database and go to import tab then here you should have to upload your file. before that you should have get back from your current database.
Kislay Raj 6-Jul-13 8:53am View    
are you trying to send data from other domain which is not register in your ebs a/c
Kislay Raj 15-Jun-13 2:42am View    
yup you should create the modules or update if you have any
Kislay Raj 23-Jan-13 14:15pm View    
mean what you have all names are unique, each have unique salary value it's not monthly or any other period you have describe so they will give the values what you have entered if you want to get all sum value of salary you can use Sum

SELECT SUM(salary) FROM test

if you want to sum in php then set a variable like
$a=0;
before while and in while loop use
$a+=$row['salary'];
Kislay Raj 18-Jan-13 7:22am View    
make it more clear so that i can answer you. what do you want mean to say do call both from same php file? or in same function where do you want to send both data mean from php file to that via ajax or other i am waiting for your reply