ilikephp Posted May 20, 2010 Share Posted May 20, 2010 Hello, what is wrong with this code please? while ($row = mysql_fetch_array($sql)){ echo 'First Name: '.$row['child_name_12']; echo '<br/> Number: '.$row['serie_6']; echo '<br/><br/>'; echo " "; $row_Recordset1 = "<a href='../admin/editrecord.php?form_number_33=" .$row_Recordset1['form_number_33']. "'>Edit</a>"; echo $row_Recordset1; Link to comment https://forums.phpfreaks.com/topic/202384-something-wrong-with-a-short-php-code/ Share on other sites More sharing options...
ignace Posted May 20, 2010 Share Posted May 20, 2010 You mean besides the horrible writing? It misses a } Link to comment https://forums.phpfreaks.com/topic/202384-something-wrong-with-a-short-php-code/#findComment-1061134 Share on other sites More sharing options...
ilikephp Posted May 20, 2010 Author Share Posted May 20, 2010 this code that I need but how can I put it into the php code? <a href="editrecord.php?form_number_33=<?php echo $row_Recordset1['form_number_33']; ?>">edit</a> Link to comment https://forums.phpfreaks.com/topic/202384-something-wrong-with-a-short-php-code/#findComment-1061142 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.