/    Sign up×
Community /Pin to ProfileBookmark

hey guys..

i get an error in this code: can someone look through and say whats wrong?

[CODE]

<form action=”index.php?p=itm1″ method=”post”>
<table border=”0″ cellpading=”1″ cellspacing=”0″>
<TR><TD height=”50″ class=”titles” colspan=”3″ align=”center”>&nbsp;&nbsp;&#4311;&#4323; &#4306;&#4321;&#4323;&#4320;&#4321;&#4311; &#4315;&#4308;&#4316;&#4312;&#4323;&#4321; &#4307;&#4304;&#4304;&#4315;&#4304;&#4322;&#4317;&#4311; &#4304;&#4334;&#4304;&#4314;&#4312; &#4329;&#4304;&#4316;&#4304;&#4320;&#4311;&#4312;, &#4329;&#4304;&#4332;&#4308;&#4320;&#4308;&#4311; &#4304;&#4334;&#4304;&#4314;&#4312; &#4329;&#4304;&#4316;&#4304;&#4320;&#4311;&#4312;&#4321; &#4321;&#4304;&#4334;&#4308;&#4314;&#4312;</TD></TR>

<TD align=”center”><input class=”login” type=”text” name=”item”></TD>
<TD><input class=”loginbutton” type=”submit” value=”&#4307;&#4304;&#4304;&#4315;&#4304;&#4322;&#4308; &#4304;&#4334;&#4304;&#4314;&#4312; &#4308;&#4320;&#4311;&#4308;&#4323;&#4314;&#4312;”></TD>
</TR>
</table>
</form>
<br /><br />
<?php
include(“includes/vars.php”);
mysql_connect(“$hostname”, “$username”, “$password”) or die(mysql_error());
mysql_select_db(“$database”) or die(mysql_error());
$query = “SELECT * FROM $navigation ORDER BY id ASC”;
$result = mysql_query($query) or die(mysql_error());
while($row = mysql_fetch_array($result))

{
print “<form ection=”update_menu.php method=”post”>”;
print “<table class=’titles’ border=’0′ cellpadding=’0′ cellspacing=’0′ width=’100%’>”;
print “<TR><TD style=”BORDER-TOP:1px #f9f9f9 solid; BORDER-BOTTOM:1px #f9f9f9 solid; BORDER-RIGHT:1px #f9f9f9 solid; BORDER-LEFT:1px #f9f9f9 solid;”; height=’30’><input type=”text” size=”50″ value=”.$row[‘item’].”></TD></TR>”;
print “</table>”;
}
?>

[/CODE]

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@LogicOpinionauthorFeb 14.2008 — i look so stuped now ? its clear now!


TOPIC SLOVED
×

Success!

Help @LogicOpinion spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...