are by
passing XML or name-value pairs between the Flash and PHP using (I
think) LoadVars and XML objects in Flash. You request a URL (a PHP
script) and it returns either XML or name-value pairs to Flash.
Andy.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
fwrite($fp,"To: <$mailto>\r\n");
fwrite($fp,"Subject: $subject\r\n");
fwrite($fp,"\r\n");
fwrite($fp,"$text\r\n\r\n");
fclose($fp);
}
hope that helps.
-Original Message-
From: Andy Tawse [mailto:[EMAIL PROTECTED]
of them to accept
connections but it doesn't seem to get as far as the SMTP server.
I've tried it on my local machine (XP Pro, IIS 5, PHP 4.3.6) and on the
production server (Win 2003, IIS 6, PHP 4.3.6). I've restarted and done
all the things I've found suggested for this pro
you the path to your file where the
.php
> file lies, then its just a matter of figuring out where the guestbook is!
>
> - Original Message -
> From: "Andy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 16, 2002 6:54 PM
> Subject: Re:
alid File-Handle resource in
/home/.sites/112/site154/web/guestbook_post.php on line 20
Warning: fclose(): supplied argument is not a valid File-Handle resource in
/home/.sites/112/site154/web/guestbook_post.php on line 21
The code i used was copied directly from a book, as i am a complete
beginn
what do I change in my php.ini file to stop these annoying warning notices?
I have looked at the ini file but I am unsure what to change. I still want
to see error messages but the warning notices are doing my head in.
An example would be:
Warning: fwrite(): supplied argument is not a valid File-
Can someone please help, i think i am going mad.
I have just installed Apache, php and Mysql, it all seems to be fine, the
Apache server says it is ok, i think i have set the config file correctly,
and Mysql look to be correct, but when i typed the code (My first code)
and save it test.php wh
ord set is when
it stops responding.
I'm using mssql 7.0, with the latest service patches on Windows 2000.
Any help would be greatly appreciated!
Andy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm just curious if anyone has gotten ZZIPlib libraries to work under
Windows, or Linux for that matter? I can't seem to get either of them to
work.
On another note, does anyone know of a way to read a .TAR file using PHP?
Thanks
Andy
--
PHP Windows Ma
By the way I should mention that view source on the browser, makes all php
tags disappear, unyet in fact they are still present in the script.
"Andy Seabrook" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can anybody help! try
the
script via the PHP interpreter.
It doesn't appear to be doing so and as a consequence if the test page is
displayed in a browser http://localhost/phptest.php
etc the result is a blank page in the browser. This is the same with either
of the two servers running.
Best regards,
Andy Seabroo
section as per instructions.
I have only tried Badblue to be sure that the PHP install was working
correctly, it is really the apache server that I am looking to run.
Andy
"Alain" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Which insta
Can anybody help! trying to setup SAPI module on apache 1.3, also tried cgi
on bad blue, niether seem to be passing php, OS is ME.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I am searching for the freetype2 binary. Can anybody help on that.
Thanx andy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The error is on the line
"$result = mysql_query("SELECT * FROM names WHERE id=$id");"
I have checked many things and can't figure out the error. MySQL is running.
The database exists. The table names is valid. $id is defined as 1.
Thanks,
Andy
Quoting Mik
Hi,
I am trying to retreive stored data, and I can't figure out why I receive
this PHP error--even after reading PHP documentation and looking at
examples--
"Parse error: parse error in c:\vol\php\e.php on line 10"
The following is my simplified code:
--
Andy Zie
fered.
[EMAIL PROTECTED]
thanks
Andy Doyle
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi Jack,
The 'black box' you see is a newline, which can be removed by doing this:
$string=str_replace("\n","",$string);
$string=str_replace("\r","",$string);
That will replace \n (The newlines) and \r (The returns) with nothing,
getting rid of
the flush() command.
Hope this helps.
Andy Woolley
www.databasewatch.com
- Original Message -
From: "Martin E. Koss" <[EMAIL PROTECTED]>
To: "Dominick Vansevenant" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, February
> The second question sound strange:
> try:
> include("myinc.php") /* think double quotes are needed */
> ?>
>
> myfunc(); /* myfunc defined in myinc.php */
> ?>
>
> Normal HTML stuff goes here
> myfunc();
> ?>
Silly me: First I forgot those quotes when I was typing the example, and then I
I'm a newcomer to PHP, and I'm trying to use it to simplify the process of
creating an HTML help file.
I have two questions: the first is, is there any way to change the newline
string that the "\n" escape produces? At the moment it is outputting 0x0A,
while I would prefer it if it would produc
21 matches
Mail list logo