Jump to content
Larry Ullman's Book Forums

00cakea

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by 00cakea

  1. I have uploaded my music video in to the server and renamed it using songs id as larry teach in chapter 17. It work perfectly, but I retrieve the file in to the download script using their id, songs downloading without it's extension (mp3, wma ete), then users cant play them directly even if they downloaded the songs. so can I rename song's name again in my download script? I use songs id to find the upload file. upload file's name equal to the songs id.

    Thanks in advance for any help

     

    did you ever solve the problem thara? I'm having similar problem and would be great to get some assistance!

  2. browse-prints.php is part of the ecommerce example. You need to provide your own images, store them in a directory and set up the database which accesses the filename of the images. Ideally use the admin functions addArtist.php and addPrint.php to populate the d/b and get the files stored in the correct directory. If you work through the beginning of the chapter you'll set up the database, file structure and admin functions.

     

    I've modified the scripts to enable a client to upload images to his portfolio site - a mini CMS without the ecommerce side.

     

    Thanks for the help

     

    I have set up the database and populated and currently have prints (with details) correctly displayed on browse_prints.php in the table, the links for each print also work and take me through to view_prints.php with the image displayed.

     

    What I wanted to know was how to get this image to also appear in the table of prints on the browse_prints page.

     

    Does anyone have a solution for this - I keep getting errors

  3. Hi guys, in need of some help attaching images to the table on the browse_prints.php page, is this possible to do?

     

    Sorry I am pretty new to php and have tried playing around with some code but only get errors - I have managed to get the 'request image is not available' image to appear in the table so think im not too far off.

     

    If anyone has managed to do this or could be off assistance would be great to hear from you!

     

    Thanks

×
×
  • Create New...