[PHP-DB] Out OF OFFICE...

2003-10-23 Thread Tristan . Pretty
How do I unsubscribe? I'm going away, and have set myout of office... I don't wanna bombard you guys every time I get a posting... * The information contained in this e-mail message is intended only for the personal and

[PHP-DB] Looking for some scripts.....

2003-10-23 Thread Robert Sossomon
I'm looking for a few scripts, since my coding ideas and trying to use GoLive6 is too cumbersome. I have seen some shopping carts that are freeware, and I am looking for ones that will do shopping carts and at the same time do a salesmen's interface to it as well, something like: George is a

[PHP-DB] How to drop my Postnuke db...

2003-10-23 Thread jjende
Hi Everyone... I have just started to work whit PHP and SQL... I found Postnuke and im using whit satisfaction until i some how screwed up my installation of Postnuke. While reinstalling Postnuke it doesn´t remake my database. I gues i have to drop it some how but i can´t figure out how. My

[PHP-DB] txt to db, file() bug?

2003-10-23 Thread jeffrey_n_Dyke
OS Solaris8 php4.3.2 and php 4.2.3. running as CLI from cron and command line. I have a log file that i'm processing that i need to in turn insert only certian fields into the database. I open the files using file(filename.csv),which returns the array for me to process. i process all the lines

[PHP-DB] Can't copy file to another server

2003-10-23 Thread Karen Resplendo
Apache on Windows web server. After file upload and validation I would like to copy it to a folder on a Win 2K Server machine. We have created the folder and shared it and mapped a drive(F:) on the Webserver to it: $AcceptedFolder= 'F:';

Re: [PHP-DB] Can't copy file to another server

2003-10-23 Thread jeffrey_n_Dyke
do you just need a / $AcceptedFolder= 'F:/'; Karen Resplendo

[PHP-DB] Re: txt to db, file() bug?

2003-10-23 Thread Justin Patrin
You may be having problems with your delimiter (,) being within quotes. This can be a problem both for your ',' splitting and for the file() splitting (\n). fgetcsv() seems to do some of this, but I'm not sure of its completeness. Here's a function I wrote and some possible code for you: /**

Re: [PHP-DB] Re: txt to db, file() bug?

2003-10-23 Thread jeffrey_n_Dyke
hmmm. thanks for this. the file actually does not have quoted entries between the commas. it is just: text,text,text . ,text \n that does not take away from the assitance...gives me more things to think about. thank you. jeff

Re: [PHP-DB] Can't copy file to another server

2003-10-23 Thread Karen Resplendo
Nope. Already tried that. Warning: Unable to create 'F:/portlandApr05-08-2002.txt': Permission denied in C:/Program Files/Apache13 14/Apache/htdocs/file_upload.php3 on line 172 [EMAIL PROTECTED] wrote: do you just need a / $AcceptedFolder= 'F:/'; Karen Resplendo ahoo.com cc:

[PHP-DB] Re: Out OF OFFICE...

2003-10-23 Thread David Robley
In article OF2F04DC1F.26233B3B-ON80256DC8.005148C9- [EMAIL PROTECTED], [EMAIL PROTECTED] says... How do I unsubscribe? I'm going away, and have set myout of office... I don't wanna bombard you guys every time I get a posting...

Re: [PHP-DB] Re: Out OF OFFICE...

2003-10-23 Thread George Patterson
On Fri, 24 Oct 2003 12:21:30 +0930 David Robley [EMAIL PROTECTED] wrote: In article OF2F04DC1F.26233B3B-ON80256DC8.005148C9- [EMAIL PROTECTED], [EMAIL PROTECTED] says... How do I unsubscribe? I'm going away, and have set myout of office... I don't wanna bombard you guys every time I

Re: [PHP-DB] Form Variables

2003-10-23 Thread Jason Wong
On Wednesday 22 October 2003 17:09, Ng Hwee Hwee wrote: i am using sessions already. in fact, header(Cache-control: private); worked in my other applications but not this one.. is it true that because page1.php is a https:// page so it can't cache my entries? Perhaps you had better start from