codeigniter image reader prob

Tags: , , , , ,
Posted in dotnet, vb, vb.net | No Comments »

Hi im making a image gallery in useing the following tutorial at

http://superdit.com/2010/06/27/basic-image-gallery-with-codeigniter/

i keep getting this error

wrong parameter count for strstr()

google’d and tried this and found i needed to remove a third parameter.

I removed the third parameter from line38 $ext = strrev(strstr(strrev($file), “.”, TRUE));

now all errors are gone but the image uploading will not work any ideas why this is now failing ?????

Thanks Alan

Similar:

  1. fast finding of small image in a bigger image Hello everyone, I need to get the coordinates of a small image location residing in a big image (let say I need to search for...
  2. Block link with lightbox I'm having a massive headache with this, please help!! I have a number of divs, each containing an image that launches a lightbox gallery. A...
  3. Can I make an image rollover that enlarges the image? I have some pictures on a web page and I want them to "get bigger" when the mouse hovers over them. With the little research...
  4. Opening an image in vb to send into a database – Asp.Net I’m currently patching an asp.net program where I need to be able to send an image to an SQL Server 2005 DB. It works fine...
  5. Create asp.net Image object from external image url Hi all, I want to crop an image at the server side (I am using ‘JCrop’ and ‘ASP.NET 3.5′). There is a case when the...

Tags: , , , , ,

Leave a Reply