php-windows Digest 10 Nov 2001 05:56:02 -0000 Issue 846

2001-11-09 Thread php-windows-digest-help
php-windows Digest 10 Nov 2001 05:56:02 - Issue 846 Topics (messages 10320 through 10335): strings chopped in half using COM objects 10320 by: Giuseppe D'Ambrosio 10321 by: Alan Brown Windows XP 10322 by: Lim Jian An aka CaMeL call a function from a DLL? 10

RE: [PHP-WIN] chmod a folder

2001-11-09 Thread Svensson, B.A.T.
>i wondered if someone could tell me jow i chmod a folder i php. >(like: chmod("/somedir/somefile", 0755); works on files) $man chmod -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

php-windows@lists.php.net

2001-11-09 Thread Noah Spitzer-Williams
is there a function that will convert an array to "get variables" ie: array ("a" => "b", "c" => "d")==> "a=b&c=d" any help is appreciated! Noah www.trademytraffic.com TradeMyTraffic! Banner Exchange [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To un

[PHP-WIN] can't insert date into mssql smalldatetime

2001-11-09 Thread aaron
I have this query $db1 = "INSERT INTO tablename (name,email,phone,room,problem,upgrade,software,hardware,printer,network,os, priority,submitdate) VALUES ('$name','$email','$phone','$room','$problem','$upgrade','$software','$hardw are','$printer','$network','$os','$priority','1996-05-01')"; $cur

[PHP-WIN] RE: [PHP-DB] Re: [PHP-DEV] Re: [PHP-WIN] call a function from a DLL?

2001-11-09 Thread Matthew Loff
You can system()/exec()/passthru() and run rundll32 on the library, can't you? -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 12:34 PM To: Alain Samoun; GRI Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] S

[PHP-WIN] chmod a folder

2001-11-09 Thread Karl S. Løland
Hi!.. i wondered if someone could tell me jow i chmod a folder i php. (like: chmod("/somedir/somefile", 0755); works on files) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

Re: [PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Angie Tollerson
Todd..I know what happened..here's what you do. In dreamweaver site side...right click and say "New Document"..when it opens a newdocument from the site instead of by you just opening one from the menu (maybe you hit File->new?)..This way the extension in dreamweaver knows to place everything

Re: [PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Todd Williamsen
Well, I do have Dreamweaver and I found an extension called "PD Online HTML Editor" which is the only one that I found when doing a search for HTML Editor as you suggested... What I am having a problem is with how does it get inserted into the document and how the hell does this thing work T

Re: [PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Angie Tollerson
Yep...here's what you need to do...if you have dreamweaver...dreamweaver has a free download extension called HTML EDitor that is purely in javascript and HTML but saves to a textarea field called "editor" (or soemthing like that) which we all know is manipulatable by php. It is awesome and fr

[PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Todd Williamsen
Anyone know of one that is PHP based that is CHEAP and easy to use? I have a client that needs to update ONE page and the cheapest one I found was $400! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP-WIN] Apache will not parse HELP PLEASE

2001-11-09 Thread H. White
Big problem can not figure out why my php files will not parse on Apache 1.3.22 installed on windows 98 I installed Apache and PHP 4.06 and followed directions to the letter 4 times over. I know both work independently in fact when I run Apache is says "Apache/1.3.22 PHP/4.06 running... "and wh

[PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] call a function from a DLL?

2001-11-09 Thread James Moore
> See: > http://www.php.net/manual/en/faq.com.php#AEN63770 > A+ > Alain That FAQ isnt totally right. With the new w32api extension you can do so but its still very experimental so Id advise you either to write your own little extension to PHP to access your dll (shouldnt take you more than a coup

Re: [PHP-WIN] call a function from a DLL?

2001-11-09 Thread Alain Samoun
See: http://www.php.net/manual/en/faq.com.php#AEN63770 A+ Alain On Fri, Nov 09, 2001 at 05:12:09PM +, GRI wrote: > Hi there, > > I was wondering if it is possible to call a function from my self > created DLL from my PHP script. > > Thanks in advanced. > > > -- > PHP Windows Mailing Lis

[PHP-WIN] call a function from a DLL?

2001-11-09 Thread GRI
Hi there, I was wondering if it is possible to call a function from my self created DLL from my PHP script. Thanks in advanced. -- 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 a

[PHP-WIN] Windows XP

2001-11-09 Thread Lim Jian An aka CaMeL
Hi, I just install apache and php4 in my computer After I finish everything When I click a file which end with .php It tell me the files not found I have included this in my httpd.conf - ScriptAlias /php4/ "C:/php4win/" Addtype application/x-httpd-php4 .php Addtype application/x-httpd-p

Re: [PHP-WIN] strings chopped in half using COM objects

2001-11-09 Thread Alan Brown
I posted a fairly lengthy description of the solution to this problem (or at least getting a handle on understanding it) about two weeks back. You might search through the archives for it. But a cursory glance over your code might lead me to believe that you need () instead of [] (function call) o

[PHP-WIN] strings chopped in half using COM objects

2001-11-09 Thread Giuseppe D'Ambrosio
On Thu, 08 November 2001, "Alan Brown" wrote: > > I just grabbed the very latest from CVS (which seems to have a label of > 4.2.0-dev) and the problem appears to have been repaired. > ok, thanx very much, Alan! I've now another question: how to access a property defined as "function"? eg.,

php-windows Digest 9 Nov 2001 13:41:24 -0000 Issue 845

2001-11-09 Thread php-windows-digest-help
php-windows Digest 9 Nov 2001 13:41:24 - Issue 845 Topics (messages 10310 through 10319): Building on Windows without MS Visual C++ 10310 by: David Broker building with msvc 10311 by: Martin Lindhe 10312 by: Martin Lindhe php 4.0.8dev and apache 1.3.22 1031

Re: [PHP-WIN] Download System

2001-11-09 Thread GK
Hi Ross, I'm sorry, would you please further explain? Kent "Ross Fleming" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > $HTTP_REFERER holds the address that the browser was referred from. This is > an apache variable that PHP has access to. > > Be aware though, that this variable shou

RE: [PHP-WIN] Variables

2001-11-09 Thread Martin Lindhe
> Could anyone tell me, why my variables are not valid anymore > in an included file. They should, or? I tryed anything. > > Thanks, Harry What do you mean by anymore? Have you upgraded PHP? What version are you running, have you changed php.ini configuration? Can you provide an example? /Mart

[PHP-WIN] Variables

2001-11-09 Thread Harry
Could anyone tell me, why my variables are not valid anymore in an included file. They should, or? I tryed anything. Thanks, Harry begin 666 Tabelle_vergleichen.php4 M/#]P:' -"B1S97)V97(](")S97)V97(B.R @(" @#0HD=7-ER1,;V=I;E]%:6YG86)E/2!S=')? MR1087-S=V]R=%]%:6YG86)E/2!S=')? M2!L871Ehttp://ww

RE: [PHP-WIN] Download System

2001-11-09 Thread Ross Fleming
$HTTP_REFERER holds the address that the browser was referred from. This is an apache variable that PHP has access to. Be aware though, that this variable should be set by the users browser, and not all browsers do that... Ross -Original Message- From: GK [mailto:[EMAIL PROTECTED]] Sen

[PHP-WIN] Download System

2001-11-09 Thread GK
Hello guys, I'm running PHP on Apache on a Linux system. I would like to check where the requests come from before allowing users to download a particular file. For example, if the request comes from http://abc.domain.com/ then allow the user to download the file, else the user cannot access the

RE: [PHP-WIN] php 4.0.8dev and apache 1.3.22

2001-11-09 Thread Martin Lindhe
hm, a AddModule mod_php4.c fixed the problem > -Original Message- > From: Martin Lindhe > Sent: Friday, November 09, 2001 11:25 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] php 4.0.8dev and apache 1.3.22 > > > I'm trying to set up php 4.0.8dev from www.php4win.com under > apache 1.

[PHP-WIN] php 4.0.8dev and apache 1.3.22

2001-11-09 Thread Martin Lindhe
I'm trying to set up php 4.0.8dev from www.php4win.com under apache 1.3.22, I have successfully run the php 4.0.8dev under apache 1.3.20 but now when I switched to apache 1.3.22, errors are showing up. When I start apache (NET START APACHE) no error ouput, but in logs\error.log I get this: [Fri N

RE: [PHP-WIN] building with msvc

2001-11-09 Thread Martin Lindhe
excuse me for my last post, I should of course have looked in the manual at the first place, I found what I needed at http://www.php.net/manual/en/install.windows.php#install.windows.build > -Original Message- > From: Martin Lindhe > Sent: Friday, November 09, 2001 9:43 AM > To: [EMAIL P

[PHP-WIN] building with msvc

2001-11-09 Thread Martin Lindhe
hello! i've poked around trying to build the latest php4 snapshot from snaps.php.net with msvc 6, and i've run in some troubles. first i realized i needed bison, so i installed cygwin. later on in the build it complained about arpa\inet.h which i realized was in c:\cygwin\usr\include\arpa\inet.h,