php-windows Digest 24 Aug 2001 08:28:01 -0000 Issue 718

2001-08-23 Thread php-windows-digest-help
php-windows Digest 24 Aug 2001 08:28:01 - Issue 718 Topics (messages 9025 through 9034): mysql statment 9025 by: Angie Tollerson 9026 by: Angie Tollerson 9028 by: Erik H. Mathy Iexplore - php - frames problems with javascript 9027 by: lars-eirik.netcom.no F

[PHP-WIN] Re: About "no-cache"

2001-08-23 Thread Matthias Maar
Hi. Do you really think preventing the browser from caching the page is what you need here? I think no. Whenever the page is shown/reloaded you need to check if the user already has been "counted". This may be done by setting some information in a cookie (you mentioned one). The code for your cou

[PHP-WIN] Re: mail function problem

2001-08-23 Thread Matthias Maar
Hi. I tested the script on my server and it works! Just ignore the mail you got. So the error has something to do with your smtp server. Look at your server's log file to find out if there is a problem with user/password for php. It may be necessary to create a new account for the php-user you se

[PHP-WIN] PHP/Apache module, and the php.ini file

2001-08-23 Thread Chris
I have PHP/4.06 running as a module within Apache, and when I change my php.ini file, I noticed that when I call I notice that there are no changes! This doesen't seem to happen when running CGI version of PHP... ...any ideas? NOTE: I have tried restarting Apache, Shutting down and restarting

Re: [PHP-WIN] currency format.... not international format

2001-08-23 Thread Carlos Rebollo
Hello; There is a standard function that do this: number_format Take a look in this: http://www.php.net/manual/en/function.number-format.php Best Wishes; Carlos Henrique; At 15:44 21/8/2001 +0530, sur-php wrote: >Hello php-windows, >any body know how to do this ? >suppose there is a input numb

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Eric Pankoke
I created a simple DLL that contains two functions which give the user a string: one as a return value and the other as a ByRef argument. The return value worked and the ByRef didn't. At 03:39 PM 8/23/01 -0400, Ryan Marrs wrote: >[Yes this is a repeat, but I didn't receive an answer back, and

[PHP-WIN] Fixed the problem with iexplore -frames - php

2001-08-23 Thread lars-eirik
I fixed the problem which i asked for help on by deleting a vital part of the function it was something like this function changframes(page,page2) parent.nav.document.location.href=page parent.location.document.locaton.href=page2 it turned out that Iexplore only uses the .document with the m

RE: [PHP-WIN] mysql statment

2001-08-23 Thread Erik H. Mathy
Hi Angie! > The description field being the one failing if it is too long. > As you can see I tried adding slashes but to no avail..it really > seems to be the length for my scripts but phpmyadmin doesn't > care. Any ideas? Hokay...how does phpMyAdmin's code handle insertion of values into th

[PHP-WIN] Iexplore - php - frames problems with javascript

