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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 999000333

  1. 999000333

    php,mysql and pdf files

    Thank you both for the help..... I fix it and it's working!! Thank you again....
  2. 999000333

    php,mysql and pdf files

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

    php,mysql and pdf files

    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; ?>">&nbsp;&nbsp;<?php echo "<a href=\"$pdfFile\" target=\"_blank\"><img...
  4. 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...
  5. 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
  6. 999000333

    load html

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

    php, javascript

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

    onload a javascript function

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

    javascrtip/html

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

    javascrtip/html

    you need only the javascript or also the html(quite big)? let me know and if you are kind enogh to look at it I will send them, thanks. Paola
  13. 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...
  14. 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...
  15. 999000333

    html javasctipt and swf

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

Part and Inventory Search

Back
Top