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

Linux, Apache, MySQL, PHP

 
QuestionCan't get ubuntu boot to recognize USB drive! Pin
swampwiz22-Feb-15 7:46
swampwiz22-Feb-15 7:46 
QuestionHow Can I Detect Whether My Total Price Is Greater Than The Price I Inputted On Textbox Pin
Patrick sarmiento12-Feb-15 20:49
Patrick sarmiento12-Feb-15 20:49 
SuggestionRe: How Can I Detect Whether My Total Price Is Greater Than The Price I Inputted On Textbox Pin
Richard MacCutchan12-Feb-15 22:50
mveRichard MacCutchan12-Feb-15 22:50 
QuestionPass datepicker value to PHP & MySQL Pin
Jassim Rahma7-Feb-15 23:28
Jassim Rahma7-Feb-15 23:28 
AnswerRe: Pass datepicker value to PHP & MySQL Pin
Thomas Daniels8-Feb-15 2:59
mentorThomas Daniels8-Feb-15 2:59 
QuestionMake this Hashing in PHP Pin
Jassim Rahma28-Jan-15 21:05
Jassim Rahma28-Jan-15 21:05 
AnswerRe: Make this Hashing in PHP Pin
Richard MacCutchan28-Jan-15 21:24
mveRichard MacCutchan28-Jan-15 21:24 
Question$_COOKIE[session_name()] vs session_id() which one holds good? Pin
Jayapal Chandran28-Jan-15 10:11
Jayapal Chandran28-Jan-15 10:11 
I am overwriting the session cookie to set different domain names with respect to the protocol(http/https)

i wanted to know whether the following is good comparing to the next

$sessname = session_name();
setcookie($sessname, $_COOKIE[$sessname], ...

vs

setcookie(session_name(), session_id(), ....

which one to use?

http://vikku.info/

Today's Beautiful Moments are
Tomorrow's Beautiful Memories


QuestionApache2.sin do not peer *.pl domain Pin
pixcraft14-Jan-15 2:33
pixcraft14-Jan-15 2:33 
QuestionFlash drive on Linux Pin
ForNow13-Dec-14 14:28
ForNow13-Dec-14 14:28 
AnswerRe: Flash drive on Linux Pin
Michael Martin9-Jan-15 20:22
professionalMichael Martin9-Jan-15 20:22 
Questionselectbox sql problems Pin
ceewhitehead7-Nov-14 0:39
ceewhitehead7-Nov-14 0:39 
AnswerRe: selectbox sql problems Pin
Richard MacCutchan7-Nov-14 0:59
mveRichard MacCutchan7-Nov-14 0:59 
GeneralRe: selectbox sql problems Pin
ceewhitehead7-Nov-14 2:29
ceewhitehead7-Nov-14 2:29 
GeneralRe: selectbox sql problems Pin
Richard MacCutchan7-Nov-14 2:40
mveRichard MacCutchan7-Nov-14 2:40 
Questionzend & php code Pin
vaguemind2-Nov-14 21:02
vaguemind2-Nov-14 21:02 
Questionlaunch a web app using python Pin
Member 94937201-Nov-14 22:02
Member 94937201-Nov-14 22:02 
AnswerRe: launch a web app using python Pin
Richard MacCutchan1-Nov-14 22:09
mveRichard MacCutchan1-Nov-14 22:09 
QuestionCode Samples Pin
Brandi Boseman29-Oct-14 8:00
Brandi Boseman29-Oct-14 8:00 
AnswerRe: Code Samples Pin
ZurdoDev29-Oct-14 8:09
professionalZurdoDev29-Oct-14 8:09 
GeneralRe: Code Samples Pin
Brandi Boseman29-Oct-14 8:22
Brandi Boseman29-Oct-14 8:22 
QuestionRe: Code Samples Pin
ZurdoDev29-Oct-14 8:24
professionalZurdoDev29-Oct-14 8:24 
AnswerRe: Code Samples Pin
Brandi Boseman29-Oct-14 8:34
Brandi Boseman29-Oct-14 8:34 
GeneralRe: Code Samples Pin
ZurdoDev29-Oct-14 8:48
professionalZurdoDev29-Oct-14 8:48 
GeneralRe: Code Samples Pin
Brandi Boseman29-Oct-14 9:03
Brandi Boseman29-Oct-14 9:03 

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.