RE: [PHP] MAC file upload

2002-04-08 Thread Rance Hall
Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 8:46 AM To: Shane McBride Cc: [EMAIL PROTECTED] Subject: Re: [PHP] MAC file upload

RE: [PHP] Adding Querystrings to links

2002-04-08 Thread Rance Hall
; } print tda href=\project_details.phtml?project=$line[pk]\$line[projectname]/a/td\n; print td$line[projectcustomer]/td\n; print td$line[projectstatus]/td\n; print td$line[projectcompletion]%/td\n; print /tr\n; } Hope it helps Rance Hall

RE: [PHP] Upload alert

2002-04-08 Thread Rance Hall
why couldnt you just do this $checksum = md5(implode('', file('/path/to/file'))); then it would only warn you about change in the code pre-parse, rather than post-parse as miguel suggested? Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc

[PHP] AS/400 data access

2002-04-08 Thread Rance Hall
the data that I need to generate a dynamic web page with PHP is on an AS/400 server if any of you have had to so this before, can you show me the connect code. I'm pretty sure I'm gonna have to use unified ODBC PHP commands, but not sure how to make the connection from the webserver to

RE: [PHP] Using ODBC

2002-04-04 Thread Rance Hall
Where were you yesterday when I was discussing this left and right. :) What do you want do know? Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -Original Message- From: Someone Somewhere [mailto:[EMAIL PROTECTED

RE: [PHP] Using ODBC

2002-04-04 Thread Rance Hall
, in the PHP manual read up on the unified ODBC command structure, and be advised that ODBC_NUM_ROWS does not return any meaningful value from an access database, do don't use that command Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL

[PHP] PHP and MS access

2002-04-02 Thread Rance Hall
Anybody have a good tutorial on getting PHP to access a MS Access Database with ODBC? I cant even get a connection to succeed. Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

[PHP] pH and MS Access

2002-04-02 Thread Rance Hall
base should be ok now, what do I do next. Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Really slow include

2002-04-02 Thread Rance Hall
it like this require (./path/to/file/header.htm) note the . in front of the path Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -Original Message- From: anti-blank [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002

[PHP] PHP and MS Access

2002-04-02 Thread Rance Hall
me what you did to get it to work, and how you did it. Thanks, Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using PHP to access an AS 400 database

2002-04-01 Thread Rance Hall
I'd like to find a way to get my PHP driven web site to connect to an AS 400 database The machine that is running php does have client access to the AS 400. I'm trying to port some old MS Excel spreadsheets over to our intranet.. any thoughts much appreciated. Rance Rance Hall 308.238.2455

[PHP] php - apache web based configurator

2002-04-01 Thread Rance Hall
Anybody have any recommendations on a good php based apache configurator, kinda like phpmyadmin for mysql databases? Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net