PHP is a widely-used general-purpose scripting language that is especially suited for Web development. The current version is 5.3.3, released on July 22, 2010.
27
votes
6answers
28k views
How do I rename a file to .htaccess in Windows 7?
I'm using XAMPP to test a PHP script. Now, in the root of the folder I want to place a .htaccess file according to the requirements of the script.
But Windows won't let me rename it to .htaccess. Is ...
2
votes
10answers
10k views
How can I automatically take a screenshot of a website at a specified time? [closed]
I need to take a screenshot of a website automatically at a time specified by me. Ideally it would not be using my computer since it's not guaranteed to be on at the specified time.
Is there some ...
31
votes
3answers
35k views
How to install an updated version of PEAR / PHPUnit on Ubuntu?
Most tutorials online show how to install PEAR by doing this:
sudo apt-get install php-pear
This installs version 1.6.1. It works great because it's super easy! My problem is that I want to install ...
1
vote
3answers
2k views
GUI for Apache/PHP on a Mac
Recently installed Snow Leopard on my Mac Mini. Something screwed up my Apache/PHP installation and it's now looking at a different library as localhost. The PHP installation also reset some of my ...
6
votes
13answers
2k views
What is the best Apache, PHP setup for a Mac developer?
I'm a Web Developer who has just made the switch over to Mac. Despite all that I know and love about the Windows environment I find myself in a new mysterious place.
My question: what is the best ...
0
votes
2answers
255 views
file upload system [closed]
Does anyone know of the file upload system which I can use for my application which is either open source or can be purchased?
I need to be able to upload file/s to the web server and send out email ...
2
votes
1answer
556 views
Self hosted drop.io clone?
Anyone have any pointers to some LAMP-based code to get the functionality of drop.io (send large files) on a self hosted site?
1
vote
4answers
7k views
Why does PHP throw “Segmentation fault (11)” after “mysql_connect”, or upon “mysql_close”?
I have Ubuntu-9.04 and am using XAMPP-1.7.2 to develop a web application. The problem is that when I try to view a PHP file I wrote by visiting localhost/folder/file.php, Firefox offers me to download ...
1
vote
2answers
363 views
Making MCRYPT working with PHP
I installed the mcrypt library, but for some reason Apache disregards it. The files are in place, reinstalling invokes messages that newest version is already installed.
Any ideas?
0
votes
1answer
1k views
Settings to send email from localhost for PHP code in Windows Vista [duplicate]
Possible Duplicate:
Settings to send an email from localhost for PHP code in Windows Vista
I am using PHP 5 and Apache to do some programming. My code can correctly send emails on the live ...
0
votes
3answers
3k views
Settings to send an email from localhost for PHP code in Windows Vista
I am using PHP 5 and Apache to do programming. My code can correctly send emails on the server, but on my own development machine I cannot send emails. There is clearly nothing wrong with my code, so ...
0
votes
1answer
3k views
Uploading PHP files with FileZilla in binary mode sometimes result in error
This is related to the issue where downloading files in Filezilla results in \r\n\n newlines. The answer suggests downloading then in binary, which works. However, there is a problem uploading which ...
16
votes
6answers
8k views
How do I easily highlight the syntax of PHP code in Word?
How do I easily write and syntax hightlight PHP (or any other language really) code in a Word 2009 document?
0
votes
1answer
657 views
Firefox randomly begins to open tabs like crazy
Sometimes, when I'm browsing a random site, suddenly a 0 byte PHP file will be downloaded out of nowhere and Firefox (3.5.2) will start opening it in multiple tabs really quickly, so that I have to ...
2
votes
1answer
1k views
Windows XP - 'New' Context Menu Items
I am attempting to create new items in this context menu.
Some file extensions cannot be added. I have tried both the TweakUI method and the manual registry editing method but both seem to yield ...
4
votes
6answers
5k views
Install multiple PHP environments on OS X Snow Leopard
I just upgraded my MBP to Snow Leopard (OS X 10.6), which took PHP to 5.3
This is great, except I use my MBP as my development machine and I use a lot of PHP libs and frameworks (namely CakePHP 1.2) ...
0
votes
1answer
3k views
Installing PHP5.3 on Windows Vista x64 with IIS7
I have successfully installed PHP5.3 but cannot seem to get it to work on IIS7. I have followed the tutorial on iis.net ...
0
votes
2answers
2k views
Mac OS X bash: uninstall all apache and PHP occurences
How do I find all installed apache and PHP occurences on a Mac OS X system in bash and uninstall them?
My motivation:
I've managed to install multiple apache and PHP packages (I believe it's called ...
16
votes
5answers
6k views
Is there any *good* HTML-mode for emacs?
I love emacs,
and I want to do my web-programming work in it,
but I can't find a way to get it to edit HTML properly.
I mean it's seriously awful.
It will do HTML fine, but not PHP, javascript, ...
1
vote
3answers
2k views
What is a good FTP web interface to use at home?
I run a dedicated FTP server.. I currently use Rumpus, which has a simple web interface, so anyone can upload and download easily, but I am looking for alternative software - a simple PHP/AJAX ...