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
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
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
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
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
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
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
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
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
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
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
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
---
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 - 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
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
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
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
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
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
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
[> 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
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
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 (
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
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].
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
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
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
28 matches
Mail list logo