RE: [PHP-DB] uploading

2002-11-05 Thread Ryan Holowaychuk
I have been trying to get this to work as well, where I am lost is what is the upload.php file supposed to contain, other than the below lines that Edward was mentioning Just lost Thanks Ryan -Original Message- From: Edward Peloke [mailto:epeloke;echoman.com] Sent: Tuesday, November 05,

RE: [PHP-DB] addition to uploading

2002-11-07 Thread Ryan Holowaychuk
How can I get the php page to email me after it has done and upload successfully. Do I use the mail()?? any thoughts Thanks [Ryan Holowaychuk] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Search and Replace

2002-11-08 Thread Ryan Holowaychuk
I am trying to do a search and replace into a text file that will then get saved to a new name once the info has been replaced. So I have been able to do this with simple ..['name'] variable replace. But how do I get it to save the results into a text file. Program work Flow - for creating a

[PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
I am trying to figure out how to take the data that I have collected in a form and format it into another page basically a bunch of tables and graphics, and then email that form to a specific email address. I have been able to get it to collect, place into the page, but now how to email the

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
put it -Original Message- From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] email form I am trying to figure out how to take the data that I have collected in a form and format it into another page basically

[PHP-DB] upload time out

2003-01-29 Thread Ryan Holowaychuk
I have an upload page on my website, and when I do large files via this process, system times out. Are there some setting that I need to tweek to allow this process to finish, so if some one was to send a 10 meg file it will go through. Right now it will not even copy any part of the file.

[PHP-DB] upload again

2003-02-12 Thread Ryan Holowaychuk
I have an upload set up, and now I need to do another one that will go to an other server. I can find how I can get the script to login to another server with a user and pass if needed and then carry on and send the file. This is what I have for a local one now $copied1 =

[PHP-DB] DNS entry

2003-02-22 Thread Ryan Holowaychuk
I have a site that the web page and the FTP are on different servers, but I can not figure how to enter that in the zone file. And not sure if I have this right: IN A 111.111.111.11 www IN CNAME website.ca. ftp IN A 222.222.222.222 ftp IN

[PHP-DB] sorry I sent the last

2003-02-22 Thread Ryan Holowaychuk
Sorry I sent the last message to the wrong list - so sorry But if anybody can help that would be great

[PHP-DB] file save

2003-03-06 Thread Ryan Holowaychuk
I am saving some data to a text file and what I want to do is have each line of data collected to be on its own line. What I am collecting is a roster (no, name, grade) so there is 10-15 people on a roster, and now when it saves it saves to one line. Thanks Ryan -- PHP Database Mailing

[PHP-DB] file save part 2

2003-03-08 Thread Ryan Holowaychuk
I have tried a few things and I can get the file to have each line on its own line. Once again this is a roster input that I adding to our website: No, name grade . The roster will contain 15 players So right now the implode puts everything on one line in the text file!!! So I am no sure

[PHP-DB] query selection

2003-06-16 Thread Ryan Holowaychuk
I have a databae built, at the moment it has two tables. The first table has 2 fields, an ID and description. This is for a listing of all the different samples that we have at the company. When the user clicks on the description they want, it will open another page that will show all the

RE: [PHP-DB] query selection

2003-06-16 Thread Ryan Holowaychuk
wanting us to write this for free? Do you want bids on the project? ---John Holmes... - Original Message - From: Ryan Holowaychuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 2:30 PM Subject: [PHP-DB] query selection I have a databae built, at the moment it has two

[PHP-DB] htmlMimemail.php

2003-07-21 Thread Ryan Holowaychuk
Has anybody used this feature. I am trying to get it to send a file via email. It shows that it has found the file, but it will not send the file to the emails specified $mail['admin'] = [EMAIL PROTECTED]; $mail['from'] = [EMAIL PROTECTED]; $mail['subject']= Web

[PHP-DB] database

2004-08-30 Thread Ryan Holowaychuk
I have a database that has 110,000 barcodes in it. I am trying to create a system that I can enter barcode1 in the system and it return a good or bad value. I have it loading in an array at the moment. which does nto seem to work that well as it is taking a longtime and it is causing the