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

  1. ironmunk

    HTML Form question.

    Thanks for hte quick replies. Bombboy, I will try your suggest and let you know. The reason i am passing data over 2 forms is the following a) Form 1 allows the user to pick which date they wish to attend an event. The values passed here are the values needed by the payment system b) Form 2...
  2. ironmunk

    HTML Form question.

    Hi, I have a problem Here is my situation. I have 1 html page, this html passes 4 hidden values to another html form (without problems). On my second html page, this is a registration page. It asks for Name, DOA and occupation. Name is a text field. The occupation is a dropdown list and the...
  3. ironmunk

    Querying to a TXT file

    Hi, is there a way to run a query in MYSQL but have the output to a txt file? (maybe .CSV)? thx. ps. through the phpmyadmin interface.
  4. ironmunk

    Daisy chaining routers

    Got it to work. Thank you all :)
  5. ironmunk

    Daisy chaining routers

    what should my settings be on my wireless (SMC) router?
  6. ironmunk

    Daisy chaining routers

    thanks for the help, but I still can't get it to work. Below is a diagram and the steps i've done. WAN (ip: 24.x.x.x) --> Linksys Router (Gateway 192.168.1.x) --> SMC Router (Port 2 off Linksys to WAN on SMC)(Static IP: 192.168.1.200, Manually enter WAN DNS Settings, Gateway: 192.168.1.200...
  7. ironmunk

    Daisy chaining routers

    I have a Linksys (wired) router and I have a SMC wireless router. If there a way to change them together so I can use my inet connect (off my linksys) with my wireless laptop? Heres a diagram Intet --> LinkSys --> SMC --> Laptop I had all my wired PCs in the SMC router for a bit but I found...
  8. ironmunk

    Vertical Centering

    Is there a way to dynamically set the content of the screen to be centered vertically (up and down) I know u can just to ALIGN=CENTER for horizontal centering
  9. ironmunk

    Connecting to a remote MYSQL DB

    I forgot to mention I mean using PHP
  10. ironmunk

    Connecting to a remote MYSQL DB

    Hi, is there a way to connect to a mysql DB hosting on another hosting company? rather then using the 'localhost' to connect to, can I specify a server name?
  11. ironmunk

    ICS communication issue.

    thx. I fixed the issue. Had to remove the Winsock regkeys and reinstall networking on the win98 machine.
  12. ironmunk

    onClick & Form Verification

    thx you.. :)
  13. ironmunk

    ICS communication issue.

    Hi, heres my problem Computer A (windows 2000) and Computer B (Win98) are networked. Computer A provides Computer B with internet access using ICS. I was working on Computer B and ran Ad-Ware to remove any spyware. After the reboot i cannot connect to the internet. I recieve an IP address...
  14. ironmunk

    onClick & Form Verification

    Hi, can anyone assist me with the following. I need the code to a) once a user clicks the submit button on a form it verifies the data in the text field is valid (not null). b) If all data entered then run php script or a pop up message will appear telling users to fillin all data fields.
  15. ironmunk

    Conditional Image Load

    Thank you. It worked. Now is there a way to set a global variable? ie. <php set variable X here ?> HTML CODE <php USE variable X here ?> Is that possible or do I need to use a special variable?
  16. ironmunk

    Conditional Image Load

    I am trying to do something which I'm not even sure can be done. I want php to load an image if certain conditions are met. below is the code i'm playing with. Can someone please provide feedback <?php $x=1; if ($x == 1) <IMG SRC=&quot;images/ComingSoon_Middle1_Mid.jpg&quot; WIDTH=304...
  17. ironmunk

    Forms and DBs

    thx for the reply. I'll try to program something quick. I have exprience with SQL and VB just none with integerate it with webpages.
  18. ironmunk

    Forms and DBs

    hi, is there a way to use data from a HTML form and use that to modify data in a DB? Heres my situation. I have a form setup for an event. The user selects which event they want to go to (in a form) The form then goes to the DB and check to see if #ofTix > 0 If it is, the user continues to the...
  19. ironmunk

    VB Code for selecting current directory

    Got it to work.. Thanks.
  20. ironmunk

    VB Code for selecting current directory

    I can't use list boxes. I don't want the user to select the file, I have the paths hard coded (below).. pic1.picture = loadpicture (&quot;c:\test\test.jpg) I don't want to specify c:\test, I just want current directory

Part and Inventory Search

Back
Top