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 Cloud1

  1. Cloud1

    Help with if...

    It is not working... :-( Here is what my variable file looks like: %hash = ( ---hash--- ); $UBBCodeAllow = "yes"; 1; I sucessfully made these if things correctly before. But this time it's just not working right...
  2. Cloud1

    Help with if...

    "$BBCodeAllow = "yes";" I have $UBBCodeAllow = "yes";
  3. Cloud1

    Help with if...

    First I have this: if ($UBBCodeAllow eq &quot;yes&quot;) { $UBBCodeyes = &quot;CHECKED&quot;; } else { $UBBCodeno = &quot;CHECKED&quot;; } Then after I have: <td width=50% valign=top> <FONT SIZE=&quot;2&quot; FACE=&quot;Verdana, Arial&quot;><B><INPUT TYPE=&quot;RADIO&quot...
  4. Cloud1

    question

    UGH... I can't get the form parts to work. :-( I'm making an admin logging part on my script and it looks like: open (FILE, &quot;>>/home/puremadnezz/cgi-bin/test/variables/vars_log.cgi&quot;) or die(&quot;Unable to open vars_log.cgi file for writing.&quot;); flock(FILE,LOCK_EX); print FILE...
  5. Cloud1

    question

    Thanks! I'll try the form method later. I tried the localtime thing before, but I don't really like it because it doesn't show it in the 12hr format. Can you tell me how to do that? Thanks again. :-D
  6. Cloud1

    question

    I have questions: 1. How do I print current time? Like the following format: 12:09:45 2. How do I get input from a form as well as writing to a file? (<>> won't work) Thank you. :-)

Part and Inventory Search

Back
Top