php - How to do a calendar appoinment scheduler on website? -


What is the best way to calendars on my website for client scheduling? Do I basically call the hard code a php app Or is there something better that I can do? any idea? Thank you.

If you want to keep the calendar in PHP, then you can try a solution that is already created. If you want to do something in the browser, there are other options like dotpickers on something like jQuery on front-end.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -