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 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 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 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...
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...
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...
Hello I have a problem: I have a database(mysql) with the following fields:
test, descr, title
I want to display them into a flash file.
Now my php file called list.php (which collect the information from my database) is the following:
<?php
include_once '../library/config.php'...
Helllo
I have a flash web site where, when a button(from the menu) is clicked a movieclip pop up on a different window...inside this file ther's also a menu and in here I have a button that SHOULD close the pop up window..I tried different codes but nothing seam to work THE POP UP WINDOW DO NOT...
HI
I have a flash templates..that uses php as well
now I have a problem with my contact page as follows:
the user enter his name, email and message into flash input whose Var are: your_name, your_email and message.
then the user shoul press the send button and the actionscript code for the send...
Hello again,
is it possible to assign to the images redball.jpg and greenball.jpg a link, the way I did it does not work..can anyone tell me how to write the code so I can output the image and allow the user to click on it and go to another page?
<?php
if (!( $row_Elenco['DocNum'])){
echo "<a...
Hello I have one more question
I wrote a form in html/php where I ask the user to enter the Document Date and a start date, to do so I used a pop up calendar written in javascript here is the code:
<td>Data Doc </td>
<td><input name="DocData" type="text" id="DocData" value="<?php echo...
Hello
I have a php file and in it I just added this piece of code to print an image if DocNum(document's number) is set else print another image:
<td>
<?php if (!( $row_Elenco['DocNum'])){
<IMG SRC="../myred.jpg" ALT="Ricerca"> } else {<IMG SRC="../greenp.jpg" ALT="Ricerca"> } ?>
</td>...
Hello
I wrote a form in html/php where I ask the user to enter the Document Date and a start date, to do so I used a pop up calendar written in javascript here is the code:
<script language="JavaScript" type="text/javascript">
<!--
function calendarDocDateCallback(date, month, year)
{...
Hello,
Can anyone have any suggestions....
I made a form in Flash 8 and when the user wants to move on the form using the tab ( from the keyboard) the sequence is not the proper one..
So, my question :
Is there a way (in Flash 8) to set the order of which the tab should moves around my form...
I'm new to javascript
and I would like some help if possible.
How can I make an image following a scrollbar?
I need to put on my website a picture that when a scollbar is pulled down the picture goes down with it, if the scrollbar goes up the picture goes up as well... basically no matter how...
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.