Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 5:34 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: PHP variable in javascript
PostPosted: Wed Apr 08, 2009 8:12 pm 
Offline
Newbie
User avatar

Joined: Thu May 10, 2007 1:22 pm
Posts: 37
Location: Lithuania
Has thanked: 0 time
Have thanks: 0 time

Hi,
I am creating web page with php, mysql and javascript. Menu items are printed from db
Code:
$db = new Database($config['server'], $config['user'], $config['pass'], $config['database'], $config['tablePrefix']);
$db->connect();
$sql = "SELECT lt FROM meniu";
$countRows = $db->query($sql);
while ($countRow = $db->fetch_array($countRows)) {
echo "<li class='sub'><a href='javascript:void(0)' onclick='open_url('content.php?id=','my_site_content');'>".$countRow['lt']."</a></li>";
}
$db->close();

after ?id= should be meniu item id. Could someone write which variable to write?


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: PHP variable in javascript
PostPosted: Sun Apr 26, 2009 11:06 am 
Offline
Newbie
User avatar

Joined: Sun Apr 26, 2009 10:56 am
Posts: 2
Has thanked: 0 time
Have thanks: 0 time
Tutorials on doing so can be obtained in a day or two from http://www.emammablog.com


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 JavaScript fade out problem
 javascript read file
 getting gst, pst total to diplay in my javascript form
 need help with javascript
 methods with variable arguments list
 Javascript select menu validation issue
 validate age entered as selection box in javascript
 Trim string in JavaScript
 check array contains a value using javascript
 Javascript Multi-dimensional Arrays

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question  cron




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team