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 #E

[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, plea

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

2011-09-20 Thread Tommy Pham
On Tue, Sep 20, 2011 at 5:00 AM, Bastien wrote: > > > On 2011-09-20, at 12:05 AM, Tommy Pham 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/regi

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 wan

Re: RES: RES: [PHP] Installing PHP

2011-09-20 Thread Curtis Maurand
You've got a configuration issue.  You'll need to add a 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 wrote: > Yes,

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 doesn’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: [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

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: Assunto: Re: [PHP] Installing PHP

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

Re: [PHP] Installing PHP

2011-09-20 Thread Bastien
On 2011-09-19, at 5:32 PM, "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

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

2011-09-20 Thread Bastien
On 2011-09-20, at 12:05 AM, Tommy Pham 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 > side) development

[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

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

2011-09-20 Thread Richard Quadling
On 19 September 2011 22:08, Tedd Sperling 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 Development Cer

Re: [PHP] Installing extensions

2011-09-20 Thread Tommy Pham
On Tue, Sep 20, 2011 at 12:43 AM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown 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 t

Re: [PHP] Installing extensions

2011-09-20 Thread tamouse mailing lists
On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown 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 (http://www.php.net/) To unsu