php-windows Digest 30 Apr 2002 05:22:21 -0000 Issue 1119

2002-04-29 Thread php-windows-digest-help
php-windows Digest 30 Apr 2002 05:22:21 - Issue 1119 Topics (messages 13385 through 13411): Re: Showing a blob filed part II 13385 by: Waldemar Brand Neto PHP_SELF - undefined var 13386 by: Scott Mc 13391 by: Mike Flynn Re: CGI process locked up 13387 by: M

[PHP-WIN] PHP Triad or Nusphere or ??

2002-04-29 Thread Chris Lott
Not having used any of them myself (yet), is there any compelling reason to choose one of the "unified" installer packages over another? I am leaning towards PHP Triad because it is free (which is good for myu students) and because Nusphere makes me a bit itchy with all the bad blood with MySQL. I

[PHP-WIN] Need help with functions

2002-04-29 Thread Bob Sears
I'm into developing a shopping cart using PHP (naturally) and am running into a little snag. I need to be able to perform several tasks within the framework of a construct: 1) Call a function from within the module; 2) Call an external PHP module (no return) with the contents of ALL

Re: [PHP-WIN] NT ACL Manipulation

2002-04-29 Thread Alan Brown
I have never found any detailed docs on the subject, but when I was playing with IIS configuration, I found that it was capable of returning an ACL and it is true that I can instantiate a component called "AccessControlEntry" $ACE = new COM("AccessControlEntry"); $ACE->Trustee = "Administrator";

[PHP-WIN] NT ACL Manipulation

2002-04-29 Thread David Redmond
Hi All, Is anyone aware of any components/modules that will allow PHP to read & modify NT ACLs? Apart from having to shell to a utility such as 'xcacls', I can't seem to find anything that will do the job. Cheers -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP-WIN] PHP Curl extension unresolved symbol imp_fwrite when linking using MSVC++ Win95

2002-04-29 Thread Sukhwinder Singh
Configuration: curl - Win32 Release_TS Linking... Creating library Release_TS/php_curl.lib and object Release_TS/php_curl.exp curl.obj : error LNK2001: unresolved external symbol __imp__fwrite curl.obj : error LNK2001: unresolved external symbol __imp__re

RE: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Ross Fleming
Try sticking an argument at the end of the file to force iexplore to refresh ie if the the request is http://server/file.phtml make the request http://server/file.phtml?anything=nothing Otherwise, add the cache headers to your file during development: header ("Expires: Mon, 26 Jul 1997 05:00:00 G

Re: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Webmaster
Even the CTRL + Click (or right click and select refresh) does not work for me, so I inserted the META tag to expire the webpage, also the META tag no-cache, tried CTRL + F5, CTRL refresh, CTRL + right click refresh, but nothing works except the Extra Internet tools option.. Webmaster "Stuart D

[PHP-WIN] Multiple Definiion erros when linking php 4.20 exts MSVC++ 6.0 (win95)

2002-04-29 Thread Sukhwinder Singh
Hello, I am trying to compile php 4.20 on Windows 95 using MSVC++ 6.0 because many of the extension libraries like mcrypt, imap and ldap are not available in the binary donwload. I followed instructions in php manual to compile php.exe. Php compiled and linked fine when using D:\php-4.2.0\

[PHP-WIN] Compiling Php on Windows

2002-04-29 Thread Sukhwinder Singh
Hello, I want to compile php on windows 95 using Microsoft Visual C++ 6.0 because many extensions like ldap and imap are not available in the download. I followed the instructions provided in the manual which are inadequate and doesn't provide detailed instructions. First of all it asks

[PHP-WIN] Multiple Definiion erros when linking php 4.20 exts MSVC++ 6.0 (win95)

2002-04-29 Thread Sukhwinder Singh
Hello, I am trying to compile php 4.20 on Windows 95 using MSVC++ 6.0 because many of the extension libraries like mcrypt, imap and ldap are not available in the binary donwload. I followed instructions in php manual to compile php.exe. Php compiled and linked fine when using D:\php-4.2.0\

[PHP-WIN] Compiling Php on Windows

2002-04-29 Thread Sukhwinder Singh
Hello, I want to compile php on windows 95 using Microsoft Visual C++ 6.0 because many extensions like ldap and imap are not available in the download. I followed the instructions provided in the manual which are inadequate and doesn't provide detailed instructions. First of all it asks

