hi everyone...

I'm newbie in php.... currently doing my class project (simple tennis court reservation)....
kindly please guide me how to do and please provide some sample.... thanks alot...:)

Recommended Answers

All 3 Replies

are you using database any??????

Here is what I suggest (Might Sound Complicated):
Create a SQL database with a table that has a seat name, number, and section, etc. and then a value if the seat is filled. Then have php create a table and fill the empty seats with a bgcolor of red (#FF0000). The empty seats will link to a reservation program that will edit the MySQL table. You might want to ask your teacher for help if this assignment seems hard. I can also help (but i can't provide code!!!). Good Luck :D

You can use mysql , check sample program on how to access mysql database using PHP in w3schools.com.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.