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

  • Users: nook6
  • Order by date
  1. nook6

    Project: Opening and resizing pictures

    Hi im a newbie to delphi and i have a project that i need to make, Well here goes to the project. I need to make a small windows application that you can open a picture and it will resize it to one of two pre configured sizes i also want it to overlay a transparent grid on the picture then...
  2. nook6

    A remotely hosted cgi script for mailto:

    Hi Try this url it might help you. http://www7.freedback.com/ Dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Perplexing (need i say more?) Exhausting (all the late nights we have) Revisions (after getting it wrong so many times before) Laughter (at silly mistakes)
  3. nook6

    Problem with require

    Hi Thanks for all your help im not sure what the problem was but i setup a config.pl and put the require in that and it worked. Dave
  4. nook6

    Problem with require

    Hi Yes there is an error sub and a few other subs, the scripts in thier entirety are quite big so i only put in the basics. Everything is working fine except when i call the sub from the required script, i have tried with only requiring from one way ( from index.pl to poll.pl that didnt work...
  5. nook6

    Problem with require

    Hi When i run these scripts i get this error [Mon Jan 6 2003] index.pl: Undefined subroutine &main::vote called at index.pl line 6. Compilation failed in require at index.pl line 4. Any idea what might cause this i have been scratching my head for ages. (both scripts are in the same folder...
  6. nook6

    Getting first and last line of a file into a $

    Hi Thankyou very much for your help (just if i knew how easy it would be LMAO) Nook6
  7. nook6

    Getting first and last line of a file into a $

    Hi Is there a way that i can read a whole text file but only get the first and last line into $firstline and $lastline Any help would be greatly appreciated Nook6
  8. nook6

    Hi, I have a form with 5 entry f

    Hi How about putting it in a table something like: <FORM ACTION=&quot;SearchResults.asp&quot; METHOD=POST> <table> <tr><td>Surname</td><td><INPUT TYPE = &quot;TEXT&quot; NAME = &quot;Surname&quot;></td></tr> </table> Just repeat the line in between the <table></table> (the one beginning with...
  9. nook6

    tables layout problem

    Hi mayhem1 Try this: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head> <title>table problem</title> </head> <body> <table width=&quot;700&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;> <tr> <td...
  10. nook6

    free javascript html editor

    Hi Does anyone know where i can get a free java or javascript html editor for my website? Nook6
  11. nook6

    Form problem

    Hi Dont worry i have sorted it and if anyone is interested it is because i had tow of these lines in it. local %form = &get_form_data; thats what was causing the error. Nook6
  12. nook6

    Form problem in a perl script

    Hi Dont worry i have sorted it and if anyone is interested it is because i had tow of these lines in it. local %form = &get_form_data; thats what was causing the error. Nook6
  13. nook6

    Form problem in a perl script

    Hi In one of the subs in my script i have this form. <FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST> <input TYPE=hidden NAME=action VALUE=someplace> <INPUT TYPE=SUBMIT VALUE=&quot;go to someplace&quot;> </form> But it doesnt work it keeps going to the main page of the script. But if i...
  14. nook6

    Form problem

    Hi In one of the subs in my script i have this form. <FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST> <input TYPE=hidden NAME=action VALUE=someplace> <INPUT TYPE=SUBMIT VALUE=&quot;go to someplace&quot;> </form> But it doesnt work it keeps going to the main page of the script. But if i...
  15. nook6

    Printing all lines of a file except the first and last line?

    hi if i have a file which has lets say 30 lines ( this is different for every file) Is there a way i can read every line and then print out all lines except the first and last? Nook6
  16. nook6

    Counting files with readdir

    Hi ICRF Im still having problems heres the code im using $directory = &quot;$config{'userpage'}$form{'ALIAS'}/&quot;; opendir DIR, $directory; @fileList = readdir DIR; closedir DIR; print join(&quot;\n&quot;,@fileList).&quot;\nFiles in list: &quot;.scalar(@fileList).&quot;\n&quot;; This is...
  17. nook6

    Counting files with readdir

    Hi ICRF sorry but this doesnt seem to work i keep getting 0 And the path is correct and the folder has three files in it. Nook6
  18. nook6

    Counting files with readdir

    Hi Hopefully a simple one here. How can i count how many files are in a directory. I want to get a reply of lets say 4 files in such and such directory. Nook6
  19. nook6

    Premature end of script headers

    Hi Thanks all for your help i found out what it was (sort of) It was my ftp client i changed ftp clients and it worked straight away. Nook6
  20. nook6

    Premature end of script headers

    Hi Heres one of the scripts i tried (Cut down to the minimum) But still not working. #!/usr/bin/perl # hosting company told me this was the path to perl use CGI::Carp qw(fatalsToBrowser); #-########################################### print &quot;Content-type: text/html\n\n&quot...

Part and Inventory Search

Back
Top