|
Posted by Erwin Moller on 09/28/46 11:40
chantao wrote:
> Hi,
>
> I am a total novice to PHP/MYSQL. Please help.
>
> How do I display a graphic file (e.g. archit01.jpg) as a background in
> a table of a PHP page if I have a table called gfx and the
> gfx_ID=archit01
>
> Many thanks :D
Hi Tao,
Since you are completely new to PHP.... I'll answer. ;-)
In general: PHP often generates HTML.
The HTML is displayed in the browser.
The browser couldn't care less if the HTML it receives originates from:
- flat file (bla.html)
- some script, like PHP, Perl, ASP, etc.
- from mars.
So your question is NOT php related at all.
Your question concerns HTML.
You might get luckier in a HTML-newsgroup.
Regards,
Erwin Moller
>
> Tao
> http://eye.cc php newsgroups
[Back to original message]
|