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: ironmunk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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...
  4. 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
  5. 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?
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. ironmunk

    VB Code for selecting current directory

    I have hard coded my path of some images I need. What is the command so VB just looks in the current directory?
  11. ironmunk

    Network or Hardware issue?!

    This is a strange one. If a user is logged on and has his/her computer on for the whole night, the next day there is extensive amounts of bottlenecking when using Microsoft Office products for that user. Ex. When a user tries to open a word document it will open in the normal amout if time...
  12. ironmunk

    Scrolling a multilined textbox without scroll bars?

    Can this be done? I have a text box that is multilined filled with text. I'd like to have 2 command button so the text can scroll up and down in the text box without the scroll bars showing up? Possible?
  13. ironmunk

    Changing pictures in a picture box...

    What is the code to change a picture in a picture box? I've tried Picture1.picture = &quot;Picture.jpg&quot; That does'nt work. Help.
  14. ironmunk

    Can an Command Button have visible = false but

    Can an Command Button have visible = false but still be active? Heres what I have.. I have a picture of a phone. I want to implement command buttons over certain parts of the pciture (number keys etc..) so with a user click on it, it activates code. I don't want to ruin the picture of the phone...
  15. ironmunk

    Changing Preferences

    Hi, here is my problem. Off websites when I choose to DOWNLOAD a MP3, it downloads it to a temp dir and begins to play it (kind of like streaming). If there anyway to back it back to asking me where to save the file? Thanks.
  16. ironmunk

    Mounting Drives

    Is it posiable to mount network drives in win2k or just physical drivers?
  17. ironmunk

    Long type conversion

    Is there a way to convert LONG data types to char* or strings? I want to be able go through each number of the variable individually.
  18. ironmunk

    Finding MAC address

    What is the code to retrieve a computers MAC address? thanks.
  19. ironmunk

    imports &lt;string.h&gt; giving errors.

    Hi ppl.. below is just some test code I found to see if string works on my system. The error I get is: error C2065: 'string' : undeclared identifier It is includes, what could be wrong? #include <iostream.h> #include <string> void main() { string stringA = &quot;Nutcracker&quot...
  20. ironmunk

    Between Statement with Dates

    I need assistance with the following problem. I'm trying to restrict my querys to withing 2 dates. select * from DB where DATESTAMP between '01-01-01' and '01-03-01' Thats the command I use, but the dates are from variables. Everytime I try this I get a data type mismatch. Can anyone tell my...

Part and Inventory Search

Back
Top