> >The following bit of code is supposed to generate a url in the last
> >cell of each row
> >
> ><snip>
> >                                     $code= "$row[0]".$sep;
> >                                      $image=
> >"http://ipbooks.net/pictures/"."$code".".jpg";;
> >                                      $schema_insert .= "$image".$sep;
> ></snip>

Try this $image = "http://ipbooks.net/pictures/${code}.jpg";;

The brackets are the other way of interpolating a variable into a string.

Scott Anderson
President/Webmaster
http://www.weekendclimber.com
[EMAIL PROTECTED]
--------------------------------------------
@_=map{[$!++,$_^$/]}split$¾,"\@\x7Fy~*kde~box*Zoxf*Bkiaox";$\="\r";
$|=++$*;do{($#,$=)=(rand@_,rand@_);@_[$#,$=]=@_[$=,$#]}for($*..@_);
for$:($|..@_-$|){for($|..@_-$:){@_[$_-$|,$_]=@_[$_=>$_-$*]if$_[$_][
$º]<$_[$_-$*][$Æ];print+map{$_->[$|]}@_;select$…,$ƒ,$‡,0.1}}print$/

---------------------------------------------
Introducing NetZero Long Distance
1st month Free!
Sign up today at: www.netzerolongdistance.com

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to