sakthivel


{ City } chennai
< Country > india
* Profession * software engineer
User No # 27474
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 1
Total Views for My Questions # 3165

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 2
Questions / { sakthivel }
Questions Answers Category Views Company eMail

Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?

1 JavaScript 3165




Answers / { sakthivel }

Question { Oracle, 8854 }

What is the difference between $message and $$message ?


Answer

$var1 = "hello world";
$var2 = $var1;
$$var2 = "hello world";

Is This Answer Correct ?    6 Yes 2 No