JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Re: Passing Variables from PHP to JavaScript Posted by Darshija on 15 Jan 2011 at 2:21 AM
try this ,this will surly work,only thing wat i did is assign the value with correct php sysntax to var num

<?php
$number =45;

?>
<script language="javascript">
var num = '<?php echo $number; ?>';
document.write(num);
</script>
Thread Tree
phptech Passing Variables from PHP to JavaScript on 17 Sept 2002 at 3:07 PM
bgibby Re: Passing Variables from PHP to JavaScript on 17 Sept 2002 at 5:45 PM
hico Re: Passing Variables from PHP to JavaScript on 20 Sept 2002 at 4:00 AM
bgibby Re: Passing Variables from PHP to JavaScript on 22 Sept 2002 at 1:42 AM
mac_doggie Re: Passing Variables from PHP to JavaScript on 15 Oct 2002 at 7:20 AM
Darshija Re: Passing Variables from PHP to JavaScript on 15 Jan 2011 at 2:21 AM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.