Re: [PHP-WIN] Running winamp thru php (was "executing an external program")

2002-04-29 Thread RoboTeddy
The better way to do this is through the use of PHP's COM functions. You can do this if you get a plugin for winamp (http://www.adcock8.freeserve.co.uk/). This will allow you to control winamp completely (you can do anything a skin can do) in most programming languages (VB, C, and of course PHP).

[PHP-WIN] Re: php.ini and SMTP

2002-04-29 Thread Shawn
I figured it out, I forgot to move the php.ini file to c:\winnt directory. I also forgot to set the extension_dir variable. "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do a find for php.ini on your harddrive(s) and make sure you only have

RE: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Stuart Dallas
In IE you have to do ctrl+click the refresh toolbar icon. Ctrl+F5 does not do it. HTH, Stuart -Original Message- From: Luis Ferro [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:00 To: Webmaster Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: i'm stuck guys Internet Explorer doesn't

Re: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Luis Ferro
Internet Explorer doesn't respect reloads and cache orders in any perceived way. The only way i found to workaround this was (in a ASP project) to add the response.* properties that manipulate with the cache and add in the of the pages the meta statements. But for the 100% workaround in IE i

Re: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Webmaster
Nope, CTRL F5 doesn/t work, php then gives the same page anyway, I also tried to make the page php appears on to expire and consulted Microsoft of this problem, but nobody seems to know why this happens... The only thing that works is to manually flush the browsers cache... Webmaster "Dash McEl

RE: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Dash McElroy
In Mozilla and IE you can do a -F5 and it will do a force refresh. -Dash -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 10:30 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: i'm stuck guys Hi again, I really do have problems with windows re

[PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Webmaster
Hi again, I really do have problems with windows refreshing the screen, that's why i see the same pages all the time too, but after all the pages does have changed! When you insert some code and get the same page back, try this: Go to extra, Internet options, temporary internet files (tijdelijke

Re: [PHP-WIN] php.ini and SMTP

2002-04-29 Thread Piotr Pluciennik
Hi, you probably have more than one php.ini... HTH Piotr --- Shawn <[EMAIL PROTECTED]> wrote: > I have set the SMTP variable in my php.ini file to > the IP address of my SMTP > server. When I try to use email in my php scripts I > thought it was the php > code but it is using pretty standard

[PHP-WIN] php flush()

2002-04-29 Thread Nicole Amashta
I am trying to write scripts that will output any dynamically generated data to the browser before the script is complete. For example, say I have a loop that generates data. I want this data to go to the browser as soon as possible so the script does not appear to hang. I have tried this flush()

Re: [PHP-WIN] PHP_SELF - undefined var

2002-04-29 Thread Mike Flynn
What you've done wrong is not checked the 4.2 release notes :) http://www.php.net/release_4_2_0.php At 11:13 AM 4/29/02 -0400, Scott Mc wrote: >I am using WinXP (IIS), and PHP 4.1.2. Recently I've upgraded to PHP 4.2. >Since the upgrade, all of my scripts that use the PHP_SELF variable will not

Re: [PHP-WIN] i'm stuck guys

2002-04-29 Thread Mike Flynn
Your code is incorrect. That's what debugging is for! -Mike At 01:13 PM 4/29/02 +0200, Erik wrote: >hi, > >that error indeed disapperars but now i cannot use the html buttons anymore >when i click submit it keeps on showing me the same page over and over again >i created the script if the form

[PHP-WIN] Re: php.ini and SMTP

2002-04-29 Thread Nicole Amashta
Do a find for php.ini on your harddrive(s) and make sure you only have ONE php.ini file on your computer running PHP. -- Nicole Amashta Web Application Developer www.aeontrek.com "Shawn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have set the SMTP vari

[PHP-WIN] php.ini and SMTP

2002-04-29 Thread Shawn
I have set the SMTP variable in my php.ini file to the IP address of my SMTP server. When I try to use email in my php scripts I thought it was the php code but it is using pretty standard sendmail commands. Then I did a phpinfo script. It says that SMTP = localhost. I double checked the php.i

[PHP-WIN] re: CGI process locked up

2002-04-29 Thread Matt Babineau
How do I terminate it so the server will serve PHP files ? I replaced the php.ini files and it didn't like it very much so the CGI is timing out. How can I restart the CGI engine w/o restarting the machine? I tried to restart IIS but it doesn't kill a DLLHOST.exe process that continues to run. M

[PHP-WIN] PHP_SELF - undefined var

2002-04-29 Thread Scott Mc
I am using WinXP (IIS), and PHP 4.1.2. Recently I've upgraded to PHP 4.2. Since the upgrade, all of my scripts that use the PHP_SELF variable will not work - citing undeclared variable. I reverted back to 4.1.2 and everything works fine again. What have I done wrong? Scott -- PHP Windows Mail

Re: [PHP-WIN] Re: Showing a blob filed part II

2002-04-29 Thread Waldemar Brand Neto
Thank´s George. I will implement that. - Original Message - From: "George Nicolae" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 10:54 AM Subject: Re: [PHP-WIN] Re: Showing a blob filed part II > If this implementation work I think is a good way. > > -- > > >

php-windows Digest 29 Apr 2002 13:52:46 -0000 Issue 1118

2002-04-29 Thread php-windows-digest-help
php-windows Digest 29 Apr 2002 13:52:46 - Issue 1118 Topics (messages 13375 through 13384): Running winamp thru php (was "executing an external program") 13375 by: Ross Fleming 13376 by: Ross Fleming Re: [PHP-WINDOWS] why every page show "X-Powered-By: PHP/4.0RC1 Content-ty

Re: [PHP-WIN] Re: Showing a blob filed part II

2002-04-29 Thread George Nicolae
If this implementation work I think is a good way. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Waldemar Brand Neto" <[EMAIL PROTECTED]> wrote in message 006901c1ef7b$5580ba00$[EMAIL PROTECTED]">news:006901c1ef7b$55

Re: [PHP-WIN] Re: Showing a blob filed part II

2002-04-29 Thread Waldemar Brand Neto
Dear George thank´s again but I don´t know how to save the image in another file. I tryed this way. But my question is: This is the best way to do that? Upload.php "; echo " Kompatscher & Cia Ltda "; echo ""; $con = mysql_connect("*) or

[PHP-WIN] php 4.1.2 / $_SESSION

2002-04-29 Thread Steff
hi folks i'm just about to experiment with the new handling of session vars ($_SESSION[...]). now if i start with session_start(); $_SESSION["remember_me"] = "steff"; session_save_close(); // tested with and without this function call , the var value won't be set correctly. on a following page

[PHP-WIN] i'm stuck guys

2002-04-29 Thread Erik
hi, that error indeed disapperars but now i cannot use the html buttons anymore when i click submit it keeps on showing me the same page over and over again i created the script if the form is correctly fill in it should display a message like print "hi $name your message has been sended to me t

[PHP-WIN] PHP normal text to Unicode / UTF-16 (XML) -> Flash MX v6.0

2002-04-29 Thread Danny Asmussen
Hey there ... I'm having a major problem, I have to generate a XML file encoded in UTF-16 so Flash can read the XML file and decode it - and would be able to show the correct chars in every language (or atleast Lithuania, Czech and other normal language english). I've tried so many things, mb_

Re: [PHP-WIN] Re: executing an external program

2002-04-29 Thread rainer
hey ross, the code i mentioned in the e-mail before is wrong. i tried. as you suggested: - exec("CMD /C START c:\progra~1\micros~1\office\winword.exe >NUL"); - sorry for this wrong information by mistake. Rainer "Rainer" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP-WIN] Re: executing an external program

2002-04-29 Thread rainer
hey ross, your suggested code - exec("COMMAND.COM /C START c:\progra~1\micros~1\office\winword.exe >NUL"); - is trying to do something (starting winword?) without a result. the apache hangs up! i've heard that it makes a difference whether you have installed apache as cgi or as a module. i have it

[PHP-WIN] Re: [PHP-WINDOWS] why every page show "X-Powered-By: PHP/4.0RC1 Content-type:"

2002-04-29 Thread Robert Beenen
Make sure that all the paths in php.ini exist. Had this same problem when using sessions, because the directory where the session data should be saved didn't exist. Greetings, Robert [EMAIL PROTECTED] (Jim Hearn) wrote in news:8ghnk3$6c5$[EMAIL PROTECTED]: > Can you provide detailed instruct