|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello,
I just extracted PHP installation package and configure the OS. But how to verify that the PHP has installed properly? Thank you, fasisi |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
fasisi wrote:
> Hello, > > I just extracted PHP installation package and configure the OS. But > how to verify that the PHP has installed properly? > > Thank you, > > fasisi > And give people a chance to respond. We're volunteers here. If you haven't gotten a response in 24 hours, you can "bump" the message to call it to attention. But you don't need to repeat it after less than 30 minutes. Get too pushy and people will stop answering at all. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Feb 13, 5:18am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> fasisi wrote: > > Hello, > > > I just extracted PHP installation package and configure the OS. But > > how to verify that the PHP has installed properly? > > > Thank you, > > > fasisi > > And give people a chance to respond. We're volunteers here. If you > haven't gotten a response in 24 hours, you can "bump" the message to > call it to attention. > > But you don't need to repeat it after less than 30 minutes. Get too > pushy and people will stop answering at all. > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > JDS Computer Training Corp. > jstuck...@attglobal.net > ================== just make a simple info.php document <? phpinfo(); ?> these codes will tell you if it works or not... salamzzz.. hakan |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
hakangulerce@gmail.com says...
> just make a simple info.php document > > <? > phpinfo(); > ?> > > > these codes will tell you if it works or not... .... if your installation has short_open_tag enabled (A Bad Thing IMHO), otherwise try <?php phpinfo(); ?> GM |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Feb 13, 10:18 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> fasisi wrote: > > Hello, > > > I just extracted PHP installation package and configure the OS. But > > how to verify that the PHP has installed properly? > > > Thank you, > > > fasisi > > And give people a chance to respond. We're volunteers here. If you > haven't gotten a response in 24 hours, you can "bump" the message to > call it to attention. > > But you don't need to repeat it after less than 30 minutes. Get too > pushy and people will stop answering at all. > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > JDS Computer Training Corp. > jstuck...@attglobal.net > ================== Hello, it was browsing problem. I think the message didn't send properly, so I send the same again. I didn't mean to push. Anyway, I solved the problem before I read your reply. The problem was, I merged the wrong registry file. The first time I use the registry file to make the PHP as CGI. Then I use the second register file to make the PHP as ISAPI. I don't know what CGI or ISAPI means but the change made the script work. I tried the phpinfo() function and I can see long information about PHP. But, what CGI andn ISAPI means? Sincerely, fasisi |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On Feb 14, 2:28am, fasisi <Frans.Indroy...@gmail.com> wrote:
> On Feb 13, 10:18 am, Jerry Stuckle <jstuck...@attglobal.net> wrote: > > > > > > > fasisi wrote: > > > Hello, > > > > I just extracted PHP installation package and configure the OS. But > > > how to verify that the PHP has installed properly? > > > > Thank you, > > > > fasisi > > > And give people a chance to respond. We're volunteers here. If you > > haven't gotten a response in 24 hours, you can "bump" the message to > > call it to attention. > > > But you don't need to repeat it after less than 30 minutes. Get too > > pushy and people will stop answering at all. > > > -- > > ================== > > Remove the "x" from my email address > > Jerry Stuckle > > JDS Computer Training Corp. > > jstuck...@attglobal.net > > ================== > > Hello, > > it was browsing problem. I think the message didn't send properly, so > I send the same again. > I didn't mean to push. > > Anyway, I solved the problem before I read your reply. The problem > was, I merged the wrong registry file. The first time I use the > registry file to make the PHP as CGI. Then I use the second register > file to make the PHP as ISAPI. I don't know what CGI or ISAPI means > but the change made the script work. > > I tried the phpinfo() function and I can see long information about > PHP. > > But, what CGI andn ISAPI means? > > Sincerely, > > fasisi- Hide quoted text - > > - Show quoted text - CGI stands for Common Gateway Interface, and is considered the old way to pass information from the web server to the PHP engine. ASAPI stands for Internet Server Application Program Interface, and is the correct way to pass information from IIS to PHP on Windows. There are some instances where you might still need to use CGI, but that won't effect you, so you can ingore the CGI file. Rob. |
|
![]() |
| Outils de la discussion | |
|
|