2001-08-23 Thread lars-eirik
Hey there. I am having a major problem for the moment with Iexplorer and php.. I have tried to run the webpage in OPERA and it does everything it is suppose to.. I have this problem that when i want to assign a function to a button which should open new pages in 2 frames (i do this by a java

Re: [PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
Well, I've answered my own question! Apparently, you cannot use the addslashes function in the sql statement, not the way I am anyways. Does anyone know the proper way if any to do that without having to do a bunch of extra coding before every sql statment just to addslashes? Thanks! Angie >

[PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
I guess the only thing windows related about this is that I have this whole setup on windows :) But I've tried to help out as much as I can on here so maybe someone will be kind to me :) Here goes: I have set up a mysql database column to be LongText (I've also tried LongBlob) and I tried uploa

php-windows Digest 23 Aug 2001 20:24:11 -0000 Issue 717

2001-08-23 Thread php-windows-digest-help
php-windows Digest 23 Aug 2001 20:24:11 - Issue 717 Topics (messages 9010 through 9024): R: [PHP-WIN] Upload 9010 by: Darvin Andrioli It's just a logo.. 9011 by: Wisam Install problems 9012 by: Ronald Weinrich mysql/php install on a Win2k machine 9013 by:

[PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Ryan Marrs
[Yes this is a repeat, but I didn't receive an answer back, and I desperately need an answer] Thanks! Anybody know if PHP can handle VB ByRef's when calling a COM object? I've searched the documentation and the web and have found nothing on it, so I'm going to assume it doesn't, but I just thou

Re: [PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I didn't even think of that. Thanks. I tried it and got the printer to show up. Now I've got to figure out how to open a connection to it. The printer_open function isn't working as I would expect. Thanks again!! Rob Cox "Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message 001401c12bed$aa326f0

RE: [PHP-WIN] printer functions

2001-08-23 Thread Erik H. Mathy
Hi Rob! I haven't had the chance to play with this set of functions yet. However, a quick browsing of the docs found this function: http://www.php.net/manual/en/function.printer-list.php Try firing that off with the PRINTER_ENUM_NETWORK or PRINTER_ENUM_REMOTE options. See what p

[PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I'm trying to do a printer_open but I keep on getting a warning that it can't connect to the printer. The printer isn't local to the web server. It exists as a network printer (shared by another system). I'm using a fully Windows environment (I know...I know). I've tried specifying the printer nam

[PHP-WIN] session and header problem

2001-08-23 Thread Angie Tollerson
If anyone is slightly familiar with phpSecurePages (or not) I have this problem since I moved a site between servers. I get this error at the top of my page: Warning: Cannot send session cache limiter - headers already sent (output started at ... And then it lists a file that started ouput alre

Re: [PHP-WIN] How to get the content of a file into the valueof a text column

2001-08-23 Thread Angie Tollerson
Jack, You just need to check out the fopen and fread functions on php.net/manual Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Jack" <[EMAIL PROTECTED]> [EMAIL PROTECTED] 10:02AM >>> Dear all Actually i'm trying to get the content of a file, and make i

[PHP-WIN] How to get the content of a file into the value of a text column

2001-08-23 Thread Jack
Dear all Actually i'm trying to get the content of a file, and make it as a default value of a input text column. Is there anyway could do it? Thx jack [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [PHP-WIN] comments not working in PHP

2001-08-23 Thread Michael Rudel
Yes, beside of the *! Trial by Error >>8)=) Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(0)7531-89207-13 e-m

[PHP-WIN] comments not working in PHP

2001-08-23 Thread chris
Bizarre problem... maybe a simple issue? I've tried #, //, /* */ and it simply will not comment out the phpinfo function... code looks like this: # //

[PHP-WIN] R: [PHP-WIN] Install problems

2001-08-23 Thread Darvin Andrioli
Hi Ronald I suggest you to define the line ScriptAlias /php/ "e:/internet/homepage/blank/php/" as an alias, ( Alias /php/ "e:/internet/homepage/blank/php/" ) and then define a new scriptalias for php.exe. I.e. ScriptAlias /phpexe/ "c:/php/" Action application/x-httpd-php "/phpexe/php.exe" Grea

[PHP-WIN] mysql/php install on a Win2k machine

2001-08-23 Thread Wolfgang Schneider
Hi, as a bit of a newbie with PHP and Win2k, I've succesfully installed and used php on my Win2k computer for testing web pages etc locally on my computer and not having to upload things to the server of my ISP. Everything runs fine ... so it seems. Today then, I just installed a mysql distrib

[PHP-WIN] Install problems

2001-08-23 Thread Ronald Weinrich
Hello All I try to install php on my Notebook. I have php-4.0.6-Win32 on c:\php and Apache 1.3.12 on F:\Apache Group\Apache. My DocumentRoot is "e:/Internet/homepage/blank" and the phpScript should stay in "e:/internet/homepage/blank/php/" In php.ini I have: include_path = doc_root =e:\inter

[PHP-WIN] It's just a logo..

2001-08-23 Thread Wisam
Do you know What's a logo worth: PRICELESS. Do you have a logo ? Do you have what it takes to design one ? To do it in Flash ? Do you heve what it takes to put it on your website ? on your stationery & Business card ? On literally hundreds of products ? Do you have what it takes to make it 3D, A

[PHP-WIN] R: [PHP-WIN] Upload

2001-08-23 Thread Darvin Andrioli
Hi Daniel Are the file size less then the parameter "upload_max_filesize"? Darvin > -Messaggio originale- > Da: Sichta Daniel [mailto:[EMAIL PROTECTED]] > Inviato: giovedi 23 agosto 2001 9.23 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] Upload > > > Hi there, > cfg: w2k, Apache 1.3.20, p