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 SkipVought 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. monion03

    move file pointer

    Hello, We have a problem. We would like to set the pointer of a file in c. We read about fseek but this functions moves the file pointer according to a number of bytes. Unfortunately we don't know the exact byte of the desired pointer position. Actually, we have a file with just one integer...
  2. monion03

    Notice: Undefined offset: 1

    Hi I'm trying to search a file in order to find if a userId already exists. My problem is that when the code runs I get the proper results plus the following notice: Notice: Undefined offset: 1 in a2p8.php on line 68 line 68 is list($id,$password) = split(':',$inline); . I searched...
  3. monion03

    how to pass an array

    I tried your suggestions and everything works properly. Thanks a lot.
  4. monion03

    how to pass an array

    Hi there, I wrote the following code: <html> <head> <title> A21P7 </title> </head> <body> <form action="A21P7.php" method="post" > <?php $Presidents = array('Washington,George', 'Adams,John', 'Jefferson,Thomas', 'Madison,James'); print "<b>Selection President</b><BR>"...
  5. monion03

    bgcolor of parent window?

    Thanks a lot. I have visited your site and it is extremelly interesting!
  6. monion03

    bgcolor of parent window?

    Thanks a lot, I've been looking for a solution for hours! But can you explain me why the former code does not work properly?
  7. monion03

    bgcolor of parent window?

    hello. I'm a new javascript programmer and I need you help! I wrote the following code: <HTML> <HEAD> <TITLE> A2P3 </TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- var w=null; function openWindow(){ var...

Part and Inventory Search

Back
Top