TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krishna vala
NA
290
72.6k
How to store javascript value into php variable
Aug 12 2018 1:12 PM
<html>
<SCRIPT language="JavaScript">
var q1=Math.floor(Math.random()*11)
<?php
$ff = q1;
?>
}
</SCRIPT>
</HEAD>
<BODY>
<?php
echo $ff ;
?>
</body>
</html>
This is not working. What to do?
Reply
Answers (
2
)
Login with session in Codeigniter
how to read MS Excel file in php