bolfescu 0 Junior Poster in Training

i'm having a problem trying to change an old script

    echo '<td style="text-align:center;vertical-align:middle;">'.$row['CarrelliCC'].'</td>';

i'm showing the result in a loop in a form, i have a problem to create a script that can email to a specific email adress with that result

this is the second submit button

<input type='submit' onclick="f1.action='insert2.php'; return true;" class="btn btn-primary" value="Email"> 

i've trying to to change the td style with an input box with that value and insert 2 php but it not showing nothing...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.