Stoo
10-26-2006, 05:27 PM
If you guys can help or let me know where I can find examples I would be gratefull..
I have syntax within dreamweaver php that looks like
print $row["date"]. " -- ". $row["title"]. " -- ". $row["description"]. " -- ".$row["author"]. "<br>";
i would like to be able to change the format, (the way it will be laid out)
as at present it will look something like
26/10/06--PHP--Bit of a description--Author..
Really i'd like it to be laid out as so..
Date(bit of a space here) Title
(Next Row is a space)
Description here..
And then right justified the author
Any help where I can learn about layout?
Next question..
How do I show an Image.. how is it put into phpMyAdmin and how is it recalled..
Thank you
I have syntax within dreamweaver php that looks like
print $row["date"]. " -- ". $row["title"]. " -- ". $row["description"]. " -- ".$row["author"]. "<br>";
i would like to be able to change the format, (the way it will be laid out)
as at present it will look something like
26/10/06--PHP--Bit of a description--Author..
Really i'd like it to be laid out as so..
Date(bit of a space here) Title
(Next Row is a space)
Description here..
And then right justified the author
Any help where I can learn about layout?
Next question..
How do I show an Image.. how is it put into phpMyAdmin and how is it recalled..
Thank you