[PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-19 Thread George Nicolae
you can use cookies. setcookie ("user", $value); setcookie ("psw", $value); //look in manual for more details u can set the cookie only the login and psw are corect and then in "some page" you do the follow: if (isset($user)&&isset($psw)) .../*verify again if are corect and "select the only Recor

RE: [PHP-WIN] Passing Logined in Name form One Form to other Page

2001-12-19 Thread Svensson, B.A.T. (HKG)
>From: Jack >Dear all >I had create the Login Page for the User to login before they >can open the WebPage. What i want to do is to: > >When the User had type the Username into the Inputbox, and click the submit >button, this Username will be memorized, and pass to other PHP Page.Then >when he g

[PHP-WIN] Passing Logined in Name form One Form to other Page

2001-12-19 Thread Jack
Dear all I had create the Login Page for the User to login before they can open the WebPage. What i want to do is to: When the User had type the Username into the Inputbox, and click the submit button, this Username will be memorized, and pass to other PHP Page.Then when he go to some page which

[PHP-WIN] Re: closing an ODBC connection to mysql

2001-12-19 Thread George Nicolae
you welcome. -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com "Ben" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > George > > Thank you. I didn't understand the meaning of the "void" pr

[PHP-WIN] Using ErrorDocument redirect in Apache

2001-12-19 Thread alain samoun
Little off topic but... I'm trying to customize error response (Apache style), so if the server gets a 404 error (File not found) it will redirect to, for example, a got404.php file script. I changed the httpd.conf of Apache adding the line: ErrorDocument 404 /got404.php But this doesn't seem to w

[PHP-WIN] Re: closing an ODBC connection to mysql

2001-12-19 Thread ben
George Thank you. I didn't understand the meaning of the "void" preceding the syntax in the statement. I should have looked this up, and have now. Thank you for pointing me in the right direction - much apreciated! Ben "George Nicolae" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news

php-windows Digest 19 Dec 2001 23:33:07 -0000 Issue 909

2001-12-19 Thread php-windows-digest-help
php-windows Digest 19 Dec 2001 23:33:07 - Issue 909 Topics (messages 11005 through 11026): PHP & Windows GURU 11005 by: Silverio Diquigiovanni How to force _top in header 11006 by: Patrick SILVA 11007 by: Mike Flynn 11009 by: Jonathan David Edwin Wright

[PHP-WIN] Apache 2.0.28 + PHP 4.1 CGI = Error 400 Bad Request

2001-12-19 Thread J Wynia
I'm working with Apache 2.0.28 and trying to get PHP 4.1 to run as CGI (I know the module is a longshot at this point). Using the standard lines to configure it in httpd.conf, I get Error 400 Bad Request errors on every PHP script I access directly through standard URL's ie http://localhost/phpinf

Re: [PHP-WIN] ISAPI and 4.1 on IIS 5.0

2001-12-19 Thread Alain Sayez
I have installed PHP4.1.0 and ISAPI on all of web sites (secure and non secure) of my university. No problem until now. Alain. "Andres Petralli" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Flint, thanks for the answer, but I think that thread does not real

RE: [PHP-WIN] PHP IDE

2001-12-19 Thread Woolsey, Fred
George, Komodo from ActiveState is excellent and is only $29.95 for non-commercial use (21 day free demo license). Commercial licenses are pricy- $295 for starters, though. Link to http://www.activestate.com/Products/Komodo/ Cheers, Fred Woolsey -Original Message- From: George Nicolae

Re: [PHP-WIN] PHP IDE

2001-12-19 Thread Jim Lucas
NoteTab Pro - code it by hand. there are a few libraries out that for it that give examples of php/sql/etc http://www.notetab.com Jim - Original Message - From: "George Nicolae" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 10:49 AM Subject: [PHP-WIN] P

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Arve Bersvendsen
Patrick Silva wrote in 04b201c18883$7e0e3c40$[EMAIL PROTECTED]:">news:04b201c18883$7e0e3c40$[EMAIL PROTECTED]: > I have to redirect to an ssl with header function > > is it possible to force _top in header ? You want to do this to ensure that your page is not embedded in a frameset? Then, AFAI

[PHP-WIN] PHP IDE

2001-12-19 Thread George Nicolae
can anyone suggest me a good php ide? I tried some freeware but a need a real good one. ps. also suggest the download address -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com -- PHP Windows Mailing List (http://www.php

RES: [PHP-WIN] How to force _top in header

2001-12-19 Thread Samuel Mota
Hi, > remember how META/CONTENT works of the top of my head? Can anyone > help here? Try works fine for me ... this set the default target for all s from your page (if you use target inside your tag it will override the default option) ... Samuel -- PHP Windows Mailing List (http://www.p

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Jonathan David Edwin Wright
No, that won't work, cause CONTENT is the URL to send the browser. I can't remember how META/CONTENT works of the top of my head? Can anyone help here? Thanks! Jonathan Wright.. At 19:14 19.12.2001 +0100, you wrote: >yes >like >but it's dont works >/---

[PHP-WIN] curl

2001-12-19 Thread LaserJetter
Hi. I tried enabling the cURL extension on two machines: one running Apache 1.3.19 and PHP 4.1.0, the other Apache 1.3.19 and PHP 4.0.6 both on Win98se by uncommenting the line in php.ini and copying the php_curl.dll file to my system folder. Whenever Apache starts up with this configuation it say

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Patrick SILVA
yes like but it's dont works /-/ Patrick Silva Gestion serveurs et domaines Cyse Informatique 105 avenue du Général Leclerc 77400 Lagny sur marne (France) tel : (33)1 64303232 - Fax : (33)1 64303222 tel direct : (33)5 55805498 - Fax : (33)5 55805499 ICQ

RE: [PHP-WIN] ISAPI and 4.1 on IIS 5.0

2001-12-19 Thread Andres Petralli
Hi Flint, thanks for the answer, but I think that thread does not really answer my question. Is it now *safe* to use the ISAPI filter or not? Are there any experts in here that could give me an answer to that? Or maybe let's rephrase it: is the ISAPI 4.1 filter now Alpha, Beta or a Gamma release a

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Jonathan Wright (DjNA)
Helps if I can write a bit better! :) Do you mean _top as in frames? If that's the cause, then I don't think so. You'll probably need some sort of JavaScript and/or META refresh (with target="_top" set). Well, something like that. Anyone correct me if I'm wrong! At 16:01 19.12.2001 +, Jona

[PHP-WIN] RE: 4.1.0 under apache - Found it !

2001-12-19 Thread LIMBOURG Arnaud
mm, should have thought about it, i had the zend optimizer launched, he was the one causing problems ;)) In case you guys need to know (even if it seems obvious ;) Startup messages are not very clear, you never where they come from ;) > argh, i should precised but i overwrote the version from

