I have a php page that is invoked as method in a form. It happens that (it
seems randomly) I obtain a :
---
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
---
If I try to post it again, then the page probably is
[Sandeep Murphy]
Hi,
I need to update an entire table in one database with the values from
another database... My query reads like this:
update palmeira.t_colaboradores t, hr.member_status s, hr.member_data d
set t.structure=s.structure, t.depart_area=s.area where t.cs_id=d.cs_id
and d
php-windows Digest 4 Apr 2002 11:35:45 - Issue 1077
Topics (messages 12923 through 12927):
Re: Any credability lost...
12923 by: Brad Thomas
Re: testing for value in $HTTP_COOKIE_VARS
12924 by: Steve Yates
Re: Configuring securely in IIS5
12925 by: olinux
Random "
I can't figure out how to get email bounces to come back so that I can remove them
from my lists. Is there some way to do this? I am using the mail function.
Troy
-
Protect yourself from spam, use http://sneakemail.com
--
PHP Windows Mailin
At 09:19 AM 4/4/2002 +, you wrote:
>I can't figure out how to get email bounces to come back so that I can
>remove them from my lists. Is there some way to do this? I am using the
>mail function.
>
>Troy
If you mean remove them automatically, then I don't think there would be
any way to do
Does anyone have any experience using ODBC to connect to an Access database,
I'm runing php and Apache in Windows 2000. Any help will be apreciated.
Thanks
Someone
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I have a problem with some php pages when I submit via post a form, www
service crash!
on the event log I have this message:
The Open Procedure for service "ContentFilter" in DLL "QPerf.dll"
Any ideas?
Thanks in advance
Bye,
Dave
--
PHP Windows Mailing List (http://www.php.net/)
To un
I've used several times an ODBC Connection with Access db. I used the COM object. I
found a simply example:
$dbname="prova.mdb";
$query="SELECT * FROM users";
$connessione=new COM("ADODB.Connection");
$connessione->Open("DRIVER={Microsoft Access Driver (*.mdb)};
DBQ=C:\\inetpub\\wwwroot\\
mysql_fetch_row() returns an associative array containing all columns
retrieved from the database. You can't echo an array directly. In the
associative array, the keys are the column names from the table, the values
are the values you retrieved in that row.
So you could do this to see what y
Sorry to use public forum I totally lost your email address, but anyways, I finally
managed to make this $_SESSION work although it's still weird to me (newbie) because
the manual still said session_register() is not needed, but I couldn't find any other
way to do it. Enough said, here's my tes
I am trying to define variables through an anchor tag to retrive data from
MySQL, When the script runs it displays Array. I am running WIN2K and IIS
5
echo "Camp Street Cafe";
Here is the script that is called.
$Location_Info";
?>
--
PHP Windows Mailing List (http://www.php.net/)
To u
I seem to have configuration problemsi just can't seem to get
session variables written to in files under win2000, NTFS w/ Apache
1.3.23 and
PHP 4.1.2 ..i've already done everything from session_start() on
every page
to making var globalanybody can help?? thanksbtw, i got the
same
I guess you're not the person who emailed me a couple of days ago. But if
you know the answer some time in the future, I still would like to know why
I still need to use session_register() although the manual specified I don't
need it if I use $_session["var"].
- Original Message -
From:
I didnt think you can do that. It might work if you left out the http:// and
domain.com was the domain of your server. You usually have to do the local
path e.g. /usr/include/file.txt or c:/usr/include/file.txt.
"Sonia" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTE
Hi,
mysql_fetch_row($result) function output is an array - so it's not strange that
your script produces such output. Read the manual for detailed explanation of
this function and how to handle the result set.
You should also know name of the field you want to retrieve from db - in SQL
query you
Should do, make sure that u have
allow_url_fopen=On
in your php.ini
however, I don't know if it does server redirects. Oh also make sure you're
using v4.0.5 (i think) or later?
Throwing myself wide open to shouts of "you're wrong!!" people firebombing
my house and laughing at me in the street a
Using MS Windows 98, Apache, PHP and mySQL.
I've installed Apache on my hard drive to test a database driven website
using PHP and mySQL.
Could somebody lead me through the steps if I want to continue using the
mySQL database and PHP when the site goes live and the files are uploaded
and publish
I have the following error when login Squirrel Mail.
You must be logged in to access this page.
I've checked that the system was not generating any cookie when I try to
login. I expect this is the cause of problem as squirrelmail need cookie.
However, I've verified cookie was enabled by runnin
php-windows Digest 4 Apr 2002 23:55:27 - Issue 1078
Topics (messages 12928 through 12942):
Bounces
12928 by: jmt2que001.sneakemail.com
12929 by: Mike Flynn
Using ODBC
12930 by: Someone Somewhere
PHP crash www service NT + IIS4
12931 by: Dave
R: [PHP-WIN] U
I've experience developing website using IIS, MySQL and PHP on Windows 2K
machine and upload it to a server that is running Apache, MySQL and PHP
on RedHat Linux 7.1 without a single code modification.
To upload files to your server, you need a FTP client,
to create a database that your local mah
Sorry if my original question was confusing.
This is what I would like to accomplish:
I am currently developing a database on my website using mysql which is on
my harddrive.
I have installed Apache as well and I am using PHP.
My database is functioning fine on localhost.
I would like to find
21 matches
Mail list logo