answersLogoWhite

0

Process is the same as if creating any other php script, but on top of it, you need to integrate authentization system (so you can login as administrator).

Best way of implementation is using $_SESSION to store needed information during the session (e.g. $_SESSION['logged']=true, $_SESSION['id'], etc.).

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Insert date on web page?

Using PHP: <?php echo date("d/m/y"); ?>


Why do we use Php?

PHP is an Open Source Scripting Language. We can create Web Pages and Web Applications using PHP.


How do you create a web mail script using PHP?

You can use phpMailer() Or, you can use mail() PHP function to send emails via PHP script.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


Is there any way to call a PHP script in HTML?

PHP is a server side language, so cannot run within the browser as HTML does. You can however make a call to the PHP page within your HTML (using a form button or anchor link for example), and using Ajax (javascript) make the HTML show the response of the PHP program. The user will not know that the server side PHP program has been executed, as when using Ajax the browser does not load a new page.


How do I get rid of PHP in Charter's home page?

Open the PHP script and delete the PHP from it.


What is the full name of PHP?

PHP=> Personal Home Page


How do you make a blog using PHP and MySQL?

You can create blog in php. In fact, many blogs on the internet created using php. There are many readymade blogs which you can install on your own server. Or, if you wish, you can create your own blog application. Simply, blog is a dynamic website (users can add, delete, update content) and PHP was designed for creation of dynamic websites.


Why is PHP used?

PHP is used to create dynamic websites, this is a step up from HTML as it allows you to do much more than creating static websites. Using a language such as PHP also gives you access to using databases with your website such as MySQL.


How do you pass table values from one page to another using HTML?

You cant you have to use php or javascript.


What PHP stands for?

PHP is a original acronym for "Personal Home Page".


How do you create a DIV type file using PHP?

A file with the DIV file extension is a DivX Movie file, it cannot be created with PHP. PHP is a web programming language for web site building.