0
votes
Looking for News and Podcast CMS
Give Drupal a shot, there's thousands of modules available and I'm sure there's a could that can be installed to create the functionality you're a …
1
vote
What’s the best way to keep a PHP script running as a daemon?
I've had success with running a wget and sending the result to /dev/null on a shared server.
…
0
votes
Generating (pseudo)random alpha-numeric strings
Use the ASCII table to pick a range of letters, where the: $range_start , $range_end is a value from the decimal column in the ASCII table. …
6
votes
Any PHP editors supporting 5.3 syntax?
Some threads that have been addressed by the various PHP IDE developers regarding the status of 5.3 syntax support:
PHPEclipse: …
-1
votes
PHP: running scheduled jobs (cron jobs)
http://stackoverflow.com/questions/38596/whats-the-best-way-to-keep-a-php-script-runni …
0
votes
Installing PHP, Apache 2.2.10 on Windows Vista
The only problem I have installing PHP and Apache on Vista is that you need to make sure that when you edit the httpd.conf that you are editing it as an admin, otherwise the file is saved in compat …
1
vote
xampp 1.7.2 ? how do i swap out PHP 5.3 for PHP 5.2 so i can use joomla
Stop your Apache server from running.
Download the most recent version of XAMPP that contains a release of PHP 5.2.* from the SourceForge site linked at the apachefriends website. …
