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 Rhinorhino 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: vandergeek
  • Content: Threads
  • Order by date
  1. vandergeek

    Inserting a postgre text array with php - escaping "

    I have a table in a postgre database that has several fields that are text arrays. I'm using php to take the data submitted by a form to insert it. This is the php code I'm using to escape my variables: function escapeData($var) { $var = stripslashes($var); $var = strip_tags($var); $var =...
  2. vandergeek

    returning a variable to flash from a perl script

    Hi, I have a form set up in flash (flash 5) that lets a user enter some values and then it gets mailed to me. There is also a dynamic text box that acts as a status display to let the user know that the mail has been sent to me. However, I can't get the perl script to return a variable to that...
  3. vandergeek

    keystroke for pie???

    Hi, does anyone know what the keystroke is for the Pie character in Times New Roman on a PC? I have looked through the Times New Roman characters using font design software, but I cant figure out what the keystroke is. Thanks in advance, Ben.
  4. vandergeek

    How to get a subtotal of records in a subform on the main form

    Hi, I dont know if this has been discussed in the archives, but Im desperate and need some help/info asap. I have a form with order info, and a subform on it with items for that order. On the main form, I need a text box that sub totals the prices of the items in the subform. I have tried using...

Part and Inventory Search

Back
Top