[PHP-WIN] Re: PHP and FLASH Remoting - can it be done?

2004-05-24 Thread Andy Tawse
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

Re: [PHP-WIN] windows mail problem

2004-05-24 Thread Andy Tawse
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]

[PHP-WIN] windows mail problem

2004-05-24 Thread Andy Tawse
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

Re: [PHP-WIN] Warning messages

2002-12-16 Thread Andy
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:

Re: [PHP-WIN] Warning messages

2002-12-16 Thread Andy
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

[PHP-WIN] Warning messages

2002-12-16 Thread Andy
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-

[PHP-WIN] HELPPPP

2002-11-30 Thread Andy
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

[PHP-WIN] problem with mssql_fetch_array

2002-04-02 Thread Andy Muth
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

[PHP-WIN] ZZip an .TAR

2002-03-28 Thread Andy Muth
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

[PHP-WIN] Re: Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread Andy Seabrook
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

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread Andy Seabrook
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

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-15 Thread Andy Seabrook
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

[PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-14 Thread Andy Seabrook
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

[PHP-WIN] Freetype2 Binary

2002-03-11 Thread andy
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

Re: [PHP-WIN] Why parse error in mysql command?

2002-02-02 Thread Andy Ziem
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

[PHP-WIN] Why parse error in mysql command?

2002-02-02 Thread Andy Ziem
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

[PHP-WIN] Com Help

2001-09-21 Thread Andy
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]

[PHP-WIN] Re: appear in Text file

2001-08-27 Thread Andy Ladouceur
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

[PHP-WIN] Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Andy Woolley
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

[PHP-WIN] Re: R: [PHP-WIN] Two questions

2001-01-18 Thread andy
> 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

[PHP-WIN] Two questions

2001-01-18 Thread andy
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