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...
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.