[PHP-WIN] Re: Session question

2001-12-19 Thread Michel Laine
The tut i was going to direct you to is no longer available at their website, so i am attaching my local copy of it (PDF). Hope this help. [EMAIL PROTECTED] wrote: > I was wondering how I can stop the following message from posting when a > user hits the back button when I am using sessions? >

[PHP-WIN] RE: 4.1.0 under apache

2001-12-19 Thread LIMBOURG Arnaud
argh, i should precised but i overwrote the version from 4.0.6 and i did a search. the only file I have in my winnt dir is the one from 4.1.0 I'll do a search on a the disk just in case but i doubt the result will be different. > > > It may be that you've still got an old copy of php4ts.dll, p

[PHP-WIN] Re: 4.1.0 under apache

2001-12-19 Thread Jonathan David Edwin Wright
It may be that you've still got an old copy of php4ts.dll, probably somewhere like /winnt/ or /winnt/system32/. That means it's finding the old copy before it gets to the new one when looking thru %PATH%, giving you the error message and bombing out. Do a search on the whole system for php4ts.

[PHP-WIN] 4.1.0 under apache

2001-12-19 Thread LIMBOURG Arnaud
Hello, I installed 4.1.0 under Win Nt Sp 6 with Apache 1.3.22 and when apache is launched i get the message "Cannot find entry worng_parameter_count in php4ts.dll" Did anybody have this kind of problem ? ps: i couldn't find anything in the archive -- PHP Windows Mailing List (http://www.php.

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Jonathan David Edwin Wright
Do you mean _top as in frames? I don't think so. You'll probably need some Java Script and/or META refresh. Something like that. Anyone correct me if I'm wrong! Jonathan Wright.. At 10:49 19.12.2001 -0500, you wrote: >At 12:51 PM 12/19/2001 +0100, you wrote: >>Hello >> >>I have to redirect to

RE: [PHP-WIN] ISAPI and 4.1 on IIS 5.0

2001-12-19 Thread Flint Doungchak
Andres, There has been a thread with lots of information on this. Search for ISAPI Status via Windows PHP Mailing List. -Flint -Original Message- From: Andres Petralli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 3:06 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] ISAPI an

Re: [PHP-WIN] How to force _top in header

2001-12-19 Thread Mike Flynn
At 12:51 PM 12/19/2001 +0100, you wrote: >Hello > >I have to redirect to an ssl with header function > >is it possible to force _top in header ? Not positive what you mean, but if you mean that you just want the new page to be at the top, it should automatically do that. The redirect statement

[PHP-WIN] How to force _top in header

2001-12-19 Thread Patrick SILVA
Hello I have to redirect to an ssl with header function is it possible to force _top in header ? thanks /-/ Patrick Silva Gestion serveurs et domaines Cyse Informatique 105 avenue du Général Leclerc 77400 Lagny sur marne (France) tel : (33)1 64303232

[PHP-WIN] PHP & Windows GURU

2001-12-19 Thread Silverio Diquigiovanni
I've done a useful routine to launch the PHP.EXE in a C++ program without show the console windows and passing the stdin and stdout to that between two memory stream. This run fine with all exe programs, but the PHP.EXE to conclude its session must detect a CTRL + Z keyboard sequence. I don't

php-windows Digest 19 Dec 2001 11:05:33 -0000 Issue 908

2001-12-19 Thread php-windows-digest-help
php-windows Digest 19 Dec 2001 11:05:33 - Issue 908 Topics (messages 10991 through 11004): Has anyone figured out the Access slash problems? 10991 by: Asendorf, John search form doesn't work fine 10992 by: Afan Pasalic 10993 by: Afan Pasalic 10995 by: George

[PHP-WIN] ISAPI and 4.1 on IIS 5.0

2001-12-19 Thread Andres Petralli
Hi everyone, I was wondering wheter it is now safe to use the ISAPI module of 4.1 on an IIS 5.0 server? I tried it with 4.0.2 and had consistent problems because of some thread issues (I think at least). Also, in the past I've always been discouraged from using the ISAPI filter, since it was held