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 Wanet Telecoms Ltd 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: wazilian1
  • Content: Threads
  • Order by date
  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....

    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
  4. 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...
  5. 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;>...
  6. 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
  7. 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...
  8. 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
  9. 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
  10. 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 =...
  11. 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...
  12. 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...
  13. 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
  14. wazilian1

    php to asp

    i need to convert some php pages to asp. anyone have any hints/tips on how to do this easily. thanks in advance. wazilian King of Wazil
  15. wazilian1

    cisco 1760 access router and pppoe(dsl)

    anyone ever configure or know how to configure a cisco 1760 access router for dsl using pppoe? i've tried looking it up on cisco's website, but thats like looking for a needle in a haystack. thanx in advance. wazilian King of Wazil
  16. wazilian1

    word wrap in a table cell

    is it possible to word wrap in a table cell. if so, how do i perform this. thanks in advance. wazilian King of Wazil
  17. wazilian1

    disabled checkbox

    how would i gray out(or read-only) a checkbox on page load and only allow the user to select the read-only checkbox if the user selected another checkbox first. it could be used for something like this.... are you 18? if so, do you have a license? if you understand that. thanks...
  18. wazilian1

    using css to align &lt;td&gt;

    how can i use CSS to align the text in a <td> tag. i've used the following... td { text-align: right } ...but it doesn't work. i've tried everything. can anyone help? thanks in advance. wazilian King of Wazil
  19. wazilian1

    tutorial

    anyone know of some good php tutorials out there. thanks in advance. wazilian King of Wazil
  20. wazilian1

    size limits in textarea

    what are the size limits in textareas as far as rows, columns, and overall characters per textarea. thanks in advance. wazilian King of Wazil

Part and Inventory Search

Back
Top