MySQL Forums
Forum List  »  PHP

Re: PHP noob. Creating Login.php
Posted by: Peter Brawley
Date: August 17, 2016 01:37PM

Is your server set up to server PHP pages? Does it correctly run a file like this?

<?php
phpinfo();
?>

Does df_employee.php have correct php tags?

Are you using a code editor that can test-compile your PHP code or can call PHP to do so? If not, get NotePad++ (Windows) or NotePadqq (*Nix), install the NppExec plugin, and configure it to test-compile PHP.

Options: ReplyQuote


Subject
Written By
Posted
D F
August 17, 2016 01:01PM
Re: PHP noob. Creating Login.php
August 17, 2016 01:37PM
D F
August 17, 2016 03:23PM
D F
August 17, 2016 09:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.