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!

Recent content by rtikeith

  1. rtikeith

    AutoStar - output batch file

    How do I output a batch file so I can print signs and labels with a 3rd party program? Also can I odbc into the database to extract the entire item file? If so, where is the file located?
  2. rtikeith

    url rewrite - I think???

    is there anyway I can pass the information back to the client computer?
  3. rtikeith

    url rewrite - I think???

    sleipnir214, I have done a php redirect on the server, but was unsuccessful (refer the original post). When doing it, the program looks for files on the webserver, instead of the users computer to compare files. thanks
  4. rtikeith

    url rewrite - I think???

    The redirect script should be located on the web site, which should point to our server (by IP address).
  5. rtikeith

    url rewrite - I think???

    I from what I have found out about DynDNS, it won't work for me because I need to point it to a specific port, and not just an IP.
  6. rtikeith

    url rewrite - I think???

    No, I don't want anything to be displayed in a browser. The program I mentioned is not a web browser. It is an autoupdate program for one of our software programs. It currently searches for a static IP that is at our office, but at some point our static IP may change and I don't want to have...
  7. rtikeith

    url rewrite - I think???

    I have a program that gets updates from a static IP (this part works), but what I want it to do is to search for a website (www.domain.dom) then it be redirected, forwarded, or whatever, to the static address previously mentioned. The problem I have when doing this is I can not run an program...
  8. rtikeith

    form preview before submitt

    There was an error in my form. One of the variables began with an number. When I changed it, it worked fine. Thanks for the posts. I'm done.
  9. rtikeith

    form preview before submitt

    Is there a limit to the number of variables that I can submit to a php script from a html type form? The reason I ask is that I got the code to work but if I add all of my fields, the submit button fails to work. (The form actually spans more than one table if that makes a difference.) I am...
  10. rtikeith

    form preview before submitt

    Like I said in the previous post, I wrote the code. ---- Sample: if ( empty ( $address ) ) print &quot;$empty&quot;; else print &quot;$address<br>&quot;; ---- No database needed. All I did was to call the script from the action= in the html form tag. Then I format it the way I want it on...
  11. rtikeith

    form preview before submitt

    sleipnir214: I did not want you to write the code I just wanted to know what functions I was going to need to use to get the information to the second page or a webpage that would tell me how to get it done. I thought I would have to write it to a database or something. Someone else told...
  12. rtikeith

    form preview before submitt

    Sorry, I wasn't clear. I need to know the code to make this work.
  13. rtikeith

    form preview before submitt

    I want to create a form on page(pg1) and pass the information from the form to a second page(pg2) where the user can either submit or reject the displayed information. On the submit on the second page(pg2) I want it to email me and the user the information. (on the second page and in the emails...
  14. rtikeith

    html form processing

    I would like to thank you all for your help. I am going to ask for further help on a php forum.
  15. rtikeith

    html form processing

    I could use php and I am not familiar with asp. I would rather use a prewritten script that I could edit if there is a free or cheap one out there.

Part and Inventory Search

Back
Top