|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
The Web Buyer's Guide is your best source for white papers on a wide range of IT products and services. This Week's Featured White Papers: Guide to Virtual Infrastructure Implementation by VMware
|
|
#1
|
|||
|
|||
|
I am accessing a mysql database through perl, and seeing if the ftp given is equal to any of the ftp's in the database. does this look correct?
$sth = $dbh->prepare( "SELECT * from ftp where ftp='$ftp'" ); if( !$sth->execute ) { die "...."; } if( $sth->rows ) { #Error--FTP is already in database } |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Does this look correct? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|