Search found 6 matches

by firefox
Sat Apr 14, 2007 8:17 am
Forum: PHP - Code
Topic: Finding Url in a webpage
Replies: 4
Views: 559

Hi Mentor,

Thank you very much that is great...

All the best from Alan phew !!!!!!!!!!!!!!!
by firefox
Sat Apr 14, 2007 7:27 am
Forum: PHP - Code
Topic: Finding Url in a webpage
Replies: 4
Views: 559

mentor wrote:simply use strpos()
No sorry that does not work...

All the best from Alaan
by firefox
Sat Apr 14, 2007 6:39 am
Forum: PHP - Code
Topic: Finding Url in a webpage
Replies: 4
Views: 559

Finding Url in a webpage

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Good Morn...
by firefox
Sat Jun 03, 2006 5:19 am
Forum: PHP - Code
Topic: Restict Upload size of images
Replies: 4
Views: 407

Hi,

Wow that seems simple enough, thank you for your help

All the best from Alan
by firefox
Sat Jun 03, 2006 5:04 am
Forum: PHP - Code
Topic: Restict Upload size of images
Replies: 4
Views: 407

Hi, The form part is not there, but basicaly, you upload an image it resizes the image using GD and maintains the asspect ratio, gives a new mname to the file, and stores a large image and thumbnail in the resprctive uploads directory...and it works, all I want to do is to make sure the uploaded fil...
by firefox
Sat Jun 03, 2006 3:55 am
Forum: PHP - Code
Topic: Restict Upload size of images
Replies: 4
Views: 407

Restict Upload size of images

Good Morning Team, I have a problem in resticting the upload size for images, can anuone give any help please.... This is what I have so far for uploading images... function ResizeConserveAspectRatio($source, $destination = NULL, $long_dimension = 100) { $w = $long_dimension; $h = $long_dimension; $...