[PHP-WIN] RE: basic sessions...

2003-03-07 Thread Uttam
*use $HTTP_SESSION_VARS [] instead of $_SESSION[] * Upgraded to 4.2.2 or later, i also had difficulty running sessions on 4.1.1 regds, -Original Message- From: venu gopal [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 19:00 To: [EMAIL PROTECTED] Subject: basic sessions... I am

[PHP-WIN] Re: PHP and DB2 on AS400

2003-03-07 Thread Alejandro Trujillo J.
I never do that, but, you can do it with the ODBC that is supported in Windows PHP version, that is my idea for you. -- Alejandro Trujillo J. Cube Systems LTDA. web : csltda.com Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP Windows Mailing List (http://www.php.

Re: [PHP-WIN] Develope a Windows PHP Extension.

2003-03-07 Thread Frank M. Kromann
Downloading and installing bison and flex is one thing, but if you have CygWin and Visual Studio installed I have a breif instruction on my web site (http://kromann.info/php4.php). The CVS version of PHP also includes a small wrapper script for ext skel. This will allow you to create a new extensi

[PHP-WIN] cgi error when instantiating a com application

2003-03-07 Thread Rowan Hick
Hi All, If anyone could shed light on this I would be well appreciative. Under IIS 5.1, XP Pro, PHP 4.3.0 and PHP 4.3.1 whenever I instantiate a com object ie: $myobj = new com ("ixsso.query") or die ("blah..") I get a windows error message, although the script does execute up until the com obj

php-windows Digest 7 Mar 2003 21:44:54 -0000 Issue 1623

2003-03-07 Thread php-windows-digest-help
php-windows Digest 7 Mar 2003 21:44:54 - Issue 1623 Topics (messages 18889 through 18909): Re: I am having probles getting apache to work with php 18889 by: Thomas basic sessions... 18890 by: venu gopal 18891 by: Rich Gray 18895 by: Radovan Radic 1889

[PHP-WIN] PHP and DB2 on AS400

2003-03-07 Thread Sridhar Moparthy
Hi, Is it possible to access(run SQL queries on) DB2 database in AS400 from PHP on Windows/Unix? If so, how? Could you please advise some positive and negative ( if any) to work with DB2 and PHP? Thank You in Advance, Sridhar Moparthy

[PHP-WIN] Re: Not rhetorical: Why upgrade php when current version is working fine?

2003-03-07 Thread Christoph Grottolo
[EMAIL PROTECTED] (Jim Beach) wrote: >For the past 3 months I've been learning PHP using 4.06, Apache 1.3.20, >MySQL 3.23, all running smoothly on Win98. I downloaded a package >containing these versions configured to run on windows, so admittedly I >didn't have much configuring to do on my own.

[PHP-WIN] Re: Recursive function within a class

2003-03-07 Thread Thomas Smart
im not sure if i understand your question completely but u can call a function in a class like so classname::functionname($vars); "Olafsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello > > I´ve a small problem. I´ve created a class with serveal functions but when > I try t

[PHP-WIN] Re: Im almost there just a little more help

2003-03-07 Thread Thomas Smart
remove all the //'s to start with \n"; echo "newname = '" . $newname . "';\n"; echo "\n"; } ?> "Stephen K Knight" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Below is all of my code. The first is my html page that calls my php page. > I do not know php well enough to edit t

[PHP-WIN] Re: Not rhetorical: Why upgrade php when current version is working fine?

2003-03-07 Thread John Lim
Hi I think any version of PHP 4.0.6 is ok, provided you close all known security holes. I believe there are a few, you should check php.net for more info. Regards, John "Jim Beach" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I imagine there are some people with opinions on this l

[PHP-WIN] Recursive function within a class

2003-03-07 Thread Olafsson
Hello I´ve a small problem. I´ve created a class with serveal functions but when I try to make a recursive function within the class it generates an error Fatal error: Call to undefined function: getforum() in C:\riddarinn\clsForum.php on line 55 Isn´t it possible to make a recursive functions

[PHP-WIN] 405 - Method Not Allowed

2003-03-07 Thread Chris Morris
I am running the latest version of PHP on Windows 2000 Server & the latest version of Apache. I have a PHP script that is used to process a POST request. Simple enough, right? Well, whenever thsi script is called, I get a 405 Method Not Allowed error. The script is in a folder off of the "htdoc

[PHP-WIN] [PHP4]: Can anyone share an LDAP authentication script!!

2003-03-07 Thread Shaffin Bhanji
** PRIVATE ** Hello, I am new to PHP and was wondering if anyone can share an LDAP authentication script. I need a user to fill in a Username and Password and need to check if the user exists in an LDAP database. If the user exists let him/her proceed, else show the login screen again with the us

[PHP-WIN] Im almost there just a little more help

2003-03-07 Thread Stephen K Knight
Below is all of my code. The first is my html page that calls my php page. I do not know php well enough to edit the code to make this work. I need the image to go to a folder called "logos" on my C drive. The actual path is: C:\Program Files\Apache Group\Apache2\htdocs\logos Could someone plea

[PHP-WIN] serial interface

2003-03-07 Thread Simon Bauer
Hello! I have problems if i want to communicate with my serial interface. someone told me to try with the COM functions, but i didn't find any examples in the internet. i hope someone can help me! thanks simon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] Not rhetorical: Why upgrade php when current version is working fine?

2003-03-07 Thread Beach, Jim
I imagine there are some people with opinions on this list so I'd really appreciate some commentary and philosophy on this subject if you want. Deride me if you must. For the past 3 months I've been learning PHP using 4.06, Apache 1.3.20, MySQL 3.23, all running smoothly on Win98. I downloaded

[PHP-WIN] Develope a Windows PHP Extension.

2003-03-07 Thread Brian 'Bex' Huff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The FIRST thing to do is make sure that you can compile PHP from scratch on Windows: http://www.php.net/manual/en/install.windows.php#install.windows.build The info on how to write your own extension to PHP is also online: http://www.php.net/manual/e

[PHP-WIN] basic sessions...

2003-03-07 Thread Stephen Edmonds
> - Original Message - > From: "Radovan Radic" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 07, 2003 2:40 PM > Subject: Re: [PHP-WIN] basic sessions... > > > > > > > > You need a session_start() on every page that needs to examine/update > > > $_SESSION[] ... > > > >

RE: [PHP-WIN] basic sessions...

2003-03-07 Thread Jill . Ramonsky
I don't know the answer to this, but one thought that springs to mind is maybe it's considered "rude" to send cookies to people if you don't actually need them. I'm only guessing. Don't take this as definitive. Cheers, Jill -Original Message- From: Radovan Radic [mailto:[EMAIL PROTECTE

Re: [PHP-WIN] basic sessions...

2003-03-07 Thread Radovan Radic
> > You need a session_start() on every page that needs to examine/update > $_SESSION[] ... > > Rich BTW, why is autostart_session default to off in php.ini ? Does it mean it is not good that session autostarts on every page? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

RE: [PHP-WIN] MySQL Table Locks

2003-03-07 Thread Rich Gray
> Anyone any idea how to check whether a table is locked? In > particular I use > FLUSH TABLES WITH READ LOCK before backup starts and want to know whether > this has happened. > > Thanks in advance, > > . : Fran Thomas Fran I don't believe there is any method to show the lock status of a table -

FW: [PHP-WIN] MySQL Table Locks

2003-03-07 Thread fran . thomas
Anyone any idea how to check whether a table is locked? In particular I use FLUSH TABLES WITH READ LOCK before backup starts and want to know whether this has happened. Thanks in advance, . : Fran Thomas Internet communications are not secure and therefore the Barclays Group does not accept lega

RE: [PHP-WIN] WIN 2000 ACCESS VIOLATION PROBLEMS

2003-03-07 Thread Jill . Ramonsky
OK, no need to shout. It's okay to speak in lower case, you know. We _can_ hear you. Jill -Original Message- From: Daniel Masson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] WIN 2000 ACCESS VIOLATION PROBLEMS RECENTLY I INS

RE: [PHP-WIN] basic sessions...

2003-03-07 Thread Rich Gray
> I am developing an intranet website using > programming tool - php 4.1.1 running as a module, > HTML, Javascript. > webserver - apache 1.3.x. > browser - Internet Explorer 5.0 / Netscape 6.2 > platform - Windows 2000. > > I am having problems with sessions. i am not able to > understand what's >

[PHP-WIN] basic sessions...

2003-03-07 Thread venu gopal
I am developing an intranet website using programming tool - php 4.1.1 running as a module, HTML, Javascript. webserver - apache 1.3.x. browser - Internet Explorer 5.0 / Netscape 6.2 platform - Windows 2000. I am having problems with sessions. i am not able to understand what's wrong with follo

[PHP-WIN] Re: I am having probles getting apache to work with php

2003-03-07 Thread Thomas
dont use Windows ME "Stephen K Knight" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am currently running on a Windows Box the OS is ME > I have installed apache 2.0.44 and I have downloaded the newest PHP download > for windows. > I have read the configuration manual repeate

php-windows Digest 7 Mar 2003 08:35:46 -0000 Issue 1622

2003-03-07 Thread php-windows-digest-help
php-windows Digest 7 Mar 2003 08:35:46 - Issue 1622 Topics (messages 18878 through 1): Re: The page cannot be displayed 18878 by: Thomas Re: com_load_typelib() 18879 by: Sven Schnitzke Good graphic engine 18880 by: Matt Babineau question about mail 1888

[PHP-WIN] Re: I am try to upload an image to a folder on my web server

2003-03-07 Thread J.Veenhuijsen
move_uploaded_file(); Jochem Stephen K Knight wrote: I am trying to upload an image to my webserver. This is the PHP page that is called from my html page. I am trying to upload the image to my folder called "logos" the direct link would be: C:\Program Files\Apache Group\Apache2\htdocs\logos