[PHP-WIN] Re: php 4.1 / xitami on a Win2k computer

2002-02-02 Thread B Thomas
"Wolfgang Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > > I am running Xitami together with PHP 4.1 and mySQL on a Win2k > computer for locally testing websites ... everything seems to work > fine, except for a bit of a strange thing I

[PHP-WIN] Apache variables

2002-02-02 Thread B Thomas
Hi. Any ideas why Apache variables no longer parse in PHP anymore? Returns: nothing. PHP 4.0.6 Apache 1.3.20 *frowns* -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] installing and running php

2002-02-02 Thread alain samoun
There is not much we can do to help you if you do not give us more information, like: PHP version, the script that you are running, the error message you get etc... A+ Alain -Original Message- From: brian [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 3:55 PM To: [EMAIL PRO

[PHP-WIN] RE: [PHP-DEV] Re: Securite problem

2002-02-02 Thread James Cox
Hi, this isn't a problem for [EMAIL PROTECTED], as that's the developers list. You will find most help on [EMAIL PROTECTED] or php-windows. Thanks, james cox > -Original Message- > From: Roebie [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 03, 2002 1:20 AM > To: [EMAIL PROTECTED]

[PHP-WIN] Re: Securite problem

2002-02-02 Thread Roebie
I have tried absolute paths but that does not solve the problem. Unlike the filename extension suggests I am using php4. The problem seems to be the password protection. When the three files are in the same directory (be it protected or unprotected) everything works fine. When index.php3 is in on

[PHP-WIN] Securite problem

2002-02-02 Thread Roebie
Dear all, I have a index.php3 file in a password protected directory (on Windows) which calls two other files with require_once("../code/anolislib2.php3"); require_once("../code/pageslib1.php3"); These two files are in another (not protected) directory. When I try to open index.php3 with I

php-windows Digest 3 Feb 2002 00:03:42 -0000 Issue 982

2002-02-02 Thread php-windows-digest-help
php-windows Digest 3 Feb 2002 00:03:42 - Issue 982 Topics (messages 11793 through 11802): PHP and JavaScript 11793 by: Craig Morrison 11799 by: Craig Morrison Re: DLL problems 11794 by: DL Neil HOT! - PHP4.1.x - Step by Step Installation manual 11795 by: An

[PHP-WIN] installing and running php

2002-02-02 Thread brian
Hello everyone, A small question: I have installed Apache (that works) I have installed php 4 and it gives the text of the scriptfile(phpinfo.php) on the screen of IE I have changed the conf. in the apache conf map. I have changed the php.ini in the win map But made a misstake somewhere. -- P

[PHP-WIN] Re: Why parse error?

2002-02-02 Thread LaserJetter
Shouldn't &line = mysql_fetch_row(&result); read $line = mysql_fetch_row(&result); ?? If its not this then check for missing off the final } on an if statement-gets me quite often! LJ "Andrew Ziem" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I a

[PHP-WIN] page not found errors

2002-02-02 Thread Hayden Searle
Hi there I am trying to pun PHP4 under the Win32 install of Apache and am going through the tutorial on the PHP site. Every time I try to look at the page it says Page not found. and yet it is there. Also if I click on the page in Win Explorer it dosent work as it says it should. Am I just stupi

Re: [PHP-WIN] PHP and JavaScript

2002-02-02 Thread Craig Morrison
I figured out how to do what I wanted to do. document.write the var to a hidden field in a form.. Thanks to everyone who sent messages off the list! :-) Craig Morrison wrote: > > Say I do this in JavaScript: > > var name = prompt("Please enter your name:", "Name"); > > How do I access 'nam

[PHP-WIN] Why parse error?

2002-02-02 Thread Andrew Ziem
Hi, I am trying to retreive stored data, and I can't figure out why I receive this PHP error--even after reading PHP documentation and looking at examples-- "Parse error: parse error in c:\vol\php\e.php on line 10" The following is my simplified code: -- Andy Ziem Is Jesus Your Ans

Re: [PHP-WIN] Why parse error in mysql command?

2002-02-02 Thread Andy Ziem
The error is on the line "$result = mysql_query("SELECT * FROM names WHERE id=$id");" I have checked many things and can't figure out the error. MySQL is running. The database exists. The table names is valid. $id is defined as 1. Thanks, Andy Quoting Mike Flynn <[EMAIL PROTECTED]>: >

[PHP-WIN] Why parse error in mysql command?

2002-02-02 Thread Andy Ziem
Hi, I am trying to retreive stored data, and I can't figure out why I receive this PHP error--even after reading PHP documentation and looking at examples-- "Parse error: parse error in c:\vol\php\e.php on line 10" The following is my simplified code: -- Andy Ziem Is Jesus Your Ans

[PHP-WIN] HOT! - PHP4.1.x - Step by Step Installation manual

2002-02-02 Thread Andre Amaral
Hi all. Here is my first attempt to make easy Step by Step installation manual for PHP4.1.x on Windows 2000 based systems running IIS5 using CGI or ISAPI. Here is the link that will ake a lot of people happy. :) http://www.experttek.com/php/installation.php Fell free to contact me. Contact info a

Re: [PHP-WIN] DLL problems

2002-02-02 Thread DL Neil
Hi Dave, > I'm using win 98, php 4.04, and apache 1.3.19. Have had no problems > executing simple scripts, including some with mySql access. > HVR, when I uncomment any of the php dll's in the php.ini file I get the > following message (one for each dll): > "unable to load dynamic library 'c:\w

[PHP-WIN] PHP and JavaScript

2002-02-02 Thread Craig Morrison
Say I do this in JavaScript: var name = prompt("Please enter your name:", "Name"); How do I access 'name' in PHP or can I? -- Craig Morrison http://www.mtsprofessional.com/ A Win32 Email server that works for you. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-ma

php-windows Digest 2 Feb 2002 11:36:37 -0000 Issue 981

2002-02-02 Thread php-windows-digest-help
php-windows Digest 2 Feb 2002 11:36:37 - Issue 981 Topics (messages 11776 through 11792): Compiling PHP code 11776 by: Nicole Amashta 11779 by: Shrock, Court 11791 by: John Lim Event Viewer Entries 11777 by: Gary Pullis Re: Plot Graphs by PHP... 117

[PHP-WIN] PHP latest version / Oracle Support

2002-02-02 Thread webfolks
Hi, Does PHP's latest version support Oracle 9i database? Please do let me know. Also send me the links which provide information about setting up PHP to access Oracle database. Thanks and Regards Rohit