[PHP-DB] Re: image on Table

2005-09-16 Thread umeed hayyat
Hi why dont u just save image name in some field of table (e.g image_name) and place images on some folder (.eg. images). On the page where you display records, you can use img src='imges?php echo '$row['image_name']'?' Hope this helps. regards hope -- Justin Patrin Hi. how

[PHP-DB] Array problem...

2005-09-16 Thread NIPP, SCOTT V \(SBCSI\)
I am migrating a web app from an old server running PHP 4.2.3 to a new server running 4.3.8. The problem I am running into at the moment is building an array and passing it to another page. This code works fine on the old server, but the array is not coming across to the new page on the