Re: Newbie Question - do I have php installed
- From: ELINTPimp <smsiebe@xxxxxxxxx>
- Date: Fri, 31 Aug 2007 18:16:46 -0000
On Aug 31, 2:10 pm, Rabel <Ra...@xxxxxxxxxxxxxxxx> wrote:
I am a beginner to php and our database person told me that I would
have to run some commands on our linux vps before we have php
installed completely but I just did a phpinfo() test and everything
is coming up. But a ftp app that I am working on isnt showing anything
- just a white page. So I am not sure if the problem is somewhere else
or if its because php isnt installed completely. I also ran a
$_SERVER['HTTP_USER_AGENT']; script and that worked. So is there any
way for me to check to see if its completely uploaded?
Thanks,
Randy
if phpinfo() is working, then PHP is good. Your DB guy probably means
you might have to recompile PHP to get the db adapter working, but
that's a guess.
Make sure you have error reporting turned on, so you won't get a white
page if a fatal error occurs. Do this and hit refresh before going on
to my next comment:
You need to post some code for us to tell you what is wrong with it. =)
.
- Follow-Ups:
- Re: Newbie Question - do I have php installed
- From: Rabel
- Re: Newbie Question - do I have php installed
- References:
- Newbie Question - do I have php installed
- From: Rabel
- Newbie Question - do I have php installed
- Prev by Date: Re: Question about form classes
- Next by Date: Re: return multiple rows from sql statement
- Previous by thread: Newbie Question - do I have php installed
- Next by thread: Re: Newbie Question - do I have php installed
- Index(es):
Relevant Pages
|