Just starting to learn PHP...never dealt with code before. I'm going through all the screencasts on Themeforest which I'm finding easy to understand. Does anyone know how I can show parsing errors in Google Chrome...I would find that useful. Also can anyone recommend a good editor...using Komodo Edit at the moment.
thanks
Just starting
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Just starting
You can show errors in the browser by turning on show errors in the php.ini file (or in the script). See the manual.
There is an editors thread here that has people's favorite editors. Check the most recent posts.
There is an editors thread here that has people's favorite editors. Check the most recent posts.
(#10850)
Re: Just starting
Thanks Christopher. Not sure there is a php.ini...I'm using MAMP. What manual are you referring to? I'll check the editors thread when I find it..thanks.
-
josegilham
- Forum Newbie
- Posts: 2
- Joined: Wed Nov 30, 2011 5:02 pm
Re: Just starting
Thanks for the post.
Re: Just starting
P.S. anyone know why these topics aren't accessible in the PHP Starter Pack - Fundamental PHP Know-How section - I just get the message 'You are not authorised to read this forum.'
Mac users may find that they don't have a php.ini to edit. See these forum topics:
viewtopic.php?t=11017
viewtopic.php?t=3916.
Mac users may find that they don't have a php.ini to edit. See these forum topics:
viewtopic.php?t=11017
viewtopic.php?t=3916.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Just starting
There should be somewhere.davetee wrote:Not sure there is a php.ini...I'm using MAMP
http://www.php.net/manual/en/index.phpdavetee wrote:What manual are you referring to?
(#10850)
- php3ch0
- Forum Contributor
- Posts: 212
- Joined: Sun Nov 13, 2005 7:35 am
- Location: Folkestone, Kent, UK
Re: Just starting
I belive it is in the Apps/MAMP/conf/php5 folder