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 =...
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...
Thanks for the fast reply. I had a look through the character map at every character, but it isnt in there. Maybe its just my computer!!!!!!! I explained the problem to a friend and he has e-mailed me a word doc with the pie symbol in it.
Thanks again,
Ben.
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.