[PHP-WIN] DFD for website

2003-11-25 Thread Rinku Shivnani
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

php-windows Digest 26 Nov 2003 04:53:26 -0000 Issue 2016

2003-11-25 Thread php-windows-digest-help
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

[PHP-WIN] Internet

2003-11-25 Thread Rinku Shivnani
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-WIN] I Got It.

2003-11-25 Thread Nik
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]

[PHP-WIN] Selecting date/time from an Access database

2003-11-25 Thread Metin Kale
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

RE: [PHP-WIN] Online Polls

2003-11-25 Thread Robin Stoker
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

Re: [PHP-WIN] Encryption Decryption Help Needed

2003-11-25 Thread Eric COLINET
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

Re: [PHP-WIN] Online Polls

2003-11-25 Thread Nik
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

RE: [PHP-WIN] Re: insert syntax

2003-11-25 Thread Svensson, B.A.T. (HKG)
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

[PHP-WIN] Encryption Decryption Help Needed

2003-11-25 Thread Herhuth, Ron
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

Re: [PHP-WIN] Re: Sending Mail with PHP.

2003-11-25 Thread Roderick Martin
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

[PHP-WIN] Re: insert syntax

2003-11-25 Thread Andrei BEJENARU
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

RE: [PHP-WIN] insert syntax

2003-11-25 Thread Svensson, B.A.T. (HKG)
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

php-windows Digest 25 Nov 2003 12:24:34 -0000 Issue 2015

2003-11-25 Thread php-windows-digest-help
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

[PHP-WIN] insert syntax

2003-11-25 Thread Rinku Shivnani
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-WIN] Re: Error opening files sent via PHP script with IE on XP

2003-11-25 Thread Jarl E. Gjessing
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

[PHP-WIN] Error opening files sent via PHP script with IE on XP

2003-11-25 Thread Jarl E. Gjessing
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