Jump to content

something wrong with a short php code


ilikephp

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.