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
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?
>
-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
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
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
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
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
> 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]
> 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
> [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
> 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
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
> 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
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
> 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
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
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
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
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
19 matches
Mail list logo