Anyway, I have a question for all you PHP developers. Is there a way to use php.exe to validate PHP offline? If so, that would be really cool, as I don't always have access to the internet. Thanks.
PHP offline validation?
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
PHP offline validation?
I had forgotten my password, AND my username. I had to scroll through the memberlist to find out who I even was.
Anyway, I have a question for all you PHP developers. Is there a way to use php.exe to validate PHP offline? If so, that would be really cool, as I don't always have access to the internet. Thanks.
Anyway, I have a question for all you PHP developers. Is there a way to use php.exe to validate PHP offline? If so, that would be really cool, as I don't always have access to the internet. Thanks.
Code: Select all
php --helpYeah, set up apache and php (perhaps mysql, too) on your local machine.
Then you can develop offline.
Then you can develop offline.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Thanks, Mordred, and everyone else. Just got a local server finished up today.
I just found some info on it from akamarketing.com. Really easy to follow. Thanks again!