hi,
ive seen may sofwares and lenghty scripts do to this . but im looking for a simple way to display sql queries into a html table
example
<a href='carrier.p hp?id=$id'><img src='Images/$item' />
is the data from the sql table i want
but instead of it showing as
xxxxxxxx
or
x
x
x
x
i want it to show as
xxxx
xxxx
xxxx
xxxx
where x = <a href='carrier.p hp?id=$id'><img src='Images/$item' />
i think there should abe just a simple loop to use . but all the examples i have found have inclueds running the query into a .js file then displaying it . or having a bunch of files to do tother things as well.
im trying to make a very clean coded website and i am sure there must be a simple loop for this
any help tips link or anything would help me out alot
Thanks
ive seen may sofwares and lenghty scripts do to this . but im looking for a simple way to display sql queries into a html table
example
<a href='carrier.p hp?id=$id'><img src='Images/$item' />
is the data from the sql table i want
but instead of it showing as
xxxxxxxx
or
x
x
x
x
i want it to show as
xxxx
xxxx
xxxx
xxxx
where x = <a href='carrier.p hp?id=$id'><img src='Images/$item' />
i think there should abe just a simple loop to use . but all the examples i have found have inclueds running the query into a .js file then displaying it . or having a bunch of files to do tother things as well.
im trying to make a very clean coded website and i am sure there must be a simple loop for this
any help tips link or anything would help me out alot
Thanks
Comment