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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by klaforce

  1. klaforce

    Exec/system() performance

    I have a complex algorithm for a backend portion of a website. I'm trying to research and see if it would be better performance wise to write the application in C and make an exec/system call from php? The other option would be to code the entire algorithm in php. It would definitely be...
  2. klaforce

    Disabled Script/CSS

    Hi, I have been working with a user who, when browsing our intranet site would get a weird error. When she first visits a page all the scripting and CSS will not render. We have some menus that are created through PHP and javascript, along with other CSS to display the page. When she...
  3. klaforce

    User not receiving emails

    Hi, I have a user who can not receive emails from the Administrator account. I was using php, but even when I use Outlook to send the email she still does not receive it. (I copied myself on it, and I received it no problem). She can receive email from everyone else, just not that account...
  4. klaforce

    File Upload Help

    Hey, what happened was I changed the permission from withen IIS manager, but not windows itself. That fixed the problem. Thanks for your help. Keith www.clemson.edu/~davidla The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in...
  5. klaforce

    File Upload Help

    Hi, Thanks for the help. I tried changing the permissions of the folder to IIS to write, and gave the move_u_l function a full destination...
  6. klaforce

    File Upload Help

    Hi, I am working on getting a file upload script working. I am trying to get the example that is used on the PHP.net site. Here is my code: test.html: <!-- The data encoding type, enctype, MUST be specified as below --> <form enctype="multipart/form-data" action="fileUpload.php"...
  7. klaforce

    Dynamic Table Name

    Thanks a lot, I actually wen the stored procedure route, it worked great. Keith Keith www.clemson.edu/~davidla The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
  8. klaforce

    Dynamic Table Name

    Hi, Thanks for the response, however since it does not parse, it won't let me click OK to save the Transformation. Do I have to edit it somewhere else besides the Transform Data Package properties? Thanks again. Keith
  9. klaforce

    Dynamic Table Name

    Hi all, I am trying to write one DTS package that can be used for multiple databases. I have about 13 Databases with names called *_SGEP where * is a three letter combination. They all have the same Table TblSafety with the same column names. What I am trying to do is get an extract to...
  10. klaforce

    New to flash. Creating input form with PHP

    Maybe you are looking for a solution like this: http://www.amfphp.org/ It allows you to connect to PHP and back to Flash using Remoting. Keith www.clemson.edu/~davidla The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're...
  11. klaforce

    Memory Problem

    P.S. I am using Flash MX 2004, Internet Explorer 6, and ColdFusion 7. Keith www.clemson.edu/~davidla The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
  12. klaforce

    Memory Problem

    Hi, I have created an application to display live production data at the plant I work at. It is displayed on a screen out on the floor for employees to see, and it is supposed to run all day every day. I use Flash Remoting to connect to a SQL database, and then process the data and call...
  13. klaforce

    Flash Remoting

    Hi, I have a flash file setup that pulls live data out of one of our SQL servers, using a ColdFusion CFC. The data in the database is update constantly, so I repeatedly call the correct function (in the actionscript) to get this data. It works great for a couple of hours (anywhere between 4...
  14. klaforce

    Error Executing Database Query

    Also make sure the owner of students is survey. Keith www.clemson.edu/~davidla The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
  15. klaforce

    IFrame Question

    Hi Recor, Sorry you must have posted while I was writing mine, and I missed it. That would be a good solution, but I did not explain the situation better. The page change actually occurs inside the IFRAME, not through the menu system. So what I will do (using ColdFusion) is put a tag on the...

Part and Inventory Search

Back
Top