Topic: can I save my default.php in....

can I successfully save my default.php in notepad (editor)? or is there a specific editor for php recommended? because when I open it with my localhost, I get funny characters in the left corner of my page.

Vote up Vote down

Re: can I save my default.php in....

Yes you can use Notepad, I always use it for PHP.

Save the file as default.php and when you want to open it, right click and "open with" Notepad.

After editing, just "Save" and make sure it hasn't been saved as default.php.txt.

Vote up Vote down

Re: can I save my default.php in....

For your sanity's sake, I'd suggest working with a free text editor such as Notepad++ or PSPad -- they'll have useful features like tabs and color highlighting that will make your life easier.

As Wickham said though, Notepad works too -- just follow his instructions.

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down

Re: can I save my default.php in....

Check out the bottom section of my alternative editor page, a PHP supporting editor is always better as code colors help you spot mistakes.

Vote up Vote down