[PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread ¹Ð¥Á
as title,thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/1/2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread cmkpl
as title,thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/1/2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Passing parameters in forms

2003-02-07 Thread fran . thomas
Depending whether or not you are using autoglobals... try reading $_POST['myName'] .:Fran -Original Message- From: Apollo [mailto:[EMAIL PROTECTED]] Sent: 07 February 2003 00:52 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Passing parameters in forms Hi there, I am using Windows XP as my

RE: [PHP-WIN] mysql server config

2003-02-07 Thread Svensson, B.A.T. (HKG)
I would propose you to post this question in the MySQL list. You would probably get better and more accurate answers on question about MySQL there. Also, reading the documentation that comes with MySQL wille xplain for you how to dump data; however it wont explain from which tables you need to dum

RE: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Svensson, B.A.T. (HKG)
> as title,thanks I think the process of calling dynamic libraries should be covered by the VB language documentation it self. Or? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread cmkpl
but i need to know the functions of php4ts.dll "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message 001701c2ce8e$66978880$[EMAIL PROTECTED]">news:001701c2ce8e$66978880$[EMAIL PROTECTED]... > > as title,thanks > > I think the process of calling dynamic libraries should > be covered by the VB langu

RE: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Svensson, B.A.T. (HKG)
> but i need to know the functions of php4ts.dll Aha! But, sorry I can't help you on that one. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Per Lundberg
cmkpl wrote: as title,thanks What is it that you want to do, run PHP as a script interpreter with your program? Look in sapi/embedded (only in PHP 4.3.0) in the PHP source code for an example of the minimal functionality required. php4ts.dll is not an ActiveX component so it is not just "pl

RE: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Svensson, B.A.T. (HKG)
> cmkpl wrote: > > as title,thanks > > What is it that you want to do, run PHP as a script interpreter with > your program? Look in sapi/embedded (only in PHP 4.3.0) in the PHP > source code for an example of the minimal functionality required. > php4ts.dll is not an ActiveX component so it i

RE: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Mikey
> but i need to know the functions of php4ts.dll Use the source, Luke! Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Per Lundberg
Svensson, B.A.T. (HKG) wrote: I understood it as that he wanted to know the library functions of that DLL. Yeah, but that's likely not an end in itself but rather just a means to an end. By the way, cmkpl, getting the symbol names from a DLL is just a matter of running a program such as "Dep

[PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Leonardo Javier Belén
Hi all! I need some advice. I have a superclass and a class that extends the first. Both have constructors. How do I initialize the superclass, the extended one, from the extension. Its not automatically as I supposed it could be. Please! thanks all for reading...

php-windows Digest 7 Feb 2003 20:04:06 -0000 Issue 1576

2003-02-07 Thread php-windows-digest-help
php-windows Digest 7 Feb 2003 20:04:06 - Issue 1576 Topics (messages 18379 through 18391): Passing parameters in forms 18379 by: Apollo 18382 by: fran.thomas.barclays.co.uk how to make php4ts.dll act as a module of vb6 program? 18380 by: ¹Ð¥Á 18381 by: ¹Ð¥Á

RE: [PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Mikey
I haven't tried it, but can't you call it with the parent::superclassConstructor()? HTH, Mikey > -Original Message- > From: Leonardo Javier Belén [mailto:[EMAIL PROTECTED]] > Sent: 07 February 2003 20:02 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Newbie: How to initialize a superclass

[PHP-WIN] Re: Newbie: How to initialize a superclass

2003-02-07 Thread Michael Wallner
Leonardo javier belén wrote: Hi all! I need some advice. Its not automatically as I supposed it could be. Please! thanks all for reading... class Foo extends Bar { function Foo(){ $this->Bar(); } } HTH, Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP-WIN] no output from php using PWS

2003-02-07 Thread Ace
Hi guys (noobie here) Have the latest versions of pws and php(using the windows installer which configures pws automatically) on Win 98 with all patches . Everything seems to work fine with pws as I can view standard html files, but it does not execute any php scripts ,eg from a form (even the one

[PHP-WIN] PHP and Apache2 experimental?

2003-02-07 Thread Matt Hillebrand
Hello. I'm just wondering when the use of PHP with Apache 2 for Windows will no longer be considered "experimental." I'm tired of using Apache 1.3x on our Windows 2000 server. Have any of you had any problems with PHP4/Apache2 on Windows? Thanks.

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread cmkpl
o,great. i can know the fuctions~ thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/1/2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread cmkpl
but can't success... --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/1/2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread cmkpl
and i use vb to write a server i just want to use this dll to do input of php pages and get the output --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/1/2003 -- PHP Windows Mailing

[PHP-WIN] dom

2003-02-07 Thread parvez Soobhany
hii to cofingure my apache and php to use php dom...where do I type this command --with -dom i can't get the dom functions to work..can any one help me in the installation..i used the manual...but unfortunately to no avail thks

[PHP-WIN] PHP and .NET AGAIN...NEWBIE!!!!

2003-02-07 Thread pingywon MCSE
Hello folks. I have been trying a little of everyone suggestions all week and still no avail !! I technically cant even get the PHP to execute locally . Please please please...someone who has PHP installed and running on .Net (server 2003) detail step by step instructions (so a 5 year old can u

[PHP-WIN] Re: PHP and .NET AGAIN...NEWBIE!!!

2003-02-07 Thread Nick H. -- Technical Support Engineer
Try: http://www.rtfmnewbie.com/php-iis6.txt That has an EXACT step by step setup of php. Regards, Nick H. [EMAIL PROTECTED] --- Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this messag