Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Q: Portable PHP
Submitted By: quality26, 307 days, 5 hours and 53 minutes ago
I would love to take my windows laptop out to a field, and write PHP code there. Problem is, no way to view the written code.
Assuming all the files are local, is there a way to view a PHP page on a Windows laptop?
Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
1
0
WAMP
Submitted By: enisoc ( 296 days, 9 hours, 42 minutes ago )
1) Install Apache for Windows
http://httpd.apache.org/download.cgi
2) Install PHP for Windows as an Apache module
http://www.php.net/downloads.php
3) Install MySQL for Windows if needed
http://dev.mysql.com/downloads/mysql/5.0.html
4) Set up a test installation of whatever you're developing
5) Access it through http://localhost
6) Profit!!!
http://httpd.apache.org/download.cgi
2) Install PHP for Windows as an Apache module
http://www.php.net/downloads.php
3) Install MySQL for Windows if needed
http://dev.mysql.com/downloads/mysql/5.0.html
4) Set up a test installation of whatever you're developing
5) Access it through http://localhost
6) Profit!!!