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
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
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
On Sun, 20 Jan 2002 15:40:23 -
"Ross Fleming" <[EMAIL PROTECTED]> wrote:
> Asuuming you have PHP setup already, edit your PHP.ini file. Change your
> mail settings in it to:
> [mail function]
> ; For Win32 only.
> SMTP= mail.mysmtpserver.com ; for Win32 only
>
> ; For Win32 only.
> sendmai
, use the mail(); function. Full details
can be found here http://www.php.net/manual/en/function.mail.php
You should get the hang of it.
Good luck
Ross
-Original Message-
From: Burrito [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2002 20:56
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] New To PHP
I have a good cold fusion background but am now trying to tackle a new
beast. I really only need to have e-mail functionality on an action page
from a form page. Here is exactly what I need.
I have a form page that asks questions like:
riding bikes
riding bikes
riding bikes
I need to