Click here to Skip to main content
15,885,366 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: best way to save and use date Pin
Richard MacCutchan2-Nov-13 6:02
mveRichard MacCutchan2-Nov-13 6:02 
GeneralRe: best way to save and use date Pin
Jassim Rahma2-Nov-13 7:28
Jassim Rahma2-Nov-13 7:28 
GeneralRe: best way to save and use date Pin
Richard MacCutchan2-Nov-13 7:40
mveRichard MacCutchan2-Nov-13 7:40 
Questionwhy getting: argument for routine is not a variable?! Pin
Jassim Rahma1-Nov-13 23:29
Jassim Rahma1-Nov-13 23:29 
QuestionMVC4 Ajax Call does not reach controller Pin
MYSHKSL1-Nov-13 10:43
MYSHKSL1-Nov-13 10:43 
SuggestionRe: MVC4 Ajax Call does not reach controller Pin
Richard Deeming1-Nov-13 10:51
mveRichard Deeming1-Nov-13 10:51 
Questionhow to header("Expires") in php Pin
Jassim Rahma1-Nov-13 8:42
Jassim Rahma1-Nov-13 8:42 
QuestionUndefined index for $_SESSION variable Pin
Jassim Rahma1-Nov-13 8:33
Jassim Rahma1-Nov-13 8:33 
Hi,

I am using the following code to read the session variable and set it as value for input textbox:

PHP
value="<?php if ($_SESSION["activation_email"] != NULL) echo $_SESSION["activation_email"]; ?>"

it was set in another code like this:

PHP
$_SESSION["activation_email"] = $member_email;


but I am getting the following error inside the textbox:

<br />Notice:  Undefined index: activation_email in C:\xampp\htdocs\xoompage\activation.php on line 21<br />


just a note that the above error is NOT shown every time... it's just sometimes but I am not sure why?


Technology News @ www.JassimRahma.com

AnswerRe: Undefined index for $_SESSION variable Pin
Peter Leow4-Nov-13 1:31
professionalPeter Leow4-Nov-13 1:31 
QuestionHow to rebind more three RadGrid after close the RadWindow Pin
Rahul_Pandit1-Nov-13 2:09
Rahul_Pandit1-Nov-13 2:09 
SuggestionRe: How to rebind more three RadGrid after close the RadWindow Pin
Richard Deeming1-Nov-13 3:07
mveRichard Deeming1-Nov-13 3:07 
QuestionHow to create a online service conversion of a file type to another type Pin
Moneyzz Sharma31-Oct-13 20:13
Moneyzz Sharma31-Oct-13 20:13 
AnswerRe: How to create a online service conversion of a file type to another type Pin
Richard MacCutchan31-Oct-13 23:52
mveRichard MacCutchan31-Oct-13 23:52 
GeneralRe: How to create a online service conversion of a file type to another type Pin
Moneyzz Sharma2-Nov-13 0:35
Moneyzz Sharma2-Nov-13 0:35 
SuggestionRe: How to create a online service conversion of a file type to another type Pin
Richard MacCutchan2-Nov-13 0:41
mveRichard MacCutchan2-Nov-13 0:41 
QuestionGet panel values Pin
vkEE31-Oct-13 3:45
vkEE31-Oct-13 3:45 
Questionis the $_GET exists? Pin
Jassim Rahma30-Oct-13 1:13
Jassim Rahma30-Oct-13 1:13 
AnswerRe: is the $_GET exists? Pin
Richard MacCutchan30-Oct-13 2:10
mveRichard MacCutchan30-Oct-13 2:10 
AnswerRe: is the $_GET exists? Pin
Peter Leow4-Nov-13 1:35
professionalPeter Leow4-Nov-13 1:35 
AnswerRe: is the $_GET exists? Pin
Killzone DeathMan9-Jan-14 1:08
Killzone DeathMan9-Jan-14 1:08 
QuestionSVG in IE8 Pin
ThetaClear29-Oct-13 11:12
ThetaClear29-Oct-13 11:12 
AnswerRe: SVG in IE8 Pin
RedDk29-Oct-13 12:06
RedDk29-Oct-13 12:06 
GeneralRe: SVG in IE8 Pin
ThetaClear29-Oct-13 21:47
ThetaClear29-Oct-13 21:47 
AnswerRe: SVG in IE8 Pin
Paulo Augusto Kunzel4-Nov-13 3:43
professionalPaulo Augusto Kunzel4-Nov-13 3:43 
GeneralRe: SVG in IE8 Pin
ThetaClear5-Nov-13 10:08
ThetaClear5-Nov-13 10:08 

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.