Re: [PHP-WIN] Forward Link

2002-04-18 Thread Matt Williams
On Thursday 18 April 2002 08:26, Wayne Hinch wrote: > header("Location: [filename.php]"); >   > although this is not working it is bringing up the following error >   > Warning: Cannot add header information - headers already sent by (output > started at c:\html/customer/newcust.php:3) in [filen

RE: [PHP-WIN] variables in URL

2001-10-17 Thread Matt Williams
main.php?sectionName=home&variable2=blah&soon=soon Regards Matt Williams [EMAIL PROTECTED] >> How do I construct a URL to pass more than one variable to a php page? > > main.php?sectionName=home > > works fine for one variable, how do I pass more than one? >

RE: [PHP-WIN] Re: Problems installing PHP4.0.6 to work with Apache 1.3.20 for Win 2000

2001-07-06 Thread Matt Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > But Apache couldn't process this hello.php... it gave me this > > error. > > > > > > [Fri Jul 06 06:35:08 2001] [error] [client 127.0.0.1] > c:/php/hello.php is > > not executable; ensure interpreted scripts have "#!" first line > > [Fri Jul 0

RE: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-23 Thread Matt Williams
Hi Michael Just tried this - 1 2 3 $val"; } ?> And it prints 0 => 1 1 => 2 2 => 3 OK on to the few HTML probs I've found They are tabnle related really. no opening table tag closing table tag come

RE: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Matt Williams
Hi Michael Sorry brain fade Try changing your selectname to earnType[] > print ""; > print ""; Also I don't know if that's all your code but there is some suspect html in there M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Matt Williams
Hi Michael Try changing this line > printf("%s", To printf("%s", This should solve your problem HTH M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

RE: [PHP-WIN] subdomains in Apache

2001-05-16 Thread Matt Williams
Hi > Hi there > Can anyone tell me how to set up subdomains in apache, and get > virtual hosts to work, from remote computers to the localhost. > The virtual hosts work only locally. I guess there has to be some > sort of DNServer running on my com as well. Anyone know how to do > it on a

RE: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-05 Thread Matt Williams
> Subject: [PHP-WIN] help:How can I upload the whole directory to the web FTP M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-WIN] file .htaccess

2001-04-20 Thread Matt Williams
> My site in on Unix server with PHP4. > I need to insert in file .htaccess in the root this command for an include > path: > > php_include_path /directory > > Why this command don't work ? I've an internal server error .. Try using for php3 php_include_path "c:/directory" for php4 php_v

RE: [PHP-WIN] Mail Functions under Win32

2001-03-22 Thread Matt Williams
> [mail function] > SMTP= lysithea.eastgw.x.com ; for Win32 only > sendmail_from =[EMAIL PROTECTED] ; for Win32 only > ;sendmail_path = ;for unix only, may supply arguments as well > (default is 'sendmail -t -i') > > Do I need a sendmail equivalent, and does a

RE: [PHP-WIN] Acess to mySQL

2001-03-16 Thread Matt Williams
> Is it possible to export the content of an access database to > mySQL? Most of > my clients have Access as standard. Could be a dumb question, > appologies if > it is. Pretty new to the database thing. Have a look at www.mysql.com. In their downloads section they have various drivers etc.. fo

RE: [PHP-WIN] Mail/PHP/Apache

2001-03-15 Thread Matt Williams
I've had problems with sending mails if I try to use \n in the mail. try send ing a one line email with no extra headers. and no \n's anywhere Also to set up the php as an apache module, get the latest version from php.net. copy php4ts.dll to windows\system and add this to your http.conf LoadMo

RE: [PHP-WIN] Apache Modules

2001-03-13 Thread Matt Williams
> Have u tried apache.org? Yes but thanks anyway It seems that the .so files included will work under windoze. Well they do on mine anyway :-) Thanks again to all that replied. M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP-WIN] Apache Modules

2001-03-12 Thread Matt Williams
Hi Does anyone know where I can get pre-compiled Apache modules for win32? I've looking in the modules dir with the distro but there's no dll's. I'm particularly after mod_rewrite TIA M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP-WIN] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Matt Williams
> php_value auto_prepend_file d:\server\htdocs\www.test.de\php\prepend.php3 > > php_value include_path \server\htdocs\www.test.de\php\:./ Hi try changing the prepend_file to just prepend.php3 also I always use forward slashes for my include path and separate paths with ; not : and use the drive

RE: [PHP-WIN] MySQL setup tutorial

2001-02-09 Thread Matt Williams
Alomost forgot put this between 2 and 3. You need to start the mysql demon by typing c:\mysql\bin\mysqld on win 9x (this need will need to be run on every boot) or on NT/2000 c:\mysql\bin\mysqld-nt --install to install it as a service. > Installing MySQL on Windows; > > 1. Download the

RE: [PHP-WIN] MySQL setup tutorial

2001-02-09 Thread Matt Williams
Installing MySQL on Windows; 1. Download the Mysql Win32 Binary. 2. Install as per setup file. Leave the default dir as mysql it's easier 3. Run c:\mysql\bin\mysqlshow - this should show a Database listing. 4. Set up password for root. - cd c:\mysql\bin - Type m

[PHP-WIN] include woes

2001-02-02 Thread Matt Williams
a CGI error. and no error log (typical) I've tried setting include_path in php.ini to . ./ with quotes and without I've tried using include"./include.php"; include "include.php" with no success Can anyone shed some light on this or do I have bin it and install A

[PHP-WIN] passing windows username to apache

2001-01-16 Thread Matt Williams
HI all we're just considering setting up Apache/Linux for our intranet server. Is there any way that we can get the users windows logon username available to the scripts on the intranet machine. TIA M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED