Need php code to save php notes tasks calendar contacts

Asked By 0 points N/A Posted on -
qa-featured

Hello everyone. I've a website. I need to add some features where users can save or compile php notes tasks calendar contacts etc. I need some php codes for this purpose. You can also guide me how can I write the code.

SHARE
Answered By 0 points N/A #176901

Need php code to save php notes tasks calendar contacts

qa-featured

Hi Friday,

It will be quite difficult and messy to write and properly maintain the PHP scripts for calendar, contacts and notes yourself. But there are a lot of precompiled scripts available over the internet that you can download and use with your website.

A simple example you can find here.

But if, you want a script that can handle calendar, notes and contacts together through one set of code, you are strongly recommended to try this one here. The prerequisites for using this are –

  • A server that is running PHP.
  • MySQL as database.

I hope you like it.

Related Questions