[PHP-WIN] Cant write file to server

2006-02-01 Thread Michael Adams
Newbie with Kiwiwebhost and LAMP with PHP 4.XX Trying to iron out my first "file upload" issues. Using "Build your own database driven websites: using PHP and MySQL" and the online manual as main resources. I cannot write out a file to my public_html directory. I have trimmed this down to the ba

[PHP-WIN] Re: [PHP] php not allowed in .htaccess

2005-06-02 Thread Michael Adams
On Tue, 31 May 2005 23:13:38 -0700 (PDT) Richard Lynch <[EMAIL PROTECTED]> wrote: > On Wed, May 25, 2005 3:01 pm, Jack Jackson said: > > Hi, dumb config issue. > > > > > > I'm putting a php_value include_path statement in an .htaccess file > > > >php_value include_path > > ".:/home/user/publ

[PHP-WIN] Re: [PHP] Stopping users to see uploaded files

2005-05-27 Thread Michael Adams
On Fri, 27 May 2005 11:59:53 +0100 symbulos <[EMAIL PROTECTED]> wrote: > Dear friends, > > we are using php for developing a small tool for uploading files for > download > (publications). Using the usual move_uploaded_file, the publications > are loaded into a directory where the webserver can

Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread Michael Adams
On Wed, 12 Jan 2005 20:46:46 -0500 "MikeA" <[EMAIL PROTECTED]> wrote: > I have a PHP file that outputs HTML to the Internet to a user. The > user also wants to be able to print that output to a printer. The > user wants it formatted with page breaks in the proper place and so > on. Using one PH

Re: [PHP-WIN] newbie: a very simple question (I hope)

2004-12-16 Thread Michael Adams
On Wed, 15 Dec 2004 10:23:29 -0800 (PST) Patrick Roane <[EMAIL PROTECTED]> wrote: > I am trying some excercises in a book and one of the > excercises says to: > > Assign values to two variables. Use comparison > operators to test whether the first value is: > > 1. the same as the second > > 2.

Re: [PHP-WIN] Permission deny on connecting MS Access database

2004-12-01 Thread Michael Adams
On Wed, 1 Dec 2004 02:32:14 +0200 Emperor Kang Xi <[EMAIL PROTECTED]> wrote: > I use MySQL for PHP and I need to retrieve data from MDB directly and > display it to user browser. If php possible to retrive mdb data, so i > do not need to write converter for MDB to MySQL. > > Why MDB + MySQL for P

Re: [PHP-WIN] What's wrong with these two programs?

2004-11-24 Thread Michael Adams
7;userName']; > > Mike And assuming both Armando and Mikes answers work which method is the more correct? -- Michael Adams Trying to learn in dribs and drabs -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Passing an Array in HTML

2004-11-23 Thread Michael Adams
s working so I am assuming my problem is the > > way that I > > > > am passing the array. How can I pass an array or is it not > > > > possible? I would think that anything can be passed as > > it is just > > > > bits of data (pun intended).

[PHP-WIN] include statement

2004-10-29 Thread Michael Adams
A real PHP newbie here. I have so far only used the include statement in my site. Each page on the server loads a common header and footer. The header contains the site menu and the footer contains a line of logos in one graphic that . My query is: If i load the header as .HTM does it put the inc