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 Chriss Miller 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: Chomauk
  • Content: Threads
  • Order by date
  1. Chomauk

    Web site epiration

    I have been maintaining a web site for a couple years and now my host now offers free registration. Because of this I let the domain name expire at the place where I registered the name once a year. This was back in January and the name STILL is not available. Is this typical? If so how much...
  2. Chomauk

    emailing a web page

    Not sure how to explain this but here it goes... We all get email that appears as a web page...it includes links, images and obviously acts like a web page. I'd like to know how that's done? thanks much. If you're going through hell, keep going. --Sir Winston Churchill (1874 - 1965)
  3. Chomauk

    Web page in an email

    Not sure how to explain this but here it goes... We all get email that appears as a web page...it includes links, images and obviously acts like a web page. I'd like to know how that's done? thanks much. If you're going through hell, keep going. --Sir Winston Churchill (1874 - 1965)
  4. Chomauk

    Create external HD from internal HD

    Can anyone tell me how to convert an internal hard drive to an external hard drive. I have USB 1.1 ports. I've got a couple old hard drives I would love to be able to use in this fashion. thanks If you're going through hell, keep going. --Sir Winston Churchill (1874 - 1965)
  5. Chomauk

    Compacted Outlook Express and now.....

    I kept getting a message to Compact my files in Outlook Express(Windows XP Pro) and I just Canceled it for a future date. However, I accidently clicked ok and it compacted everything and now my inbox is empty! GRRRRRRRRRRR. I tried to find where the files went and thought I found them(.dbx)...
  6. Chomauk

    Created web site

    I created a web site for a mental health counselor at: http://betsywolcott.com/Home.asp Hopefully she'll supply me with more info for additional pages but this is it for now. I thought I did a good job with target words and Meta tags but when I do a search in Google using terms like: mental...
  7. Chomauk

    After install of SP2 System Restore hangs

    I've got XP Pro which I use on a home network which is not always up....by choice. I tried to create a restore point sometime after the install and it hangs. And every Restore Point I created is not attainable either. Please help If you're going through hell, keep going. --Sir Winston...
  8. Chomauk

    Reading what's in address box

    I want to be able to read and manipulate the text in the address box because if someone enters my URL with some capital letters it won't work. I want to be able to automatically change or at least read the text correctly and display the desired page. Thanks. If you're going through hell...
  9. Chomauk

    Send verification email with link

    I have a site where a verification email is sent to the user after they've entered their info at my site. What I need to know is how do I email a link(with a unique ID) to which the user can click on to enter a page that will validate them on my database. In essence: I can already email the...
  10. Chomauk

    having select option determine session variable

    I have a self processing form where I want the selected option to determine the session variable. Unfortunately I can't get it to work. Everything appears to work but when I hit submit $_SESSION['GameWeek'] doesn't change. I'm sure it's got something to do with the input line. HELP...
  11. Chomauk

    Outlook keeps asking for password

    I have Windows XP Pro and set up an account from my web host which works fine. However, I set up another account but it keeps asking for my password and doesn't connect to my account on the host side(as far as I know). Both accounts are identical except for the names. I've tried removing the...
  12. Chomauk

    form processing several included pages at same time

    I'm not exactly sure what I want(PHP wise) or how to do it... I have a page and on that page I have some tabs and on each tab is an included page showing similar information. When I choose a number and submit it on the main page I want each included page(tab) to be updated. Is there a way to...
  13. Chomauk

    Reading return value

    In my recordset I'm returning a value called GameDay which is equal to either 1, 2, 3, 4 or 5. When looping through the recordset, depending on the value of GameDay, I want to display a certain day when it changes. However, it appears when I'm reading the value it does not work. I tried...
  14. Chomauk

    Reading return value

    In my recordset I'm returning a value called GameDay which is equal to either 1, 2, 3, 4 or 5. When looping through the recordset, depending on the value of GameDay, I want to display a certain day when it changes. However, it appears when I'm reading the value it does not work. I tried...
  15. Chomauk

    Can't get recordset

    I have the following code: <?php $sqlString = "CREATE TABLE WeeklyGames "; $sqlString = $sqlString . "(VTeam varchar(13), VTeamNum tinyint(2), HTeamNum Tinyint(2)); "; $sqlString = $sqlString . " INSERT INTO WeeklyGames SELECT T.Team, G.VTeamNum, G.HTeamNum "; $sqlString = $sqlString . " FROM...
  16. Chomauk

    Outlook Express Message Rules.... Rule is disabled

    On my XP Pro machine I have several Message Rules, however, one is disabled(I don't know why). I highlight the rule but I cannot move it down or up and I cannot edit the rule description...can't click on anything. Other than that the email that's supposed to be moved there does and all the...
  17. Chomauk

    Potentially dumb question comparing XML and recordset

    Hi, Newbie here and trying to learn XML...I don't understand why I'd want a list in and XML file if all I'd have to do is simply store the data in MySQL. I would then get whatever data I need and create a loop to show it. I'm sure there's a logical explanation so please tell me what I'm...
  18. Chomauk

    Trying to use fopen and gettinfailed to open stream: Permission denied

    Hi, at one time this worked and now it doesn't. Can anyone tell me what I need to do to create a file in my directory. I'm using a webhost and here is the code: <?php $ID = substr(uniqid("ID"),6); $data = "This is a new file entry!\n"; $file = "Confirm_". $ID. ".php"; echo $file...
  19. Chomauk

    Can't send email

    I tried and tried and found a ton of worthless help involving how to set my php.ini file, however, I'm using a web host and cannot change the ini file...can I? I'm trying to send an email...here's the code: <html> <head><title>PHP Mail Sender</title></head> <body> <?php $to = "me@email.com"...
  20. Chomauk

    Flipping an image upside...turn it around.

    I tried finding this on the web so I figure it can't be done but if it can be done I know you guys are the ones who can tell me. Anyway, I have a png file shaped like a crescent moon. I want to rotate it four times clock-wise(like a wheel). Is this possible and if so how do I do it? thanks...

Part and Inventory Search

Back
Top