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 SkipVought 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: mailerman
  • Order by date
  1. mailerman

    problem with new window

    sorry i didint explain what i needed. i have this asp/php script showing pictures (ORIGINAL CODE) on my page and wonder how i can make visabild.php open in a new window, i tryed putting in target_blank but that just makes the php code fail on me :/ so if anyone could help me make it open the...
  2. mailerman

    problem with new window

    i got helped here ( http://www.tek-tips.com/viewthread.cfm?qid=1357114&page=1 ) to open a picture in a new window, hte original code is bellow and the JS code i got is under it, the problem i have now is that the new window picture wont open and i wonder why :( ORIGINAL CODE if (...
  3. mailerman

    problem with new window (php & asp)

    ah, thank you very much! :D
  4. mailerman

    problem with new window (php & asp)

    i have this asp/php script showing pictures on my page and wonder how i can make visabild.php open in a new window, i tryed putting in target_blank but that just makes the php code fail on me :/ so if anyone could help me make it open the imiage in a new window with a specific window higth &...
  5. mailerman

    commentation script questions.

    this is how the code in show.php looks like <img src="data/<?=$_GET['id']?>.jpeg"> if the link ID fro from the database is 56 it checks /data/ foler for image 56 and displays it.
  6. mailerman

    commentation script questions.

    hey there, i noticed i forgot to add someting so i think i made you missunderstand me. when people press a picture shown by my PHP code, show.php opens that picture in a new window, now what i need in that new window under that picture is my commentbox, and as i need to change the commentscript...
  7. mailerman

    commentation script questions.

    i found a comment script that would work, but it want my pages in id insteed. bellow is how i currenlt have it to show my images. <? $MYSQL_HOST = 'test'; $MYSQL_USER = 'test'; $MYSQL_PASSWORD = 'test'; $MYSQL_DATABASE = 'test'; mysql_connect($MYSQL_HOST, $MYSQL_USER, $MYSQL_PASSWORD)...
  8. mailerman

    problem with backround images (php and html)

    ow lol thanks :) didint se that at all... im BLIND :(
  9. mailerman

    problem with backround images (php and html)

    as you se below is my code, the problem i have is that NO backround images whatsoever is loaded in internet explorer but still is shown in Firefox, i cant find the problem, can you? :( i have 3 backround images in total and noone shows in IE <head> <meta http-equiv="Content-Language"...
  10. mailerman

    Asp problem cant se what missed

    now i got Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. /mms/mms.asp, line 15 i dont belive it's any settings, password host or login that is wrong, i matched to the written settings on my...
  11. mailerman

    Asp problem cant se what missed

    i changed it, then this appeared :/ Microsoft VBScript compilation error '800a03ee' Expected ')' /mms/mms.asp, line 38 if FSO.FileExists(Server.Mappath("data/" & RS("ID") & ".jpeg") then ---------------------------------------------------------------^
  12. mailerman

    Asp problem cant se what missed

    hey there, i did this code to retrive 10 MMS pictures from my mysql database and /data folder and put them in a table onto my page, now i missed someting here since it donw work but i cant se what, anyone got an idea on what i missed? <% // Definiera konstanter för databasanslutning Dim FSO...
  13. mailerman

    mms message from cell to Server

    and there, now it works Jpadie: http://www.lunarplejs.se/mms/show_live_mms.php Thank you Very very much for the help! :)
  14. mailerman

    mms message from cell to Server

    Noticed :) bad misstake i made the datbase on that addres was just a test, but i hcanged the password and check the logs, nothing happend to it.
  15. mailerman

    mms message from cell to Server

    ok, i put in that code and bellow is what i have now, still i got this erro '<br /> <b>Parse error</b>: parse error, unexpected $end in <b>C:\Sites\Single8\lunarplejs\webroot\mms\mms.php</b> on line <b>99</b><br /> ' <?php require_once('Mail/mimeDecode.php'); // Definiera konstanter för...
  16. mailerman

    mms message from cell to Server

    there, i finally got it out. all this was actully the error, URL: 'http://lunarplejs.brinkster.net/mms/mms.php' HTTP Response: 200 (OK) Response: '<hr/><pre>MMSDecoder Object ( [subject] => bildmms * [number] => cell number remoed [parts] => Array ( [0] =>...
  17. mailerman

    mms message from cell to Server

    That didint work either i changed it to $mms = new MMSDecoder(); echo "<hr/><pre>".print_r($mms, true)."</pre><hr/>"; then i got a long long long error wich was greayed out so i coulde not copy it, te image was not saved and so on.
  18. mailerman

    mms message from cell to Server

    Ok, i changed the lines for what you said and tryed another MMS, if you check the page the same thing happend, also i got "'<hr/><pre></pre><hr/>'" in response back to me
  19. mailerman

    mms message from cell to Server

    ok, when i send an MMS to my webserver, the script downloads the picture, the picture from the MMS message and places it into /data/ , but it downloads it 3 times, Yesterday i sent 2 MMS messages to my webserver, and both where downloaded as you cna se here...
  20. mailerman

    mms message from cell to Server

    Hey there jpadie, i solved the download error, the code shown bellow now saves my pictures in /data/ with a named made by the database entry number, BUt now i have another problem, the script shown bellow saves the picture in /data/, 1 picture is 8Kb and shows my MMS picture, while the other 2...

Part and Inventory Search

Back
Top