Hello Everybody.
I got some problems with impersonation.
I have created a asp.net intranet site. The short of it is that the end user gets a grid displayed with pdf files. The pdf files are located on another sever behind locked security to which the enduser has no directly access.
When the...
Hello Everybody.
I have the following scenario:
Web-User initiates a php script via Java JSon. The script adds some data to table and returns to the website. However, after it returns control to the user, the php script needs to initiate a second php script, but without hanging up the user's...
I am relatively new to MySQL and have a behavior or structural question.
I am in the process of writing a php website with a MySQL db layer. Here is the scenario:
User enters some data which needs to start a routine based on the data entered and can run from just a view seconds to hours. This...
Problem with Ajax, JSon and Prototype.js in IE8
As you see in the simplified (hope I didn't break the code by simplifying) scripts below, I have setup a timer to automaticly refresh some data on my page.
The strange thing is that it works great in Chrome and FireFox, but not in IE. In IE the...
Hello
I am writing a script in PHP (and I am not very strong in this :-( ). This script needs to check the status of several items periodically. New items are added constantly and they end constantly.
I was thinking to this with independent timers, but in my research I found:
- PHP does not do...
Hello Everybody.
i have a problem with the following:
$sql = "SELECT * FROM Inventory WHERE Onhand > 0";
foreach ($o_DB->query($sql) as $row) {
...
$sql_AType = "SELECT * FROM ProdCateg where ProdID = $row['ProdID']";
foreach ($o_DB->query($sql_AType) as $row_AType) {
...
$c_SQL =...
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.