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: mailerman
  • Content: Threads
  • Order by date
  1. 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 (...
  2. 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 &...
  3. 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)...
  4. 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"...
  5. 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...
  6. mailerman

    mms message from cell to Server

    Hello Im using the script bellow to try to upload MMS messages to my webserver. the folder "data" is CHmoded 777 and im using a swedish SMS/MMS service to send the content of the MMS to my server now for my problem, when i send a MMS to the payment number of my MMS service, it's recived by the...
  7. mailerman

    download ID number?

    hey there. how can i give each of my files on my webpage a uniqe download ID for each file ?
  8. mailerman

    include stats

    hey, i wonder how i can include stats.php once in index.php so that stats get's recorded when someone visits index.php
  9. mailerman

    IIS dont log

    hello, i noticed my IIS is not logging people on my webserver. i have set IIS to log in W3C format but when i try to check C:\windows\system32\LogFiles\W3SVC1 the folder is empety, i had friends from all the world try to access my page but no logs are made. why is this ?
  10. mailerman

    seeking webstats script in php

    hello, im running a server under windows server 2003 with IIS 6, and i wanted to ask if anyone could redirect me to a handy webstat script for my server that shows page views, bandwith usage, what files people looked on the most and so on, i dont care if this script is not free, im happily...

Part and Inventory Search

Back
Top