Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 999000333
  • Content: Threads
  • Order by date
  1. 999000333

    php,mysql and pdf files

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

    insert a pdf file into mysql with php

    Hello I have to insert a pdf file into a mysql table by using php...can anyone help me on how to do that.. Thank you
  3. 999000333

    load html

    Hello is it possible to load a html file like we do for swf files? for a swf we use loadMovie...but for an html file? Thank you Paola
  4. 999000333

    php, javascript

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

    javascrtip/html

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

    onload a javascript function

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

    html javasctipt and swf

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

    html javascipt and swf

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

    javascript watermark with a swf

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

    flash/actionscript load

    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'...
  11. 999000333

    pop up window

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

    php/flash contact page

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

    if else in php

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

    php/html/javascript

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

    php il else

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

    pop up calendar

    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) {...
  17. 999000333

    Tabs in Flash 8

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

    image that follow a scrollbar

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

Part and Inventory Search

Back
Top