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
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
"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
>
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
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
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
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");
> >
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
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:[
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
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
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
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
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.
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
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 - 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]
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
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
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
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
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,
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
> 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
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
> 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
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
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:
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
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
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
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]>
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
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 - 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
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
36 matches
Mail list logo