Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread OoCobra97
Hello, you can also use mydomain.com...its your own domain www.abc.com you have full control of how to set it up, plus its free. ~Jeff

[PHP-WIN] escape loop on timeout

2001-05-21 Thread Brendan Gogarty
hi, just wondering if there was any easy way to break/escape from a loop (for loop) if the loop exceeds a maximum time. I realise that set_timeout applies to the whole script but i am just interested in a sub function of the script. cheers! brendan. -- PHP Windows Mailing List (http://www.p

RE: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Ignatius Teo
1. I'm not so sure you should be running a production web server using Win98. If you must use Windows, why not Win2K? 2. Perhaps you really mean to connect the 3 branches via an intranet, rather than the internet? In which case, you SHOULD be using NT/Win2K AS and use LMHOSTS to do the resolutio

RE: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread andrew morton
If you do want a DNS name you might want to check out http://www.dyndns.org/ they'll give you yourname.dyndns.org or yourname.dnsalias.com etc. It's a free service that accepts donations. andrew -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 20

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Mike Kelley
You don't need the DNS Unless you want to pay for the www.abc.com.my domain. All your remote offices need to do to connect to the server is type in the IP of the server. The remote boxes will be directed into the web root directory. Give it a try, you already have what you want. The only plus

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Calvin Chang
Thank you for your reply. Probably I can explain more detail to you the configuration: I want to install one web server in the main office and 3 pcs at different branches. The main purpose is to online the transactions at branches with main office. The web server is connected to internet using

[PHP-WIN] sybase_ct module

2001-05-21 Thread Steve Meyers
Has anybody successfully used the sybase_ct.dll? It is linking in fine, but I don't think it's finding the interfaces file. Thanks! Steve Meyers -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP-WIN] Question about TRUE and FALSE

2001-05-21 Thread andrew morton
Err never mind it's there in the manual under expressions, I expected it to be in the constants section. sorry, andrew -Original Message- From: andrew morton Sent: Monday, May 21, 2001 13:21 To: Php-Windows (E-mail) Subject: [PHP-WIN] Question about TRUE and FALSE Anyone have any idea

[PHP-WIN] Question about TRUE and FALSE

2001-05-21 Thread andrew morton
Anyone have any idea why the constant TRUE evaluates to 1 but FALSE evaluates to "" and not 0? The fragment if (!"") print "true"; else print "false"; works the same as if (!FALSE) print "true"; else print "false"; I'm used to the Cish behavior of false=0 and true!=0, is this something th

RE: [PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-21 Thread Asendorf, John
I'm afraid I don't even have a Linux box I can even run it on... I'm using the OCI calls with OCIPLogon - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insani

Re: [PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-21 Thread Tim Uckun
At 03:24 PM 5/21/2001 -0400, Asendorf, John wrote: >OK... > >PHP 4.0.4. IIS 4, Oracle 8 client, Oracle 7.3.4 backend, webserver in DMZ How are you connecting to the database? Are you using persistent connections?Have tried to run the same code on linux to see if it runs faster? :wq Tim Uckun

RE: [PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-21 Thread Asendorf, John
I don't think that it's an SQL issue. Searches on the customer "Smith" run through and back (including formating the data) in about 3.5 seconds (per the timer in the script) but take about 15 seconds to see a response on the client. The whole building is base-T and fiber ---

[PHP-WIN] OK, I'm officially screwed if I can't get some suggestions

2001-05-21 Thread Asendorf, John
OK... PHP 4.0.4. IIS 4, Oracle 8 client, Oracle 7.3.4 backend, webserver in DMZ I'm having some speed problems with a data entry front end that is being used in house. The queries sometimes (most times) take upwards of 13-17 seconds to run. I've put a timer which starts at the beginning of the

php-windows Digest 21 May 2001 19:18:23 -0000 Issue 610

2001-05-21 Thread php-windows-digest-help
php-windows Digest 21 May 2001 19:18:23 - Issue 610 Topics (messages 7774 through 7788): Re: Cannot "view source" via IE browser 7774 by: M Armsby INSERT INTO TABLE 7775 by: Anthony Darby 7780 by: Johannes Janson 7782 by: Asendorf, John DNS/WEB SERVER WITH

[PHP-WIN] LDAP and M$ Exchange 5.5 :: It's Not Happening.

2001-05-21 Thread Dickerson, Monty
John, et.al., It appears that to do management of recipients on Exchange Server will require using Microsoft COM and Microsoft ADSI; not just LDAP. Micro$oft embraced and extended LDAP, so that LDAP is a 2nd class protocol that can't do everything. You have to do things the M$ way on M$ produc

[PHP-WIN] LDAP and M$ Exchange 5.5

2001-05-21 Thread Dickerson, Monty
Thanks for this tip! I ran some queries on the Microsoft Support Knowledge Base for Exchange 5.5, but found NO information or examples of how to use LDAP with Exchange to do what you say. Would you point me to a URL, or what keywords to search on, or towards some resources which provide

Re: [PHP-WIN] I need help!!!

2001-05-21 Thread Mike Flynn
Read one line from the text file at a time. Then use explode to separate it by semicolons. Haven't ever done it from a text file myself, but something SIMILAR to this should work: \n"; print "$str1\n"; print "$int1\n"; print "$str2\n"; print " \n"; } ?> At 03:45 PM

[PHP-WIN] Print out a paper?

2001-05-21 Thread Johan Lundqvist
Hi there, I need to find a way of getting out a report on paper from the web server (php,apache and WinNT/W2000). The app I'm developing will run on several servers, so it has to be simple and standard. What's the easiest way to do this? Do a copy of a file to LPT1:? When will php_priner.dll com

Re: [PHP-WIN] I need help!!!

2001-05-21 Thread Michel Laine
Alain Menard wrote: > I clicked on the send button to fast... > > The part that i'm having problem with is the second part. Especially the one > about the first string becomming a link to the corresponding URL. > > ""Alain Menard"" <[EMAIL PROTECTED]> wrote in message > 9dv3k5$873$[EMAIL PROTECTE

RE: [PHP-WIN] Sockets problems in php

2001-05-21 Thread Che Gonzalez
I'm trying to get fsockopen to work. Somehow, I believe it is something that I am missing because I can make an http-get work with fsockopen. It could be that I have to initialize the socket in perl differently. STDIN / STDOUT works on unix, but opening processes does not work on windows. PH

RE: [PHP-WIN] INSERT INTO TABLE

2001-05-21 Thread Asendorf, John
[> Replace MY_TABLE_HERE with INTO TABLE '$t' and I get nothing.] Try -> MY_TABLE_HERE with INTO TABLE $t ^^^ (Gid rid of single quotes) John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.co

Re: [PHP-WIN] php4 and iis5

2001-05-21 Thread JayAchTee
Is should be "php4isapi.dll". Finger check? Make sure that x:\PHP is in the server PATH environment variable. I could not get PHP to run the ISAPI filter until this was set. Regards ""Grady Morgan"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am tryi

Re: [PHP-WIN] INSERT INTO TABLE

2001-05-21 Thread Johannes Janson
Hi, > if(!($result=mysql_db_query($DB, "LOAD DATA INFILE '$p' INTO TABLE '$t' > FIELDS TERMINATED BY '|' LINES TERMINATED BY ';'"))) you don't need the single quotes around the table. LOAD DATA INFILE 'fliename' INTO TABLE tablename . hope it helps Johannes -- PHP Windows Mailing List (

Re: [PHP-WIN] Slow download bitrate **** SOLUTION FOUND *******

2001-05-21 Thread Eric L.. Edberg
Hello all, After 2-3 months of digging I solved my problem through deduction. Turns out this issue is a MS NT issue, possibly SP6 related. Given: - slow bursty IIS download, ok at times, extremely slow at other times typically when multiple processes (PHP, ASP, or others are ex

Re: [PHP-WIN] Exchange

2001-05-21 Thread JayAchTee
If you are running Exchange Server 5.5 SP 3+, then you can use LDAP to manage recipients on the Exchange server. The Microsoft knowledge base has several examples of how to use LDAP with Exchange. Regards. ""oifik"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Johan Lundqvist
Well, that depends on what you wanna do? > > Is it possible to set up a DNS server in a web server ? A server acting as web server can also host a DNS server. It's just 2 different services/deamons running on different IP ports (http/web commonly uses port 80 and DNS querys uses port 53). If yo

[PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Calvin Chang
Is it possible to set up a DNS server in a web server ? For your information, I intend also to develope in Apache/PHP/win98 environment. Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] INSERT INTO TABLE

2001-05-21 Thread Anthony Darby
Hello, I have a select box which grabs table names as in the first snippit of code. I then have an INSERT statement which loads a text file I specifiy in a text field into the selected table . This executes on PHP_SELF submit. If I replace '$t' with INTO TABLE MY_TABLE_HERE, I get an insert and