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

    Dispaly pdf through impersonate does not work

    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...
  2. GPhilipp

    I need Help With register_shutdown_function()

    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...
  3. GPhilipp

    Use Trigger/Procedure for long program?

    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...
  4. GPhilipp

    Problem with Ajax, JSon and Prototype.js in IE8

    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...
  5. GPhilipp

    Timers

    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...
  6. GPhilipp

    PDO, update foreach loop after an sql update

    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 =...

Part and Inventory Search

Back
Top