Search found 9 matches

by skacc
Sat Mar 21, 2009 4:44 am
Forum: PHP - Code
Topic: php image resize..
Replies: 4
Views: 2492

Re: php image resize..

Oh, ok :) You should put it somewhere in the AddNewPictures() function i think. And maybe also in the UpdatePictures() func. If you need more accurate help then can i ask you to post those 2 functions? Or maybe the file which has these function definitions. They can be in "product_functions.php...
by skacc
Fri Mar 20, 2009 2:13 pm
Forum: PHP - Code
Topic: Want a Code to User Login Page
Replies: 3
Views: 196

Re: Want a Code to User Login Page

Sure, This one seems to be for beginners: http://devzone.zend.com/node/view/id/627 But you can check out any of these, see which one is better for you: http://www.google.com/search?hl=en&q=learn+php&btnG=Google+Search&aq=f&oq= You should have a few things on your computer to can deve...
by skacc
Fri Mar 20, 2009 2:07 pm
Forum: PHP - Code
Topic: Get a frame from FLV without ffmpeg
Replies: 4
Views: 452

Re: Get a frame from FLV without ffmpeg

Hehe, alright :)
by skacc
Fri Mar 20, 2009 2:04 pm
Forum: PHP - Code
Topic: php image resize..
Replies: 4
Views: 2492

Re: php image resize..

Hi, Here is my resizing function for a few image types (i took out some things from it so it might suit your need better). It's parameters are: $fileSrc: Relative path to the image you want to resize (original image) $fileTarget: Relative path of where you want the new image to be saved (if its the ...
by skacc
Fri Mar 20, 2009 9:27 am
Forum: PHP - Code
Topic: Want a Code to User Login Page
Replies: 3
Views: 196

Re: Want a Code to User Login Page

Hi, I think you should start with a little more basic things. If english is your first language then you can find plenty of good tutorials on the net for PHP and MYSQL. But to answer your question: There is a problem with the 'connection.php'. Every time you run that script it will try to create a d...
by skacc
Fri Mar 20, 2009 4:17 am
Forum: PHP - Code
Topic: Get a frame from FLV without ffmpeg
Replies: 4
Views: 452

Re: Get a frame from FLV without ffmpeg

No, they are uploaded by the visitors.
by skacc
Thu Mar 19, 2009 2:22 pm
Forum: PHP - Code
Topic: Get a frame from FLV without ffmpeg
Replies: 4
Views: 452

Get a frame from FLV without ffmpeg

Hi all, I need to generate thumbnails from flash videos (FLV) using php. The best and easiest solution would be to use ffmpeg, but my hosting company doesn't allow it. Every suggestion i found on the net also talks about using ffmpeg. Does anybody have ideas how to get a frame from a FLV file (ideal...
by skacc
Sat Dec 27, 2008 5:17 pm
Forum: PHP - Code
Topic: mp3 MIMEType from FireFox 3 is application/download
Replies: 2
Views: 294

Re: mp3 MIMEType from FireFox 3 is application/download

Ye, i think thats the best i can do.
Thank you for the idea
by skacc
Sun Dec 21, 2008 8:20 am
Forum: PHP - Code
Topic: mp3 MIMEType from FireFox 3 is application/download
Replies: 2
Views: 294

mp3 MIMEType from FireFox 3 is application/download

Hello, I am creating a function to validate filetypes when they are uploaded from a form, and i can not get around the folowing problem: when i POST an .mp3 file using FF3.0.5 on Windows, then: mime_content_type($_FILES['file']['tmp_name']) func returns: "audio/mpeg" . That's ok. But the $...