Re: [PHP-WIN] php cookie question

2002-08-01 Thread leo g. divinagracia iii
need to RTFM: http://www.php.net/manual/en/function.setcookie.php Charles wrote: > I want to ask user to login, and use cookie to save their userid and > password > what should i do? > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -

php-windows Digest 1 Aug 2002 22:12:09 -0000 Issue 1269

2002-08-01 Thread php-windows-digest-help
php-windows Digest 1 Aug 2002 22:12:09 - Issue 1269 Topics (messages 15057 through 15077): Java and PHP 15057 by: Opere, James DaDaBIK 2.1b beta released 15058 by: Eugenio Tacchini use of COM object 15059 by: Christophe PIN Re: Problem in passing parameters

Re: [PHP-WIN] PHP equivalent of ASP Response.Redirect

2002-08-01 Thread Luis Ferro
It is the header() function... as with response.redirect... carefull must be made with both sessions and the output buffer content... Cheers... LF Kyle wrote: >Does anyone know if there is a php equivalent of Response.Redirect? I have >been looking through the PHP manual to no avail because I

[PHP-WIN] PHP equivalent of ASP Response.Redirect

2002-08-01 Thread Kyle
Does anyone know if there is a php equivalent of Response.Redirect? I have been looking through the PHP manual to no avail because I don't really know where to look. Any help is appreciated. Kyle Overholser -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] sorry, its only a test, please ignore it

2002-08-01 Thread Adolfo Meneses
Im having troubles with my email address (or IP number). Its considered spam. so, i have changed some settings and im checking it.

[PHP-WIN] File uploading yet again

2002-08-01 Thread Lorne T
I still am in need of help with uploading a file using IIS and PHP 4.2.2. The problem seems to be that the variables holding the temp name and size never get correctly set from the file input control. I have the copy function working, but it can not find the temp file because php never reports a

RE: [PHP-WIN] why do i have this error???

2002-08-01 Thread Dash McElroy
The header() command is very sensitive. No data (including a stray space) can be sent to the browser before a header() command is called. If you take out the include(conex.php); line (or just take out the data that it echoes to the browser) you'll be in fine shape. -Dash -Original Message--

[PHP-WIN] why do i have this error???

2002-08-01 Thread Adolfo Meneses
Hello, Im trying to learn how to develop aplications with php, I took this from a tutorial, but I get an error message. The situation is very simple. Please somebody help me out. Thanks. Adolfo this is the error message: Warning: Cannot add header information - headers already sent by (output

[PHP-WIN] [php-objects] RE: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup& Texas PHP Users

2002-08-01 Thread Martin Clifford
I'm definately interested, even though I'll most likely be in MN at the time. I've never even MET another PHP developer, so I don't know what to expect, but I'd sure love to be updated :o) Martin >>> [EMAIL PROTECTED] 08/01/02 03:21PM >>> Well, the predictions have come true. In San Antonio o

[PHP-WIN] can't load php_mcrypt.dll

2002-08-01 Thread Stanislav Stratiev
Hi, I am running apache 2 with php-4.2.1-Win32 on Win XP. When i'm try to use php_mcrypt.dll after restart apache says 'Unable to load dynamic library 'path' - The specified procedure could not be found. I uncomment the extension=php_mcrypt.dll and find some dll in the net that pretending t

[PHP-WIN] RE: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup & Texas PHP Users

2002-08-01 Thread Jay Blanchard
Well, the predictions have come true. In San Antonio only four folks signed up for the meetup, and the event was cancelled with no way to get in touch with the other local developers to make a go of it. Out of the 147 cities listed only 15 had enough people for meetup.com to do their thing. A nobl

[PHP-WIN] Re: php/javascript

2002-08-01 Thread George Nicolae
Send some code or more details. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Kit Kerbel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Here's the deal: > > I have a page that ha

[PHP-WIN] php/javascript

2002-08-01 Thread Kit Kerbel
Here's the deal: I have a page that has a "print" button on it that opens a new window that shows a "print-friendly" version of the page. The new window is opened via some javascript. I'm having problems with passing two variables to that page for querying purposes. Can anyone help? Thanks

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Problem in passing parameters

2002-08-01 Thread Rich Gray
v4.2.x has register globals set to Off by default. Is that the case for your PHP configuration? If yes you can either switch them to On in your php.ini file (security implications however...) else you have to reference these variables via the super globals... so taking Lung's example ... HTH Ri

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problem in passing parameters

2002-08-01 Thread cprc
Hi Lung - you have precisely the same setup as myself = php 4.2.2 Apache and Win2000. BUT I can't manage to get the browser to work properly -same problem as you had. I would appreciate it if you would send my your httpd.conf file and any other file you think will solve my problem as I have spent

[PHP-WIN] use of COM object

2002-08-01 Thread Christophe PIN
Hello, I have to use a COM object with following properties: ... Property StationsX(lIndex As Long) As Long Property StationsY(lIndex As Long) As Long ... I didn't manage to initialize these properties. I create a new COM object with: $obj = new COM(""); If I try $obj->S

[PHP-WIN] DaDaBIK 2.1b beta released

2002-08-01 Thread Eugenio Tacchini
Hi all, I just want to announce that DaDaBIK 2.1b beta has been released (www.dadabik.org), a lot of new features and bug fixes have been added. DaDaBIK is a free PHP application that allows to easily create a highly customizable Web form interface for a MySQL database in order to search, inse

[PHP-WIN] Java and PHP

2002-08-01 Thread Opere, James
I have installed Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP but I still get an error below when trying to run a scrip.   Fatal error: Unable to create Java Virtual Machine in c:\phpdev\www\java.php on line 2    The script is a sample script to test if php is

php-windows Digest 1 Aug 2002 10:11:30 -0000 Issue 1268

2002-08-01 Thread php-windows-digest-help
php-windows Digest 1 Aug 2002 10:11:30 - Issue 1268 Topics (messages 15049 through 15056): php_gd.dll Problems 15049 by: Lorne T Re: PDF Forms 15050 by: Asendorf, John Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2 15051 by: Fernando Rêgo Rodrigues

[PHP-WIN] DaDaBIK 2.1b beta released

2002-08-01 Thread Eugenio Tacchini
Hi all, I just want to announce that DaDaBIK 2.1b beta has been released (www.dadabik.org), a lot of new features and bug fixes have been added. DaDaBIK is a free PHP application that allows to easily create a highly customizable Web form interface for a MySQL database in order to search, inse