- Home /
Question by
tiffany811205 · Aug 13, 2014 at 12:30 PM ·
c#wwwmysqlphp
Is it possible to let a variable in c# to get the value of a variable in php.
Hi,
I have written a php and c# to get the data from my database, and it works . But I have a question. is it possible to set some variables in C# to get the values(rows) from my database not just prints the data all in php?
For an example, I have two variables in C#(called "name" and "score") ,and I have written SQL "SELECT u_name
, u_score
FROM table" in php. How to let "name" get the value of u_name and let "score" get the value of u_score?
Comment
Your answer
Follow this Question
Related Questions
C # Does not recognize characters after space 2 Answers
Problem using WWW with PHP and MYSQL 3 Answers
Retrieving data from a WWW php call? 1 Answer
About renting the host for the game 1 Answer
Unity - MySQL data loss 0 Answers