⟩ Write a program using while loop?
$my_qry = mysql_query("SELECT * FROM `users` WHERE `u_id`='1'; ");
while($result = mysql_fetch_array($my_qry))
{
echo $result['First_name'.]."
";
}
$my_qry = mysql_query("SELECT * FROM `users` WHERE `u_id`='1'; ");
while($result = mysql_fetch_array($my_qry))
{
echo $result['First_name'.]."
";
}
Why we need SOA?
What are SOA governance functions?
What is SOA governance?
Do you know challenges faced in SOA adoption?
Explain benefits of Service-Oriented Architecture?
Explain business Benefits of Service-Oriented Architecture?
Do you know what is Service-Oriented Architecture?
How to print sum of two number without using main function?
If there are multiple elements in the same document. How do sign the elements plus the order in which the elements appeared in the document?
Explain What will be the output of the expression 11^5?