Click here to Skip to main content
15,884,425 members
Home / Discussions / Web Development
   

Web Development

 
Questionflash slide make professional software Pin
sheemap31-Jan-10 19:55
sheemap31-Jan-10 19:55 
AnswerRe: flash slide make professional software Pin
Richard MacCutchan1-Feb-10 0:24
mveRichard MacCutchan1-Feb-10 0:24 
QuestionPHP Image Protection Pin
hxhl9529-Jan-10 18:18
hxhl9529-Jan-10 18:18 
AnswerRe: PHP Image Protection Pin
Graham Breach29-Jan-10 23:16
Graham Breach29-Jan-10 23:16 
GeneralBoonex Dolphin is SCAM!!! Pin
rooterbot29-Jan-10 5:55
rooterbot29-Jan-10 5:55 
QuestionMessage Removed Pin
28-Jan-10 10:56
hello_amigo28-Jan-10 10:56 
AnswerRepost x 3 Pin
Not Active28-Jan-10 13:38
mentorNot Active28-Jan-10 13:38 
QuestionUpdating Query Problem in PHP Pin
jedongkendrick28-Jan-10 10:28
jedongkendrick28-Jan-10 10:28 
$PP=$_POST['PurchaserPrice'];
$PQ=$_POST['PurchaserQuantity'];
$PST=$_POST['PurchaserSubTotal'];
$total2=$_POST['total2'];
$id=$_REQUEST['id'];
$num=mysql_numrows($result);
$i=0;
while ($i < $num) {

$f1=mysql_result($result,$i,"item");
$f2=mysql_result($result,$i,"qty");
$f3=mysql_result($result,$i,"Price");
$f4=mysql_result($result,$i,"sub_total");
$f5=mysql_result($result,$i,"Remarks");
$f6=mysql_result($result,$i,"Approve");


echo "$remarks[i],$PP[$i],$PQ[$i],$PST[$i]";
mysql_query("UPDATE tbl_orders SET Approve='1',PurchaserRemarks='$remarks[$i]',PurchaserPrice='$PP[$i]',PurchaserQuantity='$PQ[$i]',PurchaserSubTotal='$PST[$i]',newtotal='$total2' WHERE id='$id',item='$f1',qty='$f2',Price='$f3',sub_total='$f4',Remarks='$f5'");

I have this query but It wouldn't write in the database
AnswerRe: Updating Query Problem in PHP Pin
Graham Breach29-Jan-10 4:44
Graham Breach29-Jan-10 4:44 
QuestionBackground img in IE disappears Pin
marky77728-Jan-10 1:16
marky77728-Jan-10 1:16 
AnswerRe: Background img in IE disappears Pin
enhzflep28-Jan-10 3:27
enhzflep28-Jan-10 3:27 
QuestionDataGrid + Checkboxes Pin
sriharsha_1227-Jan-10 22:43
sriharsha_1227-Jan-10 22:43 
AnswerRe: DataGrid + Checkboxes Pin
Eddy Vluggen28-Jan-10 3:23
professionalEddy Vluggen28-Jan-10 3:23 
GeneralRe: DataGrid + Checkboxes Pin
sriharsha_1229-Jan-10 1:58
sriharsha_1229-Jan-10 1:58 
GeneralRe: DataGrid + Checkboxes Pin
Eddy Vluggen29-Jan-10 2:21
professionalEddy Vluggen29-Jan-10 2:21 
QuestionJQuery and Binding issue Pin
Mike Hankey27-Jan-10 20:31
mveMike Hankey27-Jan-10 20:31 
QuestionQuestion about multiple requests Pin
Sider8927-Jan-10 8:03
Sider8927-Jan-10 8:03 
QuestionPrevent text/image selection... Pin
Matt Gullett27-Jan-10 2:43
Matt Gullett27-Jan-10 2:43 
AnswerRe: Prevent text/image selection... Pin
Aman Bhullar27-Jan-10 22:14
Aman Bhullar27-Jan-10 22:14 
GeneralRe: Prevent text/image selection... Pin
Matt Gullett28-Jan-10 1:31
Matt Gullett28-Jan-10 1:31 
QuestionASP.Net Security Pin
Maxy5527-Jan-10 2:31
Maxy5527-Jan-10 2:31 
Questionhow to changes the cursor of html tag "area". Pin
nabber26-Jan-10 22:36
nabber26-Jan-10 22:36 
AnswerRe: how to changes the cursor of html tag "area". Pin
mrMercury27-Jan-10 5:28
mrMercury27-Jan-10 5:28 
Questionhiiiiiiii Pin
sheemap26-Jan-10 19:20
sheemap26-Jan-10 19:20 
AnswerRe: hiiiiiiii Pin
Andy_L_J26-Jan-10 19:29
Andy_L_J26-Jan-10 19:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.