Gossamer Forum
Home : General : Perl Programming :

Re: Script what shows an image and records data?

Quote Reply
Re: Script what shows an image and records data? In reply to
Paul,

great help - thanks for your code snippet!

A last question:

if (($username =~ /^\w+$/) && ($image =~ /\.(gif|jpg)$/)) {

How would you check an url in this line instead of an username?



Subject Author Views Date
Thread Script what shows an image and records data? Chef 3615 May 25, 2001, 1:08 AM
Thread Re: Script what shows an image and records data?
Paul 3529 May 25, 2001, 2:47 AM
Post Re: Script what shows an image and records data?
Chef 3499 May 25, 2001, 3:23 AM
Thread Re: Script what shows an image and records data?
Chef 3517 May 25, 2001, 3:25 AM
Post Re: Script what shows an image and records data?
Paul 3559 May 25, 2001, 3:33 AM