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

    Start Program

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

    VB.NET and ASP.NET

    I just noticed something. What's the difference between VB.NET and ASP.NET?? Digatle
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. digatle

    Sync

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

    Mysql table sync

    Can a MySQL table sync with a MSSQL table? Digatle
  9. digatle

    onChange problem

    Can you have multiple instances of the onChange exist on the same html page? Digatle
  10. digatle

    Parse Error, but why?

    <code> <?php echo $blockopen; echo $siteID.&quot; Dept.&quot;; echo $blockbody; print &quot;<form name=\&quot;jump\&quot;>&quot;; print &quot;<select name=\&quot;menu\&quot; onChange=\&quot;location=document.jump.menu.options[document.jump.menu.selectedIndex].value;\&quot...
  11. digatle

    MySQL and PHP delima

    I've started writting the database and PHP to go with it. So far everything is great but I've got a delima. I have a table called spidernet_application. The way we want the site to work is that there is a Division (6) and Departments under them. I've written it so that blog_id = Division and...
  12. digatle

    PHP Upload with MySQL

    I'm wondering if there is a way to store an image in MySQL or if I have to put it somewhere that would be fine too. Here's what my code looks like: <?php print &quot;<html><head><title>StockNet</title></head><body bgcolor=\&quot;#FFFFFF\&quot;>&quot;; print &quot;<center><form><table...
  13. digatle

    Bold

    I'm working on this Javascript for a PDF and I'm trying to bold the word &quot;CANNOT&quot; from within this line. How do I bold? i = app.alert(&quot;Advise member that tax payments CANNOT be accepted by our tellers. They should contact the IRS directly.&quot;, 3, 0) Digatle
  14. digatle

    LDAP vs Active Directory

    Really a stupid question but I thought I would ask anyway. We run Active Directory here. Our network Administrator said we don't have an LDAP server yet but I can build you on in about a week or so (after the holiday's). Is Active Directory an LDAP server or are the two beasts completely...
  15. digatle

    PHP

    Can PHP do the same type of lookup's that ASP can? Digatle
  16. digatle

    ASP Write Cookie

    I've got the following code for specific needs to build a cookie: <Identifying the User Logged on to a Remote Computer> strComputer = &quot;RemoteComputer&quot; Set objWMIService = GetObject(&quot;winmgmts:&quot; _ & &quot;{impersonationLevel=impersonate}!\\&quot; & strComputer &...
  17. digatle

    PHP IF then question

    I have the following code written so that I can display news in our company's format. What I'm trying to figure out is how to write an IF statement within this code to enable the **'d portioned to be seen or not be seen. Here's the code: <?php while ($a_row = mysql_fetch_array( $divisionNews...
  18. digatle

    Active Directory

    Is there a way that ASP can talk to Active Directory to find out who's birthday it is today? We have a field we use called info1 that has our members birthday in it because it's not a typical field in AD. Digatle
  19. digatle

    More Text Javascript

    I'm looking for the javascript that when you clicked on certain text it would open up more text or another paragraph. Click it again and it would close the paragraph. I've gone to several javascript houses however I don't know what it's called. Digatle
  20. digatle

    Local Program Call in PHP

    Is there a way that you can code a PHP page to open a program locally with a specific page? So like open &quot;notepad&quot; and edit the .php page, click File -> Save and it's updated? Digatle

Part and Inventory Search

Back
Top