PHP5 - Apache2 - XPSP2
New to PHP.
I have done everything I think I need to do to get PHP5 working.
I can link to and execute file.php scripts just fine, but scripts imbedded
with in html files are not parsed/executed.
I must have missed something really simple - but I can't find it.
Any ideas?
I'm trying to do a script which write and read to/from COM1.
All works fine when something is connected on COM1, but when I
disconnect the rs232 cable or it fails, the script try to do fgets and
never stop.
set_mode command works, write command works, but fgets don't say that
nothing is connect
Thanks Matt. The Operating System on my machine is Windows 98SE. I saw
several versions of Apache when I searched online (
http://www.apache.org/dist/httpd/binaries/win32/ ) and I am sort of
confused. Which one would you recommend I download?
Georgio
""Matt Murphy"" <[EMAIL PROTECTED]> wrote in m
Hi Georgio,
The easiest way to do that is to install WAMP. You'll get all you need in
one easy to install package that includes php, apache and mysql.
http://www.wampserver.com/en/
Edin
- Original Message -
From: "Georgio" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 28, 2005 12:08 PM
Georgio,
Even if you do happen to get is partly running you will be plagued by many
errors because PHP 5 want true win32 all of the win 9x OS's will fail in
several of the modules. You should either upgrade to 2000/XP/2003 or go
back to PHP tree 4.
I will agree with Matt, you should not be using
Hello there,
I got to make a page where after a user login, he can download whatever
files he want (the available for his access level).
My question is where do I make the security access?
1 - On the server - Apache. It would be very difficult to create each user
access whenever a new user
First use an authorisation class to authenticate a user.
You'll find one @ www.phpclasses.org (search for auth or something like
that).
Then you can use the "Download file" class @ phpclasses.org
-->http://www.phpclasses.org/browse/package/699.html
Combine these 2 and you're set :)
Grtz
Rodrigo
Hi,
I'm using PHP 5.0.4 on Windows 2000 with IIS. Try as I might I can't get
an XSLT transformation to work. Here's my code, all I get when I run
collection.php is:
"loaded collection xml ok
loaded collection xsl ok
couldn't import the stylesheet"
Is is possible to get a detailed error return
Thank you very much. I am used to Linux where you have to add it in when
run ./configure. I would have never even tried to just enable it in the
php.ini file. I thought something had to be done before php was built.
Thanks again,
Aaron
--
PHP Windows Mailing List (http://www.php.net/)
To u
I am trying to enable extensions in PHP5 and integrate it with Apache2
web server on Windows XP, but I get the following error:
PHP Startup: Unable to load dynamic library 'E:\PHP\ext\php_mysql.dll' -
the specified module could not be found.
The php_mysql.dll file exists in E:\PHP\ext and the
Never mind I solved the problem. In my httpd.conf file for Apache, the
PhpIniDir needed a trailing \.
Alvin
Alvin Chin wrote:
I am trying to enable extensions in PHP5 and integrate it with Apache2
web server on Windows XP, but I get the following error:
PHP Startup: Unable to load dynamic l
if i have a dummy page with nothing but:
print error_reporting();
print $sUndefinedVariable;
i get:
2047
*Notice*: Undefined variable: sUndefinedVariable
as expected. but once i include my file that has everything else i need
(including adodb and a bunch of files ive developed) i do the same
I don't know if ADOdb does this or not, but it's possible that you have
a set_error_handler somewhere that is trying to handle your errors in a
way other than printing them to standard output.
Another possibility is that your included scripts have altered any of
the following php.ini entries:
I've been developing a php/mysql application on 2
different windows xp systems w/no trouble at all. As
soon as I tried to use myphpadmin on a a system with
AOL installed, its like someone put the freeze on it.
I've never seen it load and execute simple quiries so
slow. I've never been a fan of AOL
I have been trying to get this small bit of code to work using my dell photo
printer 720 (or any usb printer, for that matter):
The printer is initialized, and the job is spooled; however, before it
prints anything the print manager deletes the job! I have tries this on
several different comput
15 matches
Mail list logo