ajax - creating custom pages with jquery php -


There are 3 tabs at the top of my page. I.e

Home | Profile | +

Now I think the user (+) can create his own custom page when clicking on the icon / button ... !! How can I do this in a way:

1: How can I get a php AJAX

2: User enters the page name; AJAX is requested on a PHP script
3: PHP script creates a page in the DB with submitted title.
4: with Ajax response; You can redirect the user to the newly created page and edit it.

There may be many solutions to it.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -