At this point I want to substitute $name for all instances of $name in $html... hope that makes sense. Thanks!$name = "My Name"; $sth = $dbh->prepare("SELECT html_code FROM html_table WHERE id LIKE ' +2'); $sth->execute; @row = $sth->fetchrow_array; $html = @row[0];
In reply to Dynamic HTML via MySQL by Anthanos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |