Search results

  1. J

    sql manipulations

    hey guys i need some help, in my database i hav fields named choice1, choice2, choice3...choice10 now in my php code is there any way where i can make my fields an array, heres my code: $ctr=1; while($ctr <=10){ $sql = "UPDATE `poll_data` SET `vote[$ctr]`='".$Votes['$ctr']."'...
  2. J

    arrays

    heys guys i need your help, ive created a page where a user can input the number of textbox he needs to iputs some fields, here the code: $ctr=1; while($ctr <= $poll_specific) { echo "<tr><td align='right'>"; echo "<div id ='normal'>" . "Option " . $ctr . ": ". "</div>"...
  3. J

    SMTP help

    hey guys i am a newbie at php please help me.. i hav receiving this prob: "Warning: Failed to connect to mailserver, verify your "SMTP" setting in php.ini in c:\phpdev\www\email2.php on line 21" can anyone help me??
Back
Top