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.
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
Post a Comment