php-general Digest 21 Sep 2011 00:03:34 -0000 Issue 7488

2011-09-20 Thread php-general-digest-help
php-general Digest 21 Sep 2011 00:03:34 - Issue 7488 Topics (messages 314956 through 314966): Installing PHP 314956 by: Mateus Almeida 314958 by: Bastien 314959 by: Lester Caine 314960 by: Mateus Almeida 314961 by: Lester Caine 314962 by:

Re: [PHP] Installing extensions

2011-09-20 Thread tamouse mailing lists
On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown danbr...@php.net wrote:    You have to add the extensions to your php.ini file, Yeah, did that, still not working. and - if using them on the web - remember to restart Apache. Using lighty and fastcgi. -- PHP General Mailing List

Re: [PHP] PHP installations, usage, and popularity

2011-09-20 Thread Richard Quadling
On 19 September 2011 22:08, Tedd Sperling tedd.sperl...@gmail.com wrote: Hi gang: I need information to convince administrators in management that PHP is a viable subject that should be taught in college with credits going toward a Degree or Certification. You see, I am pushing for a Web

[PHP] Installing PHP

2011-09-20 Thread Mateus Almeida
Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message Not Found The requested URL /php/php-cgi.exe/test.php was not found on this server. OR (when I try to change some options) Forbidden You don't have permission to

Re: [PHP] PHP installations, usage, and popularity

2011-09-20 Thread Bastien
On 2011-09-20, at 12:05 AM, Tommy Pham tommy...@gmail.com wrote: ASP? Not ASP.NET? Wow... I haven't any new sites deployed in ASP in almost 10 years. IIRC, ASP is nothing more but bunch of spaghetti codes and no OOP. That's why attendance/registration is so low. Only main web (server

Re: [PHP] Installing PHP

2011-09-20 Thread Bastien
On 2011-09-19, at 5:32 PM, Mateus Almeida supor...@avanutri.com.br wrote: Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message Not Found The requested URL /php/php-cgi.exe/test.php was not found on this

Re: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
Mateus Almeida wrote: Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message Not Found The requested URL /php/php-cgi.exe/test.php was not found on this server. OR (when I try to change some options) Forbidden You

RES: [PHP] Installing PHP

2011-09-20 Thread Mateus Almeida
Yes, I've put the test.php in the htdocs. The server works with an html file, but it doesn’t work with the php. -Mensagem original- De: Bastien [mailto:phps...@gmail.com] Enviada em: terça-feira, 20 de setembro de 2011 09:04 Para: Mateus Almeida Cc: php-general@lists.php.net Assunto: Re:

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
Mateus Almeida wrote: Yes, I've put the test.php in the htdocs. The server works with an html file, but it doesn’t work with the php. Mateus There are only tow things which need adding to httpd.conf to get PHP working. LoadModule should point to your php installation LoadModule php5_module

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Curtis Maurand
try http://localhost/test.php Mateus Almeida wrote: Yes, I've put the test.php in the htdocs. The server works with an html file, but it doesnrsquo;t work with the php. -Mensagem original- De: Bastien [mailto:phps...@gmail.com] Enviada em: terça-feira, 20 de setembro de 2011

Re: RES: RES: [PHP] Installing PHP

2011-09-20 Thread Curtis Maurand
You've got a configuration issue.  You'll need to add a directory directive to execute CGI scripts to the httpd.conf or whereever the equivelent file is.  Normally, I would tell you to download and install xampp which will give you a working setup out of the box. --Curtis Mateus Almeida

Re: [PHP] PHP installations, usage, and popularity

2011-09-20 Thread Tim Thorburn
On 9/19/2011 5:08 PM, Tedd Sperling wrote: As such, I need information regarding how wide-spread PHP is (i.e., number of installations), who's using it (i.e., companies, organizations), and how it compares with other Web Languages (i.e., ASP, Ruby, etc.). Since it's a school, you might also

Re: [PHP] PHP installations, usage, and popularity

2011-09-20 Thread Tommy Pham
On Tue, Sep 20, 2011 at 5:00 AM, Bastien phps...@gmail.com wrote: On 2011-09-20, at 12:05 AM, Tommy Pham tommy...@gmail.com wrote: ASP? Not ASP.NET? Wow... I haven't any new sites deployed in ASP in almost 10 years. IIRC, ASP is nothing more but bunch of spaghetti codes and no OOP.

[PHP] PHP Ad or Image Rotator Script

2011-09-20 Thread Kim Briggs
Hi List, This is a bit of an advertisement, I know, but I'm truly pleased with my new PHP script and I want to share it with the list (I do not sell any products on my website). http://kimbriggs.com/computers/computer-software/php-ad-image-rotator-script.file Any questions or improvements,

RES: [PHP] Installing PHP

2011-09-20 Thread Alejandro Michelin Salomon (Hotmail)
Mateus: Para configurar o php no apache : 1) Adicionar estas linhas no httpd.conf Troca D:\PHP\ pelos dados da tua instalação. #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir D:\PHP\ LoadModule php5_module D:\PHP\php5apache2_2.dll AddHandler application/x-httpd-php .php #END