I have made a website where registered users can download
documents from a protected area.
Only problem is, that users using windows XP and internet explorer cannot
use the Open, when they klik the link.
I have tried various browsers under Linux and Windows 2000, they dont have
any problems.
I pass
Never mind I found a sollution.
I'm using sessions and thereby sending
header("Cache-control: private");
Fixed the problem!
Jarl E. Gjessing wrote:
> I have made a website where registered users can download
> documents from a protected area.
> Only problem is, that users using windows XP and int
Dear All,
I want to insert data from one table to another one. But I don't
remember the syntax properly. Can you pls help me ?
Insert into tablename2 as select * from tablename1
Thank you.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php-windows Digest 25 Nov 2003 12:24:34 - Issue 2015
Topics (messages 22181 through 22184):
Re: Online Polls
22181 by: Robin Stoker
Error opening files sent via PHP script with IE on XP
22182 by: Jarl E. Gjessing
22183 by: Jarl E. Gjessing
insert syntax
2218
insert into [(, ...)]
select <[*] | [( [as ], ...)]>
from
[where ]
-Original Message-
From: Rinku Shivnani
To: [EMAIL PROTECTED]
Sent: 2003-11-25 12:57
Subject: [PHP-WIN] insert syntax
Dear All,
I want to insert data from one table to another one. But I don't
remember the syntax pr
Hi,
In MySQL it's INSERT INTO table2 SELECT * FROM table1
Regards,
Andrei
"Rinku Shivnani" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear All,
>
> I want to insert data from one table to another one. But I don't
> remember the syntax properly. Can you pls help me ?
>
> Insert
Can anyone tell me how to configure the SMTP server in the .ini file?
For instance, does it take an IP address, or what? We are running
WindowsNT 4 and our SMTP line is set to 'localhost' which I am almost
sure is incorrect.
Any help would be great!
Thanks!
On Aug 31, 2003, at 10:53 PM, Manue
I have a situation where users will be entering their credit card number
then the number will be stored in the MicroSoft SQLdatabase. I already
have SSL in place but what I would like to do is to encrypt the number in
the database to help my CIO sleep at night. We have constructed a report
to ge
As well as ingres, postgres, Oracle, SQLServer, etc syntax.
It is rather ISO-SQL 92 syntax than a specific RDBMS syntax.
Just for the record
-Original Message-
From: Andrei BEJENARU
To: [EMAIL PROTECTED]
Sent: 2003-11-25 15:30
Subject: [PHP-WIN] Re: insert syntax
Hi,
In MySQL it's I
I understand what you did and how you did it. However, the values within the
variables on the vote.php page are not being passed to regvote.php page. I
know this because I tried testing it. Below is just one of the examples that
i used to test it.
"Robin Stoker" <[EMAIL PROTECTED]> wrote in mes
Hi,
The only way i see to accomplish that is to use public key encryption.
for example:
- retrieve credit card id
- encrypt it with the administrator public key
- when the administrator need to do a report he can give the
secret key or the password of it (if it is stored o
Hey Nik
This is very strange, and the only thing I can think of is that it may
be your php config. I assume you are using php 4.2.3 or higher? and the
only time I ever had problems with posting values was with the
register_globals option in the php.ini file.
I don't know if you know anything abo
Thanks a million for the help. I did not change the php.ini file, what I did
wuz rework your code so that I got a clearer understanding. So not only did
I learn, but I manage to solve my problem. Once again. Thank you
Nik
"Robin Stoker" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Dear all,
Pls guide me the best Internet Connectivity which can be cheapest
and fastest one.
I know this is neither php nor windows based question, But I am
asking you because you all might be using Internet For a lot of time
in a day. So you can suggest me the best possible way.
--
PHP Wind
php-windows Digest 26 Nov 2003 04:53:26 - Issue 2016
Topics (messages 22185 through 22195):
Re: insert syntax
22185 by: Svensson, B.A.T. (HKG)
22186 by: Andrei BEJENARU
22189 by: Svensson, B.A.T. (HKG)
Re: Sending Mail with PHP.
22187 by: Roderick Martin
Enc
Dear all,
You all are website designers. So pls support me here.
I want to make DFD diagram for my website that I have already
developed.
Can you send me any example for it if you have made any DFD for
your Website.
Simply I know some of it but not pefectly know about it.
Thank you
--
PHP
Hello all..
I've been tasked to retrieve info from an Access database and I've been
successful in selecting data and displaying it. But I do have a problem
with DATE/TIME data. When I run a query asking for "TIME" data, I get the
value "-1" returned.
$conn = new COM("ADODB.Connection") or
17 matches
Mail list logo