Click here to Skip to main content
15,920,111 members

Comments by Member 11248249 (Top 2 by date)

Member 11248249 26-Jul-15 14:28pm View    
Deleted
hi...are you still able to help?
Member 11248249 26-Jul-15 8:41am View    
Deleted
hey Suvendu...I thought I copied everything, I think the website removed some of my code...here it is, the curly brace is there..
<pre>
<!--?php<br /-->$paper= "letter";
$orientation= "portrait";
$html= '<!doctype html>
<html>
<body>
Registered Users List
<br><br>
<ul data-role="listview">
<li>Fullnames: '.$fullnames.'</li>
<li>Username: '.$username.'</li>
<li>Email: '.$email.'</li>
<li>Mobile No: '.$mobile_no.'</li>
<li>Usertype: '.$usertype.'</li>

<br>
</ul>
</body></html>';
}
?>
</pre>

all the code put together outputs the last row of the table very well, when I tried to increment and output thats where I had issues...I am very grateful for your help!!