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 IamaSherpa 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: *

  1. wazilian1

    here is an interesting one

    ok, try to follow along with me. i have a .php page that you manipulate (text boxes, check boxes, etc.). this page is submitted to another .php page, updates a file, and immediately returns to that original page with the updated specs. now, when the back button is clicked, it takes you back to...
  2. wazilian1

    back button

    is it possible to redirect the user to a different URL to a page other than the previous page when they click the back button? thanx in advance. wazilian King of Wazil
  3. wazilian1

    how to find the previous page....

    easy enough, thanx a bunch guys. wazilian King of Wazil
  4. wazilian1

    how to find the previous page....

    what are the different ways of finding the previous page in php? meaning is it in a register global, another php function that i'm not aware of? thanx in advance. wazilian King of Wazil
  5. wazilian1

    replace a line in a file with php

    kewl, thanx sleipnir214 wazilian King of Wazil
  6. wazilian1

    replace a line in a file with php

    anyone ever replace just one line in a file with php. i haven't seen anything out there or any built-in functions that could do this. what i'm looking for is something that replaces a line with another. thats it. something like replace_line(current line, new line); you give it the line string...
  7. wazilian1

    php 4.3.2 and apache 2.0.45

    i have installed php 4.3.2 and apache 2.0.45. everything seems ok, except that when i pass name elements from a html file to a php file, the variable has no value. any ideas? html: <form name=&quot;index&quot; action=&quot;action.php&quot; method=&quot;post&quot;> <select name=&quot;freq&quot;>...
  8. wazilian1

    embedding apache web server

    well, what i'm looking for is a version of apache, if it exists, that is smaller, for one that would be small enough to place on a small flash disk. when i talk embedded here with this, i mean the whole operating system is embedded in chip(flash disk) on a PC104 board. thanks. wazilian King of...
  9. wazilian1

    embedding apache web server

    does anyone know if there is a version of apache for embedded applications? like something that is just the bare bones of apache. thanks. wazilian King of Wazil
  10. wazilian1

    app running in background help

    i would like to get this to work on windows 2000 and windows xp. i already have this small c++ program, i just want to incorporate it into windows startup and have it running where the user won't see it. thanks. wazilian King of Wazil
  11. wazilian1

    app running in background help

    i have a app that i want to run as windows starts up, runs in the background, and is not seen by the user (i.e. is not seen in taskbar or system tray). its ok if it shows up in task manager. anyone have a solution for this. i wrote the code in visual c++, now i would like the .exe to run in the...
  12. wazilian1

    NIC card power management

    oh, and i'm not sure about wake on lan, i don't think this is something that affects this, since its wireless and when the OS disables the card, it loses association, which in wireless mean you don't have a network connection. thanks. wazilian King of Wazil
  13. wazilian1

    NIC card power management

    this is a proxim wireless nic card. what i mean by shut off is, i don't want the OS to disable the card when it has not been used for a period of time. wazilian King of Wazil
  14. wazilian1

    NIC card power management

    is there a way in win2k to tell the OS not to turn off a NIC card if the card is not being used? thanx in advance. wazilian King of Wazil
  15. wazilian1

    Stupid question time..........

    what does the &quot;<>&quot; mean in vba? for some real messed up reason, i can not remember for the life of me. tgif. thanx in advance. wazilian King of Wazil
  16. wazilian1

    The ASP script(JavaScript, not VBSc

    The ASP script(JavaScript, not VBScript) at the bottom gives me the following error for the JMail.FromName, JMail.AddRecipient, and JMail.Execute. Any thoughts. Thanx. Microsoft JScript runtime error '800a01b6' Object doesn't support this property or method JMail =...
  17. wazilian1

    links update

    lets say i have a master parts list in one workbook and multiple workbooks that have links from the master parts list, is there a way to update any links to the other workbooks if i change a value in the master parts list, without opening each of the other workbooks? meaning, can i select...
  18. wazilian1

    is this possible?

    ok, we just switched our web host and they don't support php which is what all our server side scripts were written in. can perl/cgi handle action &quot;post&quot; from an html &quot;form&quot;, apply the data in the form to be sent in an email to us, and submit an html page back to the user...
  19. wazilian1

    php to asp

    thats an interesting program, but i need to go from php to asp. thanks anyway. wazilian King of Wazil
  20. wazilian1

    how do i send an email in javascrip

    how do i send an email in javascript(not vbscript) using asp? thanks in advance. wazilian King of Wazil

Part and Inventory Search

Back
Top