Hi,
im making a calender in php/mysql. The calender will be used to see which classrom that are available.
The calender contains 30 days at the time, but one ”problem” is that I have to make 30 mysql querries, one for each day.
How can I make this easier?
And one more thing. The mysql querry is selecting the text where date = the date in the mysql row, but if the classrom should be unavailable for more than one day, I have to insert one row for each day. How can I use From date – To date ?
And another problem, not about the calender.
I have made a webside that uses $http_get_vars[] but this is not working when I write A+ Hardware, then the result will be A Hardware. How can I use the + in the url ?
Thanks!