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 wOOdy-Soft 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: axtec
  • Content: Threads
  • Order by date
  1. axtec

    Named Pipe vs TCP (localhost) Windows

    I have run into a problem on my latest installation of MySQL. On one of my machines, the host is ". via named pipe", while on the other machines it's "localhost via TCP/IP". How can I change the host to be localhost instead of using named pipes? When I run winmysqladmin...
  2. axtec

    setcookie doesn't work

    I have used setcookie many times in the past, but I just re-installed php and apache. Now, when I use setcookie, the cookie never gets set (or at least I can't access it with $HTTP_COOKIE_VARS[];). Can anyone point me to where I need to make an adjustment. I think it's either in my php.ini or...
  3. axtec

    Does Flash support file input output (file creation - writing)?

    I'm new to Flash and I'm wondering if it's possible to use actionscript to create a file, write to that file, save it, read from it, modify it, etc.? I see the XML functions, but I don't see file i/o functions. Thanks Thanks.
  4. axtec

    Append 2 variable names to form one variable

    If I have a variable named '$Day1', and a variable named $sequence, how can I get the value of $Day1 using $sequence instead of the number 1? i.e. $Day$sequence? Thanks.
  5. axtec

    convert a php web page to static html files?

    Has anyone seen a tool to convert a php web page to a static html file? For example, I could pass the function the URL and the variables it needs to create the different pages. Thanks Thanks.
  6. axtec

    cos() - need cosin to return in degrees not radians

    I need to find the cosin of an angle, but the result is returned in radians. The problem I am trying to solve is this: Y = cos(angle) * 12. It should be really simple, but when the result of cos(angle) is in radians, the answer is not correct. If I convert the result of cos(angle) to degrees...

Part and Inventory Search

Back
Top