if else problem, help please


Posted on 16th Feb 2014 07:03 pm by admin

i have this script that i made only i try to also put in a if else for for some reason the script is not putting out the else echo. its not really a problem as the script works but it would be nice to have it work as i intended.

Code: [Select]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</head>

<body>
<?php
echo '<link href="path/custom/style.css" rel="stylesheet" type="text/css">';

$model = $_GET['id'];
$filename = (explode (":",$model));
$filename2 = (explode ("-",$filename[1]));
$space = " ";
$path = $filename2[0]. $space . $filename2[1];

$user_name = "";
$password = "";
$database = "";
$server = "";



$db_handle = mysql_connect($server, $user_name, $password);
$db_found = mysql_select_db($database, $db_handle);

$model = "SELECT * FROM ..... WHERE name='$path'";

$result = mysql_query($model);

while($rows=mysql_fetch_array($result)){

if ($rows['name'] == $path){
?></p>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="profile">
<tr>
<td width="25%" height="113" valign="top"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="27%" bgcolor="#8DCEFA">Model</td>
<td width="5%" bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td width="68%" bgcolor="#FAE4AB"><? echo $rows['name']?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Age:</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['age'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Country</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['country'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">City</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['city'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Ethnic</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['ethnic'] ?></td>
</tr>
</table></td>
<td width="19%" valign="top"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="66" bgcolor="#8DCEFA">Eyes</td>
<td width="12" bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td width="99" bgcolor="#FAE4AB"><? echo $rows['eyes'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Hair</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['hair'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Height</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['height'] ?></td>
</tr>
<tr>
<td bgcolor="#8DCEFA">Weight</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['weight'] ?></td>
</tr>
<tr>
<td width="66" bgcolor="#8DCEFA">style</td>
<td bgcolor="#003464"><div align="center"><span class="style1">:</span></div></td>
<td bgcolor="#FAE4AB"><? echo $rows['style'] ?></td>
</tr>
</table></td>
<td width="56%" valign="top"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#8DCEFA">Biography</td>
</tr>
<tr>
<td bgcolor="#FAE4AB"><? echo $rows['bio'] ?></td>
</tr>
</table></td>
</tr>
</table>

<?
}else {

echo "it works";
}
}
mysql_close($db_handle);
?>
</p>
</body>
</html>

maybe sone help me figure out what i did wrong here

No comments posted yet

Your Answer:

Login to answer
57 Like 9 Dislike
Previous forums Next forums
Other forums

Probably a simple error...
I'm getting the error -- Parse error: syntax error, unexpected '{' in /home/content/c/s/t/csteffen24

MII Netweaver Server stopped due to CPIC connection Problem
Dear Experts,
We have SAP XMII 12.0 setup running on Netweaver 2004s,7.0, Java Stack only.

PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 200

Upload file and add HTML
Hey everyone,

I have a client has meeting agendas and minutes that should be posted online. I

IS this code correct
The reason i ask is everything underneath it appears to be alink as well, tis blimmin annoying

Big Problem!! Please help
Hi Guys,

Im making a website for a friend have encountered a really annoying problem. When ev

Match stored value with the current value in a loop
Hello,

I have a MySQL db were I store articles in.

I have a form to fill these article

need to add "sizes" to shopping cart
Hey guys, I am trying to figure out a way to add a "size" selector on to this bit of code.

Not Inserting into DB
I can't get my Add new Division form to submit to the database. Anyone see my issue?

Code: &a

help with image upload code
Hello,

right now this code I have resizes images and then places them into the uploads folder

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash