Click here to Skip to main content
15,878,959 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionPhp Sessions Pin
nishinilu27-Jul-11 5:40
nishinilu27-Jul-11 5:40 
AnswerRe: Php Sessions Pin
Gerben Jongerius27-Jul-11 20:33
Gerben Jongerius27-Jul-11 20:33 
AnswerRe: Php Sessions Pin
Claudio Ludovico Panetta29-Jul-11 6:05
Claudio Ludovico Panetta29-Jul-11 6:05 
AnswerRe: Php Sessions Pin
Arunkumar.Koloth15-Jan-12 1:31
Arunkumar.Koloth15-Jan-12 1:31 
Questionhow to preg_replace the last comma? Pin
mabrahao26-Jul-11 4:01
mabrahao26-Jul-11 4:01 
AnswerRe: how to preg_replace the last comma? Pin
Peter_in_278026-Jul-11 14:58
professionalPeter_in_278026-Jul-11 14:58 
QuestionUpdate multiple rows in a dynamic table Dreamweaver CS5.5 Pin
sir_amin16-Jul-11 22:32
sir_amin16-Jul-11 22:32 
AnswerRe: Update multiple rows in a dynamic table Dreamweaver CS5.5 Pin
Gerben Jongerius17-Jul-11 3:17
Gerben Jongerius17-Jul-11 3:17 
Your problem is in the Query you are using to update the record:

UPDATE s_lessons SET point=%s WHERE tid=%s, lid=%s, sid=%s, term=%s


Is not valid Sql, and should be something like

UPDATE s_lessons SET point=%s WHERE tid=%s and lid=%s and sid=%s and term=%s


You might wanna read up a bit on the SQL update syntax[^]
GeneralRe: Update multiple rows in a dynamic table Dreamweaver CS5.5 Pin
sir_amin17-Jul-11 3:44
sir_amin17-Jul-11 3:44 
Questionsamba question... Pin
Albert Holguin8-Jul-11 9:27
professionalAlbert Holguin8-Jul-11 9:27 
AnswerRe: samba question... Pin
Albert Holguin8-Jul-11 11:06
professionalAlbert Holguin8-Jul-11 11:06 
AnswerRe: samba question... Pin
Jörgen Sigvardsson4-Sep-11 8:33
Jörgen Sigvardsson4-Sep-11 8:33 
Questionproblem with session varaibles Pin
MacRaider48-Jul-11 7:01
MacRaider48-Jul-11 7:01 
GeneralRe: problem with session varaibles Pin
MacRaider48-Jul-11 7:54
MacRaider48-Jul-11 7:54 
GeneralRe: problem with session varaibles Pin
MacRaider48-Jul-11 8:42
MacRaider48-Jul-11 8:42 
AnswerRe: problem with session varaibles Pin
MacRaider48-Jul-11 7:53
MacRaider48-Jul-11 7:53 
GeneralRe: problem with session varaibles Pin
Thomas.D Williams21-Jul-11 5:08
Thomas.D Williams21-Jul-11 5:08 
GeneralRe: problem with session varaibles Pin
MacRaider421-Jul-11 5:18
MacRaider421-Jul-11 5:18 
GeneralRe: problem with session varaibles Pin
Thomas.D Williams21-Jul-11 5:34
Thomas.D Williams21-Jul-11 5:34 
GeneralRe: problem with session varaibles Pin
MacRaider421-Jul-11 5:39
MacRaider421-Jul-11 5:39 
QuestionTrying to set more than one style at a time without CSS... [modified] Pin
Joan M6-Jul-11 23:40
professionalJoan M6-Jul-11 23:40 
GeneralRe: Trying to set more than one style at a time without CSS... Pin
Joan M7-Jul-11 4:47
professionalJoan M7-Jul-11 4:47 
GeneralRe: Trying to set more than one style at a time without CSS... Pin
Joan M7-Jul-11 5:30
professionalJoan M7-Jul-11 5:30 
AnswerRe: Trying to set more than one style at a time without CSS... Pin
Graham Breach7-Jul-11 3:12
Graham Breach7-Jul-11 3:12 
GeneralRe: Trying to set more than one style at a time without CSS... [modified] Pin
Joan M7-Jul-11 3:25
professionalJoan M7-Jul-11 3:25 

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.