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

Linux, Apache, MySQL, PHP

 
GeneralRe: URL rewriting Pin
random423-Feb-09 22:33
random423-Feb-09 22:33 
Questionhow to pass onclick parameter in zend framework Pin
rose19617-Feb-09 21:33
rose19617-Feb-09 21:33 
QuestionAJAX & PHP Pin
Bryant May14-Feb-09 8:18
Bryant May14-Feb-09 8:18 
AnswerRe: AJAX & PHP Pin
it_8x14-Feb-09 9:29
it_8x14-Feb-09 9:29 
GeneralRe: AJAX & PHP Pin
Bryant May15-Feb-09 4:17
Bryant May15-Feb-09 4:17 
GeneralRe: AJAX & PHP Pin
Perspx15-Feb-09 4:54
Perspx15-Feb-09 4:54 
GeneralRe: AJAX & PHP Pin
Bryant May16-Feb-09 1:49
Bryant May16-Feb-09 1:49 
AnswerRe: AJAX & PHP Pin
Ioannis_o519-Feb-09 6:08
Ioannis_o519-Feb-09 6:08 
Although I am not sure that I can help you the way you put the question, I will try. I use a lot of Ajax and in my opinion i. you are close to the traditional way , ii . you could find other solutions. My comments :
a. Your example seems to be OK. Of course it returns whatever you havae passed as email. Pls confirm that is is so.
b. Do I understand that you want to pass THE NAME of a variable and receive a value OR IS IT you want the calling javascript to decide what to do and NOT the called PHP.
c. Before you clear this II would suggest :
Wht don't you store your values in the php script in arrays like this
$name= "Napoleon";
$myphone = "199199";
$myvalues[]=array("name" => $name , "phone" => $myphone );
$value_of_param= $_GET["req"]; // req is in place of your email variable
echo $myvalues[$value_of_param];

(I hope I have no typo errors)
GeneralRe: AJAX & PHP Pin
Bryant May19-Feb-09 6:22
Bryant May19-Feb-09 6:22 
GeneralRe: AJAX & PHP Pin
Ioannis_o519-Feb-09 6:58
Ioannis_o519-Feb-09 6:58 
GeneralRe: AJAX & PHP Pin
Bryant May19-Feb-09 7:24
Bryant May19-Feb-09 7:24 
GeneralRe: AJAX & PHP Pin
Ioannis_o519-Feb-09 7:58
Ioannis_o519-Feb-09 7:58 
GeneralRe: AJAX & PHP Pin
Bryant May19-Feb-09 8:49
Bryant May19-Feb-09 8:49 
GeneralRe: AJAX & PHP Pin
Ioannis_o519-Feb-09 9:22
Ioannis_o519-Feb-09 9:22 
GeneralRe: AJAX & PHP Pin
Bryant May19-Feb-09 10:52
Bryant May19-Feb-09 10:52 
GeneralRe: AJAX & PHP Pin
Ioannis_o519-Feb-09 22:30
Ioannis_o519-Feb-09 22:30 
GeneralRe: AJAX & PHP Pin
Bryant May19-Feb-09 23:08
Bryant May19-Feb-09 23:08 
AnswerRe: jumla in PHP Pin
EliottA14-Feb-09 7:36
EliottA14-Feb-09 7:36 
GeneralRe: jumla in PHP Pin
it_8x14-Feb-09 9:34
it_8x14-Feb-09 9:34 
QuestionFixed ip Address Pin
anishkannan13-Feb-09 18:26
anishkannan13-Feb-09 18:26 
AnswerRe: Fixed ip Address Pin
Curtis Schlak.27-Feb-09 12:53
Curtis Schlak.27-Feb-09 12:53 
AnswerRe: Fixed ip Address Pin
JasonPSage27-Feb-09 12:55
JasonPSage27-Feb-09 12:55 
AnswerRe: Fixed ip Address Pin
bcoide28-Feb-09 0:24
bcoide28-Feb-09 0:24 
Questiondatabase(PHP) Pin
JAYRAJ GIRI13-Feb-09 1:56
JAYRAJ GIRI13-Feb-09 1:56 
AnswerRe: database(PHP) Pin
Kristian Sixhøj13-Feb-09 14:15
Kristian Sixhøj13-Feb-09 14:15 

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.