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!

Search results for query: *

  • Users: marcel2
  • Content: Threads
  • Order by date
  1. marcel2

    perl and mysql problem fetching

    Hello, I have to questions about some coding. * I have some nummeric code that I need to fetch thats working partly. if I use this if ($cur_group =~ /222/) { $section_started=1; } code is being fetched but not only code after 222 also code after 37222 or 32222 how can I be sure the script...
  2. marcel2

    HTML page getting info from MySQL and send Info to ....

    Hello there, hope someone can help me out. I have a html page made in frontpage, I need to get information from my mysql dbase to this html page. Like If I fil in a country there has to come a list of all names if a name is then selected it has to put in a 5 digit number in this line...
  3. marcel2

    Get info out of Mysql and then start up template

    Hello there, hope someone can help me out. I have a html page made in frontpage, I need to get information from my mysql dbase to this html page. Like If I fil in a country there has to come a list of all names if a name is then selected it has to put in a 5 digit number in this line...
  4. marcel2

    split number?

    Hope you can help me out. I have got the next code this code is decoding part of a number the hole number is 92259. The problem is that $1 = standing for the numbers 59 but I want to have $2 for the 5 and $3 for the 9, please help me to change this code. 92259 now 59 if...
  5. marcel2

    Decode group

    I need to decode a part that comes after 333. This is a weather code it are numbers and the part before 333 I can already decode but I need a part after the 333 and it looks the same as #1sttt what do I need to do to decode that part? This is the code I have now to decode the first part before...
  6. marcel2

    More then and less then?

    How can I get this to work I need to calculate if something is more then 7 and less then 12 the answer has to be 2. I did try this but it's not working. if ($UNKMH > 7 && < 12) {$UNBFT =&quot;2&quot;;} I'm a new with writing so please gif me the sollution. Greatings Marcel
  7. marcel2

    Perl script design

    I have got a perl script that is not cgi based. But I need to activate the script online I hope someone is able to make the script working. Want to know more please mail me, sysop@cacique.nl
  8. marcel2

    vbscript from asp to html

    Hello, I hope someone is able to help me with this script. I do not understand anything of vbscripting, I did work with javascript only. I got a ASP page with vbscript init but my provider is not suporting asp is it posible to make the vbscript work in html pages? I hope you are able to get...

Part and Inventory Search

Back
Top