|
|
 |
Re: FN-FORUM PHP and MySQL...... Again
date posted 12th September 2002 23:04
This is a multi-part message in MIME format.
------=_NextPart_000_0020_01C25AAE.D665A470
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MessageYeah - but it doesn't get rid of the error.
----- Original Message -----=20
From: Andrew Mottershead=20
To: [EMAIL REMOVED]
Sent: Thursday, September 12, 2002 10:30 PM
Subject: RE: FN-FORUM PHP and MySQL...... Again
Set error reporting to E_All that will get rid of the notices.
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0) 7092 115513
web: www.mindstream.co.uk
This e-mail, and any attachment, is confidential. If you have received =
it in error, please delete it from your system, do not use or disclose =
the information in any way, and notify me immediately.
-----Original Message-----
From: [EMAIL REMOVED] =
[EMAIL REMOVED] On Behalf Of Darren - Javelin =
Designs
Sent: 12 September 2002 22:01
To: [EMAIL REMOVED]
Subject: FN-FORUM PHP and MySQL...... Again
Hey, could some one have a look at the below code and tell me why it =
is bringing back all this crap:-
=20
Notice: Use of undefined constant location - assumed 'location' in =
C:wwwrootppshowprops.php on line 26
Notice: Use of undefined constant price - assumed 'price' in =
C:wwwrootppshowprops.php on line 26
Name:test
E-Mail:643848
Notice: Use of undefined constant location - assumed 'location' in =
C:wwwrootppshowprops.php on line 26
Notice: Use of undefined constant price - assumed 'price' in =
C:wwwrootppshowprops.php on line 26
Name:location
E-Mail:price
=20
include("vars.php");
mysql_connect ("$db_host", "$db_username", "$db_password") or =
die("Unable to connect to database");
@mysql_select_db("$db_name") or die("Unable to select database =
$db_name");
$sqlquery =3D "SELECT * FROM properties";
$result =3D mysql_query($sqlquery);
=20
while($row =3D mysql_fetch_array($result)) {
echo "Name:".
$row[location] ."E-Mail:". $row[price]. "";
}
=20
if(mysql_num_rows($result)
[EMAIL REMOVED] {
font-family: SimSun;
}
@font-face {
font-family: @SimSun;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt =
90.0pt; mso-header-margin: 35.4pt; mso-footer-margin: 35.4pt; =
mso-paper-source: 0; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: SimSun
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: SimSun
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: SimSun
}
A:link {
COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
P {
FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: =
"Times New Roman"; mso-pagination: widow-orphan; =
mso-fareast-font-family: SimSun; mso-margin-top-alt: auto; =
mso-margin-bottom-alt: auto
}
SPAN.EmailStyle18 {
COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal; =
mso-style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: =
10.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; =
mso-bidi-font-family: Arial
}
SPAN.EmailStyle19 {
COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply; =
mso-style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: =
10.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; =
mso-bidi-font-family: Arial
}
DIV.Section1 {
page: Section1
}
Yeah - but it doesn't get rid of the=20
error.
----- Original Message -----
From:=20
|
 |
|