Gossamer Forum
Home : General : Perl Programming :

added infos

Quote Reply
added infos In reply to
#-----below code are work fine when i test it ( just take out "RIGHT(NAME,1) AS age " from the code---------------
$sql_syntax = qq(SELECT ID, recipID, NAME FROM $table_recipient WHERE ( Sender_ID ='$sender_ID') );

&SQL_EXE($dbh,$sql_syntax);

my( $ID, $recipID, $NAME);

$sth->bind_columns( undef, \$ID, \$recipID);

print<<"[HTML]";
$NAME
[HTML]
# The scritp print out a list NAME field value sucessful
#-----code end------------------------

Subject Author Views Date
Thread Returns the rightmost len characters from the string str? floramate 2060 Sep 28, 2001, 8:56 PM
Post added infos
floramate 1974 Sep 28, 2001, 11:06 PM