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 bkrike 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 atom267

  1. atom267

    converting datetime to put it in MySQL database??

    problem solved. i had forgotten this case "datetime": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; ...
  2. atom267

    converting datetime to put it in MySQL database??

    Hi i know this is a very basic problem but i cant find a way to solve it. Have been through this forum too and dont find anything. So I've got a form in my html page, and one of the fields (hidden) contains the following: <input name="datetime" type="hidden" id="datetime" value="<?php...
  3. atom267

    Writing and modifying a file.

    Thanks to both of you. I'l try both of these solutions and choose the more easy to use :)
  4. atom267

    problem in displaying just one line of a file determined by url param

    Hi i've spent quite a lot of time on this problemn and seriously, i dont see what's wrong with my code. I've got a file in which each line contains different information separated by |. One of this information is calles let's say 'Name'. I pass the parameter Name by Url to my script. Then i...
  5. atom267

    Writing and modifying a file.

    Hello I'm discovering perl and cgi scripts. I'm trying to modify the content of a file i've written in. The problem is that i can't position the pointer to the beginning of the file. I've been trying to use seek(OUTF,0,0); but it does not work. So my question is: is there a possibility to modify...

Part and Inventory Search

Back
Top