[PHP-WIN] Re: Help with Java extension

2002-10-01 Thread Seung Hwan Kang
I'm not sure how to answer your question but I can show you my configurations. I'm happy to see someone like me. Java SDK 1.4.1 PHP 4.2.4-dev W2K Pro Here is my configures. php.ini extension_dir = c:/php/extensions # i know it looks strange but it works. you can also use c:\php\extensions e

[PHP-WIN] Re: Unable to load dlls

2002-10-01 Thread Seung Hwan Kang
Let's say if you are using Aapche web server 2.0.42 and your XP is located onto c:\windows 1. copy d:\php\php4ts.dll to c:\windows\system32 2. copy d:\php\php.ini-dist to c:\wiindows and rename it to php.ini 3. edit php.ini ... extension_dir = c:/php/extensions upload_tmp_dir = c:\temp session.sa

[PHP-WIN] Re: i have a problem,can hlep?

2002-10-01 Thread Seung Hwan Kang
"Konchim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I using windows apache 1.3 > php 4.2.3 > But when i using if you use POST method if you use GET method > It can not be get a value,what happen? > Is it my php install problem or aother problem >

Re: [PHP-WIN] MS exchange mail function

2002-10-01 Thread Dash McElroy
I've seen (and experienced) this problem before. I think that Exchange does /not/ like it when you try to do that. I think it thinks you're trying to use it as an open relay host (a very Bad Thing). I have not tried to remedy the situation before, but you may be able to use MS's instructions on h

[PHP-WIN] Re: What information would you like to see on PHP and Windows?

2002-10-01 Thread Manuel Lemos
Hello, On 10/01/2002 06:31 PM, J Wynia wrote: > I'm looking for feedback on Windows-specific issues and PHP for > inclusion in PHP articles and/or books. Since most of the information > out there on PHP is targeted at Linux/BSD/Unix users, I'm looking to > users of PHP on Windows to see what i

[PHP-WIN] MS exchange mail function

2002-10-01 Thread CENGIZ SOYUKAN
Hi, I use ISS and PHP 4.2 . I can send an e-mail using mail function to intenal users our domain user but if I try to send an e-mail to outside of the our domain I got the following error message. Your message did not reach some or all of the intended recipients. Subject: Blah Blah

RE: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Peter Houchin
have u tried using $_GET["game"] or $_POST["game"] ? so your code is > > > > > include("head.html"); > > > > > > if (!$_GET["game"]) { > > > include("public.html"); > > > } > > > if ($_GET["game"] != NULL && $op != NULL) { > > > include("http://mywebsite.com/example/"; . "$game" . ".html"); > >

RE: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Peter Houchin
how r u getting $game? that's the undefind var. > -Original Message- > From: Anyang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 2 October 2002 11:38 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] i need help with an undefined variable > > > I wrote a php script for a page that I hosted

Re: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Anyang
Like i said, the other server understood it at a function of the address bar so if index.php?game=foobar then $game = foobar and it would refresh the page with the foobar page in the center. This is what I want to do. "Peter Houchin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[

[PHP-WIN] Apache 1.3.x PHP module and php.ini precedence

2002-10-01 Thread J Wynia
I'm trying to figure out the rules that PHP uses when looking for a php.ini file. In what exact order does it check what specific places. I've got numerous php.ini files sitting outside my "PHP" setup and when Apache is launched it's picking up one that doesn't seem to be in the "path" that I

[PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Anyang
I wrote a php script for a page that I hosted on a separate host and it worked perfectly. I recently installed php 4 onto my windows XP Pro build 2600 computer and it seems to work until I try to use varuables that look to the address bar for reference. I wanted to make it so that when somebody

[PHP-WIN] What information would you like to see on PHP and Windows?

2002-10-01 Thread J Wynia
I'm looking for feedback on Windows-specific issues and PHP for inclusion in PHP articles and/or books. Since most of the information out there on PHP is targeted at Linux/BSD/Unix users, I'm looking to users of PHP on Windows to see what information YOU'D like to see written up that isn't jus

Re: [PHP-WIN] Any Squirrelmail users running on Windows NT 5 under IIS 5?

2002-10-01 Thread Scott Carr
Actually, the only error you need to worry about is the first one that pops up at the top of the page. After that, the resulting errors are because of the first error being displayed. It may help. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoti

Re: [PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Scott Carr
How are you trying to access the variable from the called page? Make sure you use $_GET['tutname'] or $_POST['tutname'] to access the resulting variable. Also, what does your form tag state as method and post attribs? -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.

[PHP-WIN] Re: using exec on WIMP

2002-10-01 Thread J Wynia
Mwct - Markus Weber wrote: > Hi, > > may be someone can help me: > > I want to use the exec() function to run an executable as background > process. This means my php script should not wait for the end of the > background process. I tried a lot but without success. My script always wait > for th

Re: [PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Luis Ferro
The line echo ""; has no effect except filling space in the file... To get a value try echo "$optionval"; Cheers... Luis Ferro Tim Blackwell wrote: >okay, i figured out the combo thing--code is below. it actually wasn't too >difficult with some help! > >but, when i use tutna

php-windows Digest 1 Oct 2002 20:14:12 -0000 Issue 1366

2002-10-01 Thread php-windows-digest-help
php-windows Digest 1 Oct 2002 20:14:12 - Issue 1366 Topics (messages 16090 through 16106): Printer Write 16090 by: Luis Moreira Re: Connecting to MS SQLserver problem?? 16091 by: Lukas Boldrino 16093 by: Gard Rødahl Re: [PHP-DB] convert 2 dates to number of hours]

[PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Tim Blackwell
okay, i figured out the combo thing--code is below. it actually wasn't too difficult with some help! but, when i use tutname i get an undefined variable it works fine with the static combo that i was using? can you think of any reason for this? function load_combobox() { ?> "; for ($i=0; $i

[PHP-WIN] Access Violations, CGI errors

2002-10-01 Thread Nicholas Fitzgerald
Hello. I'm fairly new to PHP. I'm not a developer, I just want to be able to use the functionality of PHP on my server. I've tried several times in the past to implement PHP on my NT server to no avail. The problem is when using the CGI, (php.exe), it just throws a ton of error messages on the

[PHP-WIN] srand and array_rand do not function properly on Win32

2002-10-01 Thread sKreeM
my code: srand ((float) microtime() * 1000); return array_rand($lines,100); The returned array is ALWAYS in the same order. I'm running PHP 4.2.3 and Apache/2.0.39 Does anyone have a solution or a workaround for this problem? The script works fine on a UNIX server. -- PHP Windows Mai

[PHP-WIN] How to set folder access in Apache

2002-10-01 Thread konchim
How to set folder access in Apache(win32) Thank You -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] i have a problem in php.ini setting about smtp

2002-10-01 Thread konchim
I can Use it Now! Thank You "Matt Kynaston" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > > How to use? > > I don't know how to setup > > Take a look at the installation bit and example on the main page of the > site. I ignored the AddAttachment() and IsHTML() bit and cut and paste the > rest,

RE: [PHP-WIN] Login on IIS

2002-10-01 Thread Asendorf, John
You'll need to use sessions. Then, on each page (you can do this in an include I think)... you will have session_start beginning each page. From there you can do a check to see if the user has already logged in... if they are logged in, it will spit out the page... if not, it will ask them to lo

RE: [PHP-WIN] i have a problem in php.ini setting about smtp

2002-10-01 Thread Matt Kynaston
> How to use? > I don't know how to setup Take a look at the installation bit and example on the main page of the site. I ignored the AddAttachment() and IsHTML() bit and cut and paste the rest, then changed the Host, Username and Password to fit my server. It worked straight out the box :) Matt

Re: [PHP-WIN] i have a problem in php.ini setting about smtp

2002-10-01 Thread konchim
How to use? I don't know how to setup "Matt Kynaston" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > > My SMTP need a username and password,how can i set it in php.ini > > You can't. I use: > http://phpmailer.sourceforge.net/ > > Matt > -- PHP Windows Mailing List (http://www.php.net

RE: [PHP-WIN] i have a problem in php.ini setting about smtp

2002-10-01 Thread Matt Kynaston
> My SMTP need a username and password,how can i set it in php.ini You can't. I use: http://phpmailer.sourceforge.net/ Matt

[PHP-WIN] count hours from 2 dates

2002-10-01 Thread José Moreira
hello, um using this SQL string : SELECT computer, date, closedate,UNIX_TIMESTAMP(closedate), UNIX_TIMESTAMP(date), (UNIX_TIMESTAMP(closedate) - UNIX_TIMESTAMP(date)) / POW(60,2) FROM tracking (18 Records) computer date closedate UNIX_TIMESTAMP(closedate) UNIX_TIMESTAMP(date

[PHP-WIN] Login on IIS

2002-10-01 Thread Radovan Radic
Hello! I need to use login form when user opens my page so this is for session. Then i need to get userno from usertable for input user and pass, because userno is almost in all tables. Then i need to put userno in cookie (or i guess). I think i need to do something like this in every php script:

[PHP-WIN] i have a problem in php.ini setting about smtp

2002-10-01 Thread konchim
i have a problem in php.ini setting about smtp [mail function] SMTP = mail.netvigator.com ;for win32 only sendmail_from = [EMAIL PROTECTED] ;for win32 only ;sendmail_path = it have error"Warning: Server Error in c:\." My SMTP need a username and password,how can i set i

[PHP-WIN] using exec on WIMP

2002-10-01 Thread MWCT - Markus Weber
Hi, may be someone can help me: I want to use the exec() function to run an executable as background process. This means my php script should not wait for the end of the background process. I tried a lot but without success. My script always wait for the end of the background process. My php sc

[PHP-WIN] Re: Connecting to MS SQLserver problem??

2002-10-01 Thread Gard Rødahl
Well, I got to the point now where it loads the DLL. But in the script page when i try to connect to a MS SQL server I get the error message: Fatal error: Call to undefined function: mssql_connect() Know any reasons why the function call fails? Thanks, Gard "Lukas Boldrino" <[EMAIL PROTECT

[PHP-WIN] [Fwd: Re: [PHP-DB] convert 2 dates to number of hours]

2002-10-01 Thread José Moreira
Original Message Subject: Re: [PHP-DB] convert 2 dates to number of hours Date: Mon, 30 Sep 2002 16:43:14 +0100 From: José Moreira <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Chris Boget <[EMAIL PROTECTED]> CC: PHP-DB <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]>

[PHP-WIN] Re: Connecting to MS SQLserver problem??

2002-10-01 Thread Lukas Boldrino
try ODBC or set a timeout spezifikation in your scripts "Gard RøDahl" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to connect to a mssqlserver from PHP, i have got the > php_mssql.dll and this one has > also been untagged in the php.ini file. > But

[PHP-WIN] Printer Write

2002-10-01 Thread Luis Moreira
Have posted this once, got no answer.   Anyone knows why a script like   $handle = printer_open(); printer_start_doc($handle); printer_start_page($handle); printer_write ($handle, "line 1"); printer_write ($handle, "line 2"); printer_end_page($handle); printer_end_doc($handle); printer_clos

php-windows Digest 1 Oct 2002 07:53:38 -0000 Issue 1365

2002-10-01 Thread php-windows-digest-help
php-windows Digest 1 Oct 2002 07:53:38 - Issue 1365 Topics (messages 16078 through 16089): Re: String truncate problem of varchar when interfacing with a MS SQL server 16078 by: konchim Re: Any Squirrelmail users running on Windows NT 5 under IIS 5? 16079 by: konchim Re: p

[PHP-WIN] Re: Anyone know how to set IMAP

2002-10-01 Thread Manuel Lemos
Hello, On 09/30/2002 04:01 PM, Konchim wrote: > I can't use the mail function > I know how to send attachments and get mail in php > but i don't know how to set the function at windows and apache or php The class that I mentioned has sub-classes that provide alternative methods to sending messa