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 strongm 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: tiamat2012
  • Order by date
  1. tiamat2012

    Table to Div - not working

    Hahaha, thanks vragabond. The only reason is that when I try to just use divs, I'm trying to align pictures directly on top of each other, and it's not working, so I decided to see if I can duplicate the table. -Kerry
  2. tiamat2012

    Table to Div - not working

    Hi everyone, I'm trying to convert a table into divs. to be EXACTLY the same. I'm using the Display: table property. Can anyone see why this isn't working? original table: <table width="729" border="0" align="center" cellpadding="0" cellspacing="0" class="center" style="clear: both;">...
  3. tiamat2012

    Pear Mail function not working?

    Because I'm using a free hosting provider, they won't let me use the standard SMTP, so I was trying to use my earthlink accounts one... -Kerry
  4. tiamat2012

    Pear Mail function not working?

    Thanks jpadie. It doesn't display anything. -Kerry
  5. tiamat2012

    Pear Mail function not working?

    I'm pretty sure that earthlink allows port 25 (i've used ASP.NET functions, and I think they use the same port), but not sure if this hosting provider llows outgoing port 25 connections, I'll send them a a message. How exactly would I use getDebugInfo()? smtp is my object, but I don't know how...
  6. tiamat2012

    Pear Mail function not working?

    Can anyone take a look at this code and tell me why? require_once "Mail.php"; $from = "email@email.com"; $to = "email@toemail.com"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; $host = "mail.earthlink.net"; $username = "username@earthlink.net"; $password = "password"; $headers = array...
  7. tiamat2012

    Sitemap based on XML?

    Oh, thank you very much! -Kerry
  8. tiamat2012

    equivalent to php readfile?

    Anyone know something that does it? I can use include, but I think a readfile would be better, and the files I will be reading/including have a query string on them. Sincerely, Kerry
  9. tiamat2012

    Sitemap based on XML?

    Hey, thanks! Where do I get XSLTProcessor?
  10. tiamat2012

    cloak a query string

    I'm not doing a form action, just using php. I've heard in SEO that it's better to have standard pages with names rather than with query strings. so if psas.php?psa=0 was a certain Horse, it should actually be "certainhorsename" (the actual name of the horse), but it shows the data of the...
  11. tiamat2012

    cloak a query string

    Anyone know an easy way to do it? The only way I can think of it is somehow reading another php file like if I had something like "index.html?num=03" and then another page was "specialoffers" it would show the same data as the index.html?num=03 Anyone know? Sincerely, Kerry
  12. tiamat2012

    Sitemap based on XML?

    Hi everyone, I've made an xml sitemap using sitemapspal.com, and submitted to google and it's working fine. I thought this was all fine and dandy, but I would like to make a php page where people can view the sitemap. Does anyone know a script that can do this off the xml file I already have...
  13. tiamat2012

    embed linkable

    hmm ok, then I'm going to look for another player. I was thinking of getting a flash player, but unsure if I should go to the Flash forum (as that deals more with making flash movies than the player), or if you had any suggest? -Kerry
  14. tiamat2012

    embed linkable

    Hi, I'm trying to make an embed movie into something that you can click on. I did it by putting the href statement in it, but it doesn't change the cursor,which is a problem when someone doesn't know you can click on it. There also isn't a title tag for me to stick a "click me!" text in. Anyone...
  15. tiamat2012

    Copy data to cliboard using firefox

    Is it possible or probably? I'm just trying to get copy some code into their clipboard (similar to music video codes, except they're not music videos) I did it in IE, but that's much easier. Sincerely, Kerry
  16. tiamat2012

    Setting a session variable with the OnClick event.

    which were you syaing might be good? the javascript or the post method? and did you want code examples of anything? -Kerry
  17. tiamat2012

    Setting a session variable with the OnClick event.

    Ok, well I wouldn't use the querystring, I would use the post method: <form name="MyForm" action"bla.asp" method="post> <input type="text" name="Username"></input> </form> and then Request.Form("Username") and as for getting people to login, there are login scripts you can use. I can get...
  18. tiamat2012

    Setting a session variable with the OnClick event.

    AJAX is probably the way to go, but I'm curious, why do you hate passing information through URL? -Kerry
  19. tiamat2012

    asp schedule tasks?

    Is there anyway that I can schedule a task with ASP? Assuming that I have no visiters (so I can't do everything a page loads), and I'm doing it on a remote hosting (meaning I can't use cron, or any other files)? Anyone know? -Kerry
  20. tiamat2012

    Cookies with SSL?

    Right.. it's encryption, but do you have a solution to my problem? -Kerry

Part and Inventory Search

Back
Top