php-windows Digest 17 Mar 2004 01:40:56 -0000 Issue 2168
Topics (messages 23150 through 23155):
Re: PHP + COM
23150 by: DvDmanDT
help with _PHP_SELF and changing a paramter in URL...
23151 by: Leo Divinagracia
How to create an instal file?
23152 by: Tony Devlin
23153 by: Svensson, B.A.T. (HKG)
Re: Angry, up all night newbie (re: apache config)
23154 by: Anthony
Java
23155 by: S.Gultom
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Yes, you must edit the service in the administative tools, to allow
interaction with desktop.. OR run the script from commandline...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"B.A.T. Svensson" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Anybody who can help this guy out:
-----Original Message-----
From: Cleber Tinoco Atanásio [SMTP:[EMAIL PROTECTED]
To: Svensson, B.A.T. (HKG)
Sent: 15-3-2004 22:48
Subject: PHP + COM
Hi Mr. B.A.T Svensson,
My name is Cleber.
I'm Brazilian and my English is poor :).
I didn't obtain help in e-mail list in my country.
My doubt is related about Word.
I type this code:
$WordApp = new COM("Word.Application") or die ("Error");
$WordApp->Visible = 1; // it does not function.
Word Application don't be visible, only run in Background.
Somebody can help me in this case?
Thanks.
Cleber..
--- End Message ---
--- Begin Message ---
sorry, it's late gotta get some sleep, but this had been stumping me...
have to change a value in the URL, say:
www.foo.com/test.php?var1=10&var2=10
i want to make that a clickable link but set var1 = 20. i'm getting
tired so i may not be searching php.net correctly...
would i EREGI_REPLACE it or some other way?
the link i want to set it is
www.foo.com/test.php?var1=20&var2=10
thanks...
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Does anyone have a good reference on how I can create an install file, that
based on a form that the client fills out will create a database, setup the
default settings, adjust the database with the fields entered by client.
Including creating the table and changing all database information to the
information supplied by the client?
I know a good example is PHPBB2, however I can't seem to disemble their
install structure. I'm just looking for a good tutorial or reference or
maybe someone can point me to a book that explicitly talks about how to do
such a task.
Thanks,
Tony
--- End Message ---
--- Begin Message ---
On Tue, 2004-03-16 at 16:50, Tony Devlin wrote:
> Does anyone have a good reference on how I can create an install file, that
> based on a form that the client fills out will create a database, setup the
> default settings, adjust the database with the fields entered by client.
> Including creating the table and changing all database information to
> the information supplied by the client?
That depends on what you want to install, doesn't it... ?
For instance what do you mean with "create a database"? Really creating
a new database instance, or just a table to collect some realted
information in?
Or "adjust the database with the fields entered by the client". What
does this mean? Do you want to alter an table, or just insert some
semantic in a table, or do you want them to be able to enable/disable
them from a prefix table, or what?
> I know a good example is PHPBB2, however I can't seem to disemble their
> install structure. I'm just looking for a good tutorial or reference or
> maybe someone can point me to a book that explicitly talks about how to
> do such a task.
My favorite is "SQL the Standard Handbook"
by Stephen Cannan and Gerard Otten.
You will need nothing more.
--- End Message ---
--- Begin Message ---
umm ... try looking in the docs ... not hard to find
http://www.php.net/manual/en/install.apache2.php
extract the windows binary package
to load it as a module. put something like this in your httpd.conf file:
; For PHP 4 do something like this:
LoadModule php4_module "c:/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
don't forget to move php4ts.dll to the same folder as php4apache2.dll and
put your php.ini in your windows folder. Also, make sure the user that the
apache service is running under has rights to wherever you stuck you php
files.
"Rob Conklin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I found the "install" text file included with the PHP for Windows download
> incomphrehensible and useless. I won't go on and on, but was wondering if
> someone can point me to some information that would explain, in a simple,
> deterministic and clear way, what steps are necessary to get Apache to
load
> the proper PHP modules and recognize the contents of .php files.
>
> I'm working with the latest version of PHP, which doesn't particularly
like
> the latest version of apache (2.0), so I downloaded and installed the 1.3x
> version of apache.
>
> All I can say is that if someone can help me with this, I'll owe 'ya one.
>
> TIA
>
> RC
>
> ps. please send email regarding this to [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
why my java script always error, when i run my php program?
Thanks
Gultom
--- End Message ---