PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi this seems like a really nice community so I want to say hello
As you probably noticed I'm new to php and just learning.
Heres my qestion, how can I represent numbers in array like the least number or the greatest or the second least and so on. I need to sort some numbers from least to greatest but I can't use "sort()" Any suggestions.
create a temporary table, then insert every value, into... then select all numbers and orber by ASC or DESC, and use-it for what you need, then just delete the table...