Hey... thank you for the suggestion... from my question is clear that I don't know a lot about php...can you please be so kind to tell me where can I find more information on this issue? do you know on any website that explain more this particular topic?
Thanks
here how I call it:
$row_ElencoPreventivi is the query variable, that contains all the info of the database
$pdfFile= $row_ElencoPreventivi['pdfcontents'];
<td valign="top" class="<?php echo $Class; ?>"> <?php echo "<a href=\"$pdfFile\" target=\"_blank\"><img...
Hello I have the following problem. I create pdf files dinamically and I insert into my database mysql using the following code:
$file = "file.pdf";
$contents = file_get_contents($file);
mysql_query("Insert into table set pdfcontents = '".mysql_escape_string($contents)."'");
When I open the...
Hello billwatson
I created a dynamic text field in my Flash file called myText and there I put this code
myData = new LoadVars();
myData.onLoad = function() {
myText.html=true;
};
myData.load("testlive.html");
Where testlive.html is the html file I want to upload when a user enter my...
Thank you I will try your suggestion. I also posted this question on the javascript forum but they told me that it is more of a php question...that's way I posted here.
Hello I have a function in my webpage written in php called createListRegions, this function is inside the <head> tag. Now I call this function in my webpage as follow:
<body class="site_homepage" style="background-color: #dddb10" onLoad=" createListRegions();">
my problem is when I use...
Hello all of you, I did actually passed this question to javascript forum, but I tried also this forum just in case.
Can you please explain to me how this can happen?
"
Could it be that a rendering issue in IE is 'hiding' the info?"
I'm just starting programming so please go gentle.
Thank you
First I don't have any error message in Firefox acutally everything there works fine. Here is the code in a separate file that takes all the regions and nations names from the datebase:
function listNations()
{
global $table_geog_nations;
$query = "SELECT id, nome FROM...
Hello I have a function in my html webpage written in javascript called createListRegions, this function is inside the <head> tag. Now I call this function in my html page as follow:
<body class="site_homepage" style="background-color: #dddb10" onLoad=" createListRegions();">
my problem is...
Hello I have a function in my html webpage written in javascript called createListRegions, this function is inside the <head> tag. Now I call this function in my html page as follow:
<body class="site_homepage" style="background-color: #dddb10" onLoad=" createListRegions();">
my problem is...
Hello BluesmanUK
I figured this one too, this line was the problem since it was giving a kind of white background to my swf.
<param name=bgcolor value=#FFFFFF>
In any case I would like to thank you again for your help, after all it was you suggestion that was really the solution to my problem...
Hello Foamcow
I finally figure it out.... yes your change where the right one. My problem was also the postion inside html that was wrong.....the div....code was inside the head..any way I put the codes inside the body and the effect worked....But another problem came up ..
The swf is of poor...
Hello BluesmanUK
I finally figure it out.... yes your change where the right one. My problem was also the postion inside html that was wrong.....the div....code was inside the head..any way I put the codes inside the body and the effect worked....But another problem came up ..
The swf is of...
Hello BluesmanUK first of all thank you for your help,
I tried the changes you suggested but still my program do not work... Basically what I'm trying to do is to have a banner in swf on the right site of my home page this banner is placed vertically and when a user scroll down the page the...
Hello Foamcow first of all thank you for your help,
I tried the changes you suggested but still my program do not work... Basically what I'm trying to do is to have a banner in swf on the right site of my home page this banner is placed vertically and when a user scroll down the page the banner...
Hello can anyone help me to find why my banner1.swf doesn't appear when I run this html file?
Any help will be appreciated.
Paola.
<html>
<head>
<DIV CLASS="jsbrand" ID="jsbrand"
STYLE="position:absolute;top:1;visibility:hide;" zIndex="1000" ALIGN="right">
<A...
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.