Hello everyone... this code works in Firefox and not IE, any obvious mistakes ?
NOTES:
- round() is a javascript function that works (tried and true)
========= code begins ====================
function get_balance() {
var start_amt = document.forms[0].start_amt_toward_debt.value;
var...
Hi:
Wondering if anyone knows how to manipulate the returned text in an MS-Access memo field so that '\r\n' can be replaced with '<br />'. The problem is that the ODBC_result function (ODBC driver) is removing these characters from the named field after it is returned to me. So I am trying...
Hi:
Just can't find the equivalent to this:
// co back to top of result and start again
mysql_data_seek($result, 0);
in PEAR... to re-set the result pointer to the top and start processing over... I suppose I could hit the database with the query again, but I was hoping to save on I/O...
#1130 - Host 'localhost' is not allowed to connect to this MySQL server
I am getting this message when I try to connect to my recently upgraded MySQL ( I went from 3.21 to 4.1.7) on windows XP pro... I used the configuration wizard after the windows install wizard and have even tried to access...
hello I am recursively calling an index.html page through a <form> action call like this...
<FORM action="<?= $_SERVER['PHP_SELF'] ?>" method=post>
this works on my localhost, but not on my remote test server, I get the 405 resource not allowed error... I am thinking that this is just a...
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.