Phree

Joined: 31 Dec 2005 Posts: 254 Location: South Coast, UK
|
Posted: Thu Sep 07, 2006 5:28 pm Post subject: How do I print/echo a result inside a box? |
|
|
Humpa,
Remember a while ago I asked you your thoughts on how to have an uploading script that would store the details in a database, give a unique code and then you go to a url, enter that code and download again via WAP on your phone? I now have this working and I'm starting to tart up the pages a bit. One thing I'd like to do, is have the unique code printed inside a coloured box but I can't find anything out on how to do it...Is it possible to print/echo a result inside a box using PHP?
At the moment, the line of code that displays the url and unique id is:
| Code: |
echo("File uploaded! Browse to $wapurl via WAP on your phone and enter this id: $tid<br>");
|
But I would like the $ti in a coloured box...You know?
Appreciate any help  |
|