Can you write php code inside a javascript function?
How do you pass parameter into a javascript function like the one below?
I want to change the file name "Header.php" dynamically. Can this be done?
<SCRIPT language="JavaScript1.2">
function alert()
{
testwindow= window.open ("Header.php"...
My item file contains too many records to display. I want to limit the display to only 20 records at a time.
In the Select statement, how do I specify the the first 20 records, 2nd 20, etc.?
Thanks.
Alex
I want to put a couple of dropdowns in my webpage.
The first dropdown will be filled with the categories of my products, with the first item "Select product category first!", then followed by the 10 different categories that I retreive from the database query.
Would appreciate some sample...
My first website was written with FrontPage ver 4 six years ago. I have just done a crashed in php/mySQL and rewrote the site with database backbone.
Lot of things have changed in the past 6 years, I am sure my FP4 is totally obsolete.
What would be considered a good and easy to learn and use...
Suppose I have a template php file as follow:
templatex.php
<?php echo $Desc; ?>
Is there any way to past the parameter into the templatex.php file like:
templatex.php/$Desc = 'IPod'
Thanks.
Alex
I have a table named Inventory and have 3 items in it containing the work w069.
I want to run a query to return the three items.
My query: Select * from Inventory where Description Like 'w069'
It doesn't seem to work, returning zero row.
What's wrong?
Alex
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.