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 SkipVought 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: digatle
  • Order by date
  1. digatle

    brower can't perform PHP staments in a HTML file

    I think that the issue there is that you're using HTML to do a statement it doesn't know how to intrepret. So since you're saying "include this php file" in your code, the code is still HTML. Now how we solved that issue here was we did an IFRAME and published the PHP file in the...
  2. digatle

    VB.NET and ASP.NET

    Silly question but would there be by chance a PHP.NET? Digatle
  3. digatle

    Start Program

    I think the idea is more to open a program like notepad on the client side that opens a file that is server side. While not the most "secure" way of doing things of course he's trying to find a way around not using something like Microsoft Sharepoint. Digatle
  4. digatle

    VB.NET and ASP.NET

    Now for the sake of arguement: http://longhorn.msdn.microsoft.com/lhsdk/ndp/cpovrintroductiontonetframeworksdk.aspx This link has an overview of what .NET can do. For our intranet applications it seems like there's a lot more overhead. We're talking about applications that look at a database...
  5. digatle

    Start Program

    What they wanted me to add to our intranet was the ability to execute local programs. So I thought I would start with notepad. Everyone here uses Windows XP and has notepad at c:\windows\notepad.exe. So I'm trying to find a way (routeen whatever) to being able to click on an image located on...
  6. digatle

    Start Program

    How, in PHP, do I make it so that I run c:\windows\notepad.exe? Digatle
  7. digatle

    VB.NET and ASP.NET

    Now I'm confused. The CTO of the company has asked that we convert our intranet to .NET. We have an application that we have currently that is being programmed in VB and he wants converted to .NET. But we (the web intranet) currently programs it in PHP with no problems. But his goal is to...
  8. digatle

    VB.NET and ASP.NET

    So if I'm developing an Intranet would I be doing VB.NET or ASP.NET? Digatle
  9. digatle

    VB.NET and ASP.NET

    I just noticed something. What's the difference between VB.NET and ASP.NET?? Digatle
  10. digatle

    Difficulty

    We don't do Objects in PHP. We don't even do API's. How much of a strain for us will it be for "intranet application." Digatle
  11. digatle

    Difficulty

    I'm told we have to convert our PHP based intranet to .NET. No one on the team programs in .NET and there is a huge uproar. How difficult is it to start work in .NET? Digatle
  12. digatle

    SQL Statement Exclude

    Sorry if I posted this to the wrong forum. I'm using PHP and didn't know where to post this. Digatle
  13. digatle

    PHP Exclusion Help

    I need to modify my SQL query (seen below) to exclude result. What I need to exclude is: WHERE `category_id`=\"90".$dept."\" How do I add a statement to exclude this information? $menubardep = mysql_query( "SELECT `category_id`, `url`, `description` FROM...
  14. digatle

    SQL Statement Exclude

    I need to modify my SQL query (seen below) to exclude result. What I need to exclude is WHERE `category_id`=\"90".$dept."\" How do I add a statement to exclude this information? $menubardep = mysql_query( "SELECT `category_id`, `url`, `description` FROM...
  15. digatle

    do this if

    Figured it out. In fact the code works perfectly now. The application wasn't changed to menubar. Perfect!! Digatle
  16. digatle

    do this if

    I just tried the code and got the following error: Notice: Undefined variable: application in /var/www/virtualhosts/peas/html/includes/open/header.php on line 41 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in...
  17. digatle

    do this if

    Yeah I want it so if the results are 0 that it does not perform the <select> option. I'll try this and let you know, thank you!!
  18. digatle

    do this if

    I'm having trouble with one piece of my php code. My problem is I have this routeen: --- print &quot;<select name=\&quot;app\&quot; style=\&quot;font-size: 10px\&quot; onChange=\&quot;location=document.jump.app.options[document.jump.app.selectedIndex].value;\&quot...
  19. digatle

    Sync

    Can you sync a MSSQL database (maybe one table) with say a MySQL database table? Digatle
  20. digatle

    Mysql table sync

    Can a MySQL table sync with a MSSQL table? Digatle

Part and Inventory Search

Back
Top