![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveInsert JPG created with information from a DB in HTML
From: <bettina@coaster.ch>
Date: Sun Jun 26 2005 - 21:58:53 CEST
I look in my DB for a CODE. I find it and now I want to show the jpg
<?php
$posavaso=mysql_fetch_field($result,CODE);
$posavaso= $row["CODE"].".jpg"; //here I create my jpg
...
any tips???
|