Hi. Im new to the mailing list so sorry if this broad question seems very
noobish. I am running a windows server 2003 beta and recently installed php
and ofcourse it's not working. Is there any new changes that need to be
made when installing php on 2003 server? I did the manual install but I am
Having problems installing php.
Have installed the binary version from www.entropy.ch. I have changed the httpd.conf
file to uncomment the load and add module, and added the addtype bit. However it still
doesn't work, when i try i get:
Warning: Failed opening '/Library/WebServer/Documents/tes
hello
i have install php 4.3.2
typo3 work not with php4.3.2 and now i installed php4.2.1
this php version breaks the connection server to client
how can i php4.3.2 downgraden or parallel to install??
gives a importantly file what i'm manuell deletet??
mfg
jens
--
PHP Install Mailing List (
hello
i have install php 4.3.2
typo3 work not with php4.3.2 and now i installed php4.2.1
this php version breaks the connection server to client
how can i php4.3.2 downgraden or parallel to install??
gives a importantly file what i'm manuell deletet??
mfg
jens
--
PHP Install Mailing List (htt
HI,
I am currently running apache 2 on my XP box and i am having trouble getting PHP to
work properly. I have read all of the message boards and FAQ's but i didn't see
anything like this. Everytime i try to open up a simle script that i made in my
browser, a box pops up that says 'save' 'open' '
ED]>
> Newsgroups: php.install
> To: "Bud Roble" <[EMAIL PROTECTED]>
> Cc: "Installation Helplist (PHP)"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, June 03, 2003 4:07 AM
> Subject: Re: [PHP-INST] Help for PHP Newbie!
>
>
> > Sounds like your
.html
>
> Would first look for an "index.php" file, and if it was not found, then
> search for an "index.html"
>
> Good Luck
>
> Stephen
>
> - Original Message -
> From: "Bud Roble" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTEC
1. I get this error when trying to run php from a command line.
PHP Warning: Unknown(): Unable to load dynamic library
'N:\php\extensions\msql.dll' - The specified module could not be found.
in Unknown on line 0
2. I get this error trying to pull data from and ftp server:
Warning: file(ft
Apple G4 using osx 10.2.6
Last part of my shell...
Generating files
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/php-config
creating sapi/cli/php.1
creating main/php_config.h
As far as I know, your PHP built must simply be configured with imap
support.
- Original Message -
From: "anna stewart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 9:39 PM
Subject: [PHP-INST] help imap.so
> how do i load the
how do i load the imap extension? i'm tried every thing from reinstalling to saying
"please work you stupid computer". please help me!
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
See installation log file...
Any ideas are greatly appreciated.
_/_/_/_/_/_/_/_/_/_/_/
Anhhuy Ha
IT Consultant
Academic Services
[EMAIL PROTECTED]
(408) 924-2597
_/_/_/_/_/_/_/_/_/_/--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
install
To: "Bud Roble" <[EMAIL PROTECTED]>
Cc: "Installation Helplist (PHP)"
<[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 4:07 AM
Subject: Re: [PHP-INST] Help for PHP Newbie!
> Sounds like your Apache is not correctly set to pass
php files. Heres how it
>
IL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 6:23 AM
Subject: [PHP-INST] Help for PHP Newbie!
> I've installed PHP 4.3.2 with Apache 1.3 and believe I've followed all the
> configuring instructions to the letter.I create the phpinfo.php script
>
I've installed PHP 4.3.2 with Apache 1.3 and believe I've followed all the
configuring instructions to the letter.I create the phpinfo.php script
file for testing and placed it in the C:/program files/apache
group/apache/htdocs folder for testing.When I type localhost/phpinfo.php
in my brow
yes
'./configure' '--with-apxs=/etc/httpd/bin/apxs'
'--with-mysql=/usr/local/mysql-max'
'--with-openssl=/usr/local/ssl'
'--with-curl=/usr/local/sources/curl-7.10.3' '--with-curlwrappers'
or
# php -m
[PHP Modules]
ctype
curl
mysql
openssl
overload
pcre
posix
session
standard
tokenizer
xml
What is your PHP configure line? Did you compile PHP with openssl
support?
--
Jim
>>> Kalin Mintchev <[EMAIL PROTECTED]> 03/26/03 08:17PM >>>
hi,
i have a problem getting fopen to work over https...
here is a real example:
$fp = fopen ("http://store.el.net/index.html";, "r");
while (!feof(
hi,
i have a problem getting fopen to work over https...
here is a real example:
$fp = fopen ("http://store.el.net/index.html";, "r");
while (!feof($fp)) {
echo fgets ($fp,4096);
}
this works fine...
if you try it with https you'll get an error - file not found from php
if you try t
Check to make sure that the path to PERL (shown in the first line of
apxs) is correct.
--
Jim
>>> "Bob Boeninger" <[EMAIL PROTECTED]> 03/15/03 06:29PM >>>
Hello,
Didn't see either of these two problems I'm having building PHP
4.3.1
with Apache 1.3.27 on Solaris 2.8:
I've tried two recomm
Hello,
Didn't see either of these two problems I'm having building PHP 4.3.1
with Apache 1.3.27 on Solaris 2.8:
I've tried two recommended ways of building Apache with PHP:
...
5. cd apache_xxx
6. ./configure --prefix=/www --enable-module=so
7. make
8. make install
9. cd ../php-xx
Just to let you know, I went back to the previous version of php and
uploads are still twice the size. I am going to go back a version of
apache and I bet it will work, Ill update soon.
Ron
On Thu, 2003-03-13 at 12:20, Jim Thome wrote:
> Because you compiled it as a DSO.
>
> Recompile and drop t
Because you compiled it as a DSO.
Recompile and drop the --with-apxs2 switch, and you will have your
executable.
[make distclean first]
--
Jim
>>> Ronald Petty <[EMAIL PROTECTED]> 03/13/03 11:15AM >>>
File uploads are broken in 4.3.2 and I want to go back to 4.2.3.
I deleted all the php/pear
File uploads are broken in 4.3.2 and I want to go back to 4.2.3.
I deleted all the php/pear files in /usr/local/bin and
/usr/local/lib/php
and removed my libphp4.so in /modules
but when I reinstalled there is no php executable now, and no errors.
The libphp4 seems to work, but that is it.
Any
e.dll"
> line in my Apache config file.
>
> Regards,
> Sharat Hegde
> Phone: 6575800 Ext 4610
> Direct: 6566615
>
>
> -Original Message-
> From: Patrick LOK [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 1:20 PM
> To: [EMAIL PROTECTED]
&
: Rich Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 11:55 PM
To: Jip Kongruengkit; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
> Hi all,
>
> I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000
> Server, and
atrick LOK [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 1:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact
config/setup w/ yours except loading sapi! Mine is work
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact config/setup w/
yours except loading sapi! Mine is working fine!
FYI, SAPI won't work on W2K; so the last 2 inserts are meaningless (you may remove
them).
DId you 'Restart' Apache?
./pl
"
Title: RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
Sorry all, I forgot to mention these steps:
In Apache's config file (httpd.conf), I did the following:
- inserted ScriptAlias /php/ "c:/php/"
- inserted AddType application/x-httpd-php .php
- inserted Action
> Hi all,
>
> I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000
> Server, and I've
> created a test file with just , but when I
> tried to view
> that file via my browser, I got a blank screen. And when I did 'view
> source' in the browser, I was able to see the source code of the
> P
Hi all,
I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000 Server, and I've
created a test file with just , but when I tried to view
that file via my browser, I got a blank screen. And when I did 'view
source' in the browser, I was able to see the source code of the PHP script.
According
Hi all,
I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000 Server, and I've
created a test file with just , but when I tried to view
that file via my browser, I got a blank screen. And when I did 'view
source' in the browser, I was able to see the source code of the PHP script.
According
Hello,
I get the following error when I do a 'make'.
I did my ./configure --with-mysql --with-apxs=/usr/local/sbin/apxs
I'm running FreeBSD-Release 4.7
byacc -p zend -v -d /usr/home/ladd/temp/php-4.3.1/Zend/zend_language_parser.y
-o Zend/zend_language_parser.c
usage: yacc [-dlrtv] [-b file_pr
> -Original Message-
> From: Skip Evans [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 09, 2003 8:51 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Help running phpMyAdmin with php 4
>
> I just installed phpMyAdmin on my FreeBSD box running Apache
> and
Hi all,
I just installed phpMyAdmin on my FreeBSD box running Apache and PHP 4.2.3.
When I load the page I get a page not found error, or when I load the page
index.php3 directly using the whole URL the code displays but does not
process.
I imagine this is an issue running php3 with php4 installe
gt;
To: <[EMAIL PROTECTED]>
Sent: Friday, February 07, 2003 7:34 AM
Subject: [PHP-INST] HELP!!! a problem of configure php with apache on
windows xp
> Dear all,
>
> I have a hard time to configure php-4.3.0-win32 with apache 1.3 on windows
> xp. Before I tried on windows xp,
Dear all,
I have a hard time to configure php-4.3.0-win32 with apache 1.3 on windows
xp. Before I tried on windows xp, I suceeded in my first try on windows
2000 (another machie) by following php install.txt. In my effort on windows
xp machine, apache server came with ORACLE 9i database which I
Hello
I have apache2 running with module support. (enable-module=so at
config)
I also have the latest mysql running.
This is on a Mandrake 9.x box
I am trying to get php compiled and installed, but it keeps barfing at
the config step.
I have been RTFM and searching the FAQs to no avail. I nee
Hi, I got a problem with my server windows and mysql.
I've installed on disk E:, because there is more space than in C:
When reboot, start automatically "winmysqladmin" and I see a little a red
light down on the right of screen.
The dbase don't start, also if I click on this light to strat the ser
Hi folks,
I have the following environment:
Solaris 9
Oracle 9.0.2 (64 bits)
Apache 1.3.26
php-4.3.0
I need to compile php with Oracle 9i support. The apache already running.
Could you help me?
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Yeah, I'm sure I have two different versions compiled, the one working
> as a module is the one that fails. Regarding hp_mssql.dll, isn't that
> necessary only for Windows? I'm running everything on a Linux server.
Yes, that one is only for Windo
Hello,
I don't use MSSQL so I could be wrong. Anyway, let me try ;)
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Hope someone can help me with this.
> I need to connect to a MS SQL database but my attemps fail once and
> again.
> This is the error message I get when try to c
Hi there,
Hope someone can help me with this.
I need to connect to a MS SQL database but my attemps fail once and again.
This is the error message I get when try to connect:
Fatal error: Call to undefined function: mssql_connect() in
/var/www/htdocs/DB_conn.php on line 8
The script is very sim
hi ppl
i am using apache on redhat linux.
i am making a script of change password in qmail.
for that reason i am using system and exec command to execute that command
/home/vpopmail/bin/vadduser and vpasswd
and that files has 755 permission with vpopmail user and vchkpw Group.
when i use exec func
Im migrating from php 4.2.1 to 4.3.0 (rh 7.2).
I've written my own php template extension.
Compilation runs normally (with 3 warning messages on lines where
php_fopen_wrapper function is used).
But when i try starting apache i get error message:
Cannot load /usr/local/apache/libexec/libphp4.
I am running using php with apache and curl on a redhat machine.
All the installs are very recent with recent versions.
Processing of .phtml from the html directory is working great except:
I am getting perm denied with fopen for a directory that is set to 666
for permissions, and owned by the sam
okay-
i have apache and a server root that i want all set up. (port 80)
i also have g6 bulletproof ftp (port 21)
mail server (84, 25, 110)
now, im setting up PHP423
i downloaded it from the website, unpacked the files into c:/program
files/web/PHP423/php4win/
now i made a file into php.ini by rena
Still having a problem as follows:
I am still getting error messages related to
this line in the httpd.conf:
"AddModule php4_module /usr/lib/apache/libphp4.so"
or
"LoadModule php4_module /usr/lib/apache/libphp4.so"
Both return error messages indicating that either Apache
cannot Load or Add th
I also have the following in my httpd.conf file
LoadModule php4_modulelibexec/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
DirectoryIndex index.html index.htm index.shtml i
I am running the following:
Red Hat 7.3 Kernel 2.4.18-3
Apache 1.3.27
MySQL 3.23.53a rpm binary
PHP 4.2.3
Apache is running fine and serving up web pages.
When I run the PHP test page, it indicates PHP is not running.
The httpd.conf file has this line in Section2:
AddType application/x-httpd-php
Hello to everybody!!! I am writing to this list to ask you
for help in installing Apache + Php in a Red Hat 8.0. I
have installed the Apache and the php modules that comes
in the CD, but at the time I try to see a .php in my
browser I only see the code. I've been working with other
versions of
MAIL PROTECTED]>
Sent: Monday, November 18, 2002 9:22 PM
Subject: [PHP-INST] Help, getting nothing from $_GET
I've installed PHP and it is working except for parameters in the
URL. I'm aware of the register globals change and am trying to use
$_GET to read parameters pas
Aha, found the problem. I had:
variables_order = "ES"
in my php.ini file. This was recommended in a book i had as a security
precaution. It was apparently written before the changes to the
register globals default.
Thanks for the help!
On Monday, November 18, 2002, at 01:22 PM, Robert Du
I cut and pasted this code onto my machine and realized that you've got
some bogus hidden characters in there. Don't know if that's your issue
or not, but once I cleared them out it worked fine for me.
-Steve
On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote:
{{
--
PHP Instal
I've installed PHP and it is working except for parameters in the
URL. I'm aware of the register globals change and am trying to use
$_GET to read parameters passed in the url (i.e.
http://localhost/~me/test.php?myvar=2). I also noticed that if I
register a session, the session url paramete
Hi,
've got a problem with installing php4 on my
computer
I tried to install it under
(Mandrake).
I send you also a "debug.log" file, which was
created during the installation.
'Hope to hear from you soon.
Best wishes,
Pawel.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscr
Hi,
've got a problem with installing php4 on my
computer
I tried to install it under
(Mandrake).
I send you also a "debug.log" file, which was
created during the installation.
'Hope to hear from you soon.
Best wishes,
Pawel.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscr
Using PHP 4.2.3 on IIS 5.1 for XP and have Website Systems Version 5.05
(e107 v5.05) in root folder of IIS.
Checked ISUR_Computername Security and it is set for read and execute in
php folder, and php.ini, also did php.exe -I in dos and everything is
fine.
Keep getting error when I try to go to p
Well, I worked with PHP 4.1.x and Apache 2.0.x, on Windows 2000 Professional. I got a
web aplication developed on this plataform,
but all with PHP as a GCI. Now I want to work with PHP as "Apache Module", I tried all
the instruction in "install.txt", but my Apache2 webwerver doesn't start.
The t
Here is attached my
httpd.conf file. Whenever I run the Apache service it says "The requested
operation has failed". When I comment out the
LoadModule
php4_module C:\php\sapi\php4apache.dll
It works like a
charm. Of course no PHP. What am I doing wrong. The documentation was not very
g
It may be that you used register globals off on the old server but on new
versions of php ?page=links is $_GET[page]
-
Hiya.
I have just installed php and apache again after formatting our server
running windowsXP
I have the latest apache and latest php
I install them and ok, looks
Hiya.
I have just installed php and apache again after formatting our server running
windowsXP
I have the latest apache and latest php
I install them and ok, looks as if its working works etc...
But things like forums and pages that have: index.php?page=Links format don't work
You can download a precompiled DSO for Linux at www.pdflib.com (for dl()
functionality) or build from source. If building from source, zlib is all that's
required (jpeg is built in).
~Jim
>>> "Cameron Thorne" <[EMAIL PROTECTED]> 09/11/02 16:41 PM >>>
First some background. I have two "server
First some background. I have two "servers":
1) Windows XP with Apache 1.3.26 and PHP 4.2.2
2) GNU/Linux with Apache 1.3.26 and PHP 4.2.3 compiled in statically
Both are working well, but I now want to add PDFlib support to both servers.
On the win32 machine it was as easy as uncommentin
I search for file mod_php4.c and it is not on my hard drive. Is this file
come with PHP4 or Apache 1.3?
My Apache test run just fine, and PHP CGI run just fine. I am trying to
switch PHP CGI to module when I encountered this problem. Thanks for any
help
--
PHP Install Mailing List (http:/
I am wondering if anybody has any idea what I shoul do. When I post
data from a form, the variables does not make it through to my php
script. When I use GET. I do see the NAME/VALUE pair being appended to
the url yet I am not able to access the variables. And no, I am not
using the wrong var
I am having problems on a new install of PHP and Apache
Win2k, Php 4.2.2, apache 1.3.26
1) Install apache. Then browse to 127.0.0.1 and get the apache screen
2) unzip php and copy to c:/php
3) install.txt
a) dlls are all in the /php directory with php.exe (did not copy to
windows/syste
Hi everybody!
I cannot install php4.2.2 as a module on apache2.0.40 server
althought i had put 2 lines :
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml .php3
in httpd.conf
after then, read error log file receive notice is:
Syntax error o
hello
Afflicted for my English I am French
I am a hebergor and I would like to know
how not to be made pirate with php
I have test with open_basedir = "."
that does not function
thank you in advance
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
Hello - First time post, I have been working on the server side of php for
about 6 hours today and 7 hours yesterday trying to get it installed. I have
been searching for an answer for this problem, but have found none. I have
had several issues, the newest of which is a 'HTTP 500 - Internal serve
thnx jeff
but im still stuck .
i ve a billion variables ..
how do i change em ALL . :'( .
aint there an easyer way
n no dream weaver pleez .
it fills up my code with s much of junk that da poor script refuses to
run :S
sighing .
toby .
_
cc: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subjec
jeff pal
theres jst this peky lil rpoblem
i ve it turned ON
n my site on which ive been workin since feb is supposed to b UP lata
THIS week :'( ..
aab kya karoon ?
what shall i do now :'( ??
lost ..
toby ..
___
cc: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] help with a
simple php script!
daniel
locate ur php.ini file (should b in ur windows folder)
then look for register globals
turn it ON ! ! ! !
good luck
toby .
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
PHP Install
Hi I wonder if someone can help me. I don't know what is wrong with my
php files but they don't seem to pass variables using the post method.
here is the source of the file with the entry form:
:::
New member entry screen
New member entry s
Hi,
I am running Apache WebServer version 2.0.39 on Windows 2000.
I have install PHP 4.2.2 as a server module for Apache.
I have been using the install.txt that came with php-4.2.2-Win32.zip that refers to
Apache 1.3.x.
After stoping the Apache I did this...
The lines that I have inclued o
I am now hung up in the PHP compile in the build of the PHP module that links to
HTTPServerit fails to compile; it seems like there is contention between PHP's
php.h and HTTPServer/Apache's ap_config.h...please see the attachment for the
problem. Can anyone help here?
Background:
Hi !
I am trying to install php-4.0.3pl1 with apache.
I failed at step:
./configure --with-mysql
--with-apxs=/PATH TO/www/bin/apxs
I have apache server 1.3.26 installed at /PATH TO/www
Following is the debug.log file contents:
--
CONFIGURE: './configure' '--w
Hi all,
Anyone has an idea on this? I'm trying to use php on a Solaris 9 sparc with
gcc 3.1 and apache 1.3.22.
Syntax error on line 236 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
/usr/apache/bin/httpd: fatal: relocation error: file
/usr/apache/
hi david
try 3 things
first try to include ur server name in the path
like http:\\localhost\shaggy\info.php
shaggy is ur servername exmpl
second try to save ur "info.php" like this ... inside quotes
3rd
check if ur apache is running while u try to load ur page
control pann
OK, I'm running Windows 98, PHP version 4.2.1, and I'm
trying to run PHP as a server module. I did everything
all of those install things told me
to do.
Here's the problem: I start up Apache and access my localhost.
I used index.html, but that's not the problem. I created
a file called info.php
; To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Help!!!
>
>
> Hi, I installed apache with support of php as i found om the online
> manual at php.net.
> I created a simple php file named hello.php
>
>
>
> PHP Test Page
>
>
> "; ?>
>
>
&g
Hi, I installed apache with support of php as i found om the online
manual at php.net.
I created a simple php file named hello.php
PHP Test Page
"; ?>
and i the file in my htdocs directory i restarted apache and when i'm
trying to access the page http://localhost/hello.php as a result
My name is David Schilling. I had a programmer in the Ukraine write me a
quote generating system for my business. He wrote the app using .php to
generate the quotes. He also installed all the apache components for my
server and everything worked great for many months.
Recently, my hard disk on
Does anyone know of a tutorial on how to setup, FreeBSD 4.6 +
MySQLserver 2.23 + PHP 4.2.1 + Apache 2, correctly.
they will all be on the same server for now. Any thing will help.
Thanx in advance.
Rolando
I had to revert my web server back to apache 1.3. I really would like to
run apache 2.0, a exploit was just found in 1.3, not sure what it does
exactly but I don't wanna be a part of it. Anyways, I had to revert
because --with-apache does not work in 2.0, and --with-apxs2 would give me
errors du
Hi,
How have the PHP 4.2.1 in system Windows or WinNT and manager IIS?
I like know, if working good the library php_oci8.dll.
Thank you...
Frank.-
I set up Apache and PHP4 following the instructions that I was given... but
when I try to save my files as filename.php for example... it calls them
filename.php.txt I can't understand this... and I cannot open any of these
files then on my computer, they just come up on Notepad.
--
PHP Inst
[confirm: 21102f55a4ea767c739382fab64df762 [EMAIL PROTECTED]]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I installed both Apache and PHP to my computer and followed all the
instructions it told me... but when I go to save a file as eg. file.php
It saves it as eg. file.php.txtI really want to learn php and it is
really got me stumped :-/
Any help would be appreciated
:0) Elise
--
PHP Inst
Thank you Chris!!
-Ragnar
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ragnar,
>
> I have pasted your script into my /var/www/html directory and I agree
> that the browser is blank. View Source shows the source. I assume that
> you have not s
Ragnar,
I have pasted your script into my /var/www/html directory and I agree
that the browser is blank. View Source shows the source. I assume that
you have not set httpd.conf to parse ".html" files with php but to
assume it is pure html. This is why the output is not seen. I used the
filena
I have tested php on apache server and on IIS in XP pro.
None of the above have been succesful. The following example does not work,
the "Hi, I'm a PHP script" does not appear in the browser:
Example
There is NO errormessage, but the browser remains blank.
Im using iis 5.1 and the lates
I just installed Red Hat 7.3 with Apache and PHP. I ran a simple script
to test the imap_open function and it doesn't work when using the values
for my server.
http://www.gym.itesm.mx/imap.php
However, if the mailbox I request to open is on another server, it does work.
The strange thing is
I have a dir with a page in html:
test.html =>
when i call this file to the server it's not procesed, ok.
But when i put in this dir a .htaccess file to change the include_path of
php the html file are procesed by the php core, my htaccess file look like
that:
php_value include_path ".:/usr/l
Hello everyone,
First, since I was hoping not to get a barrage of e-mails regarding PHP
just quite yet I have decided not to subscribe to the list. So if you
would please, cc me on your reply. My e-mail is [EMAIL PROTECTED]
Thanks in advance.
I'm still a PHP newbie. However, my problem warran
I just upgraded php 4.0.6 (RH RPM) to PHP 4.2
I am running Apache 2.0.35
And I am getting something Weird going on.
When I goto one Website on the server. Php seems to work.
But when I goto another website. Then it it shows the php code.
So I decided to put a php test page "" saved as index.ph
I am trying to compile and run the tutorial, from the php documentation, on extending
php.
I am currently working in SunOS v5.7 with gcc version 2.95 19990728. I am running PHP
4.2.0 statically in Apache 1.3.24
I have copied the first_module.c file and I can compile it with the following c
Hi everyone.
I have been trying to upgrade from PHP3 to the latest stable release of PHP,
with no luck!
The documentation says that I need mod_so.c enabled in apache.
Can anyone please tell me how to do this. I have search all over,and can not
find any information on how to enable this!
Current Sy
When installing PHP 4.1.1 with MHASH and MCRYPT on Sun Solaris 7, I keep
getting the following error:
configure: error: Please reinstall libmhash - I cannot find mhash.h
Due to concurrency issues, I am trying to build these in a non-standard
location, and have rebuilt them a few times The mhash
1 - 100 of 210 matches
Mail list logo