Jump to content

[SOLVED] spaces in php


bundred

Recommended Posts

how do i add spaces in between my code

 

print "<a HREF=act5aupdate.php?AccomID=" .$row[0]. ">" .$row[0]. "</a>";
print $row[1]. $row[2]. $row[3]. $row[4]. $row[5]. $row[6]. $row[7]. "<br>";

 

i want it so in between $row[x]. $row[x]. i want a space to be outputted on screen to make it more readable.

Link to comment
https://forums.phpfreaks.com/topic/101349-solved-spaces-in-php/
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.