Tagged Questions

0
votes
1answer
48 views

PHP ARRAY SORTING

How can i sort an array in reverse using 2 keys. Ex. I have 3 Fields / array namely, EmpId, NoOfLate, TotalNoOfLate, i want to rank the employee by NoOfLate and TotalNoOfLate.
1
vote
1answer
23 views

HELP multi 2d array with structure, problem width getting recursive variable output

I’m working on a multi dimensions array but i have a problem Imagine I have a company that can order some furniture’s Fx 5 chair of different type’s width different standard pric …
-1
votes
0answers
80 views

Inserting return value of mysqli_fetch_array($result) into an array.

//connect to database server $link = mysqli_connect('localhost', 'root', 'password'); if (!$link) { $output = "Could not connect to database server."; include 'output.php';//PHP te …