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 Chriss Miller 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: BobMCT
  • Content: Threads
  • Order by date
  1. BobMCT

    php + js + jquery + $.post combination question(s)???

    Good afternoon all, While I've been doing this for a long, long time I still get stymied by the idiosyncrasies of js functions and especially JQuery. And I believe it shows its ugly head mostly when maintaining someone elses program (grrrr). I have a simple question for those with experience in...
  2. BobMCT

    Rehash of escaping strings to/from mysql/mariadb?

    Perhaps many of us must work with others' programs and make improvements each time. For years I've been doing just this especially when it relates to db access. While all my new work uses PDO prepared statements there is still a fair quantity of mysqli code to be addressed. Currently these older...
  3. BobMCT

    Guessing this might be an HTML & javascript issue so I'll start here

    I'm trying to maintain someone else's program and of course things are done differently that I'm used to. I've played with this for many days without success so I thought I would post here. I have a web page with a <form and that form contains a table where each column is defined as...
  4. BobMCT

    Trying to redirect a users folder to another internal drive???

    Hi all, A friend of mine has an HP Elite with a 256GB SSD as his C: drive and a 2TB HDD as his E: drive. He religiously keeps all his bulky files on the E: drive. However, recently his Win 10 is showing the message that C: drive is low on space (< 4GB out of the 256GB). My thought is to...
  5. BobMCT

    Old but new again - Debugging PDO prepared statements

    Over the past few years I've migrated to PDO use within PHP and for the most part the results are successful. However, there are times when the opposite is true. After spending the better part of several days researching an failing UPDATE I thought I would ask here to find out what others are...
  6. BobMCT

    Suggestions on display retrieved date time for editing?

    Just thought I would try this query here. I have a mysql field type of datetime and I need to display it on a web form for user editing. Originally it was just a simple text field displaying a preformatted date. But I'd like to also implement a date/time picker. I've tried using the field...
  7. BobMCT

    Anyone have advice with permissions error on local NAS access from Windows 10?

    [banghead][bugeyed][curse] The emoticons say it all. I'm working with a client who has an all Windows 10 network with a new Seagate NAS (os 4) and a single Mac running high sierra. When ever the Mac opens a file on the NAS and then closes it NO windows 10 users have permissions any longer to...
  8. BobMCT

    Repost from PHP as instructed - ideas why js function is not executing?

    I've been struggling with this for going on a week now and tried just about just about every iteration I could find referenced on searches. I'm trying to integrate google charts into this program to create three charts based on different data content. There is no event other than onload that I...
  9. BobMCT

    Anyone familiar with interpolateQuery which is part of EPDOStatement.php?

    [ponder] If so I'm trying to incorporate this class for some debugging purposes and I'm receiving the error undefined call to undefined method PDOStatement::interpolateQuery() when I try to use it. I hope that I've followed the instructions correctly and verified that the EPDOStatement.php is...
  10. BobMCT

    Any &quot;successful&quot; method to uninstall or completely disable Windows Defender?

    I have always used an alternative security suite on my system and after the latest "automatic" update of Win 10 I've started running into connection issues network-wise. All diagnostics seem to point to WD interfering. And it appears one CANNOT disable these "feature". Oh the control panel...
  11. BobMCT

    Can a recent Win 7 update &quot;break&quot; virtualization ability?

    We have an older Compaq CQ56 laptoLinux p running Win 7 x64 with Virtualbox installed. Was running x64 Linux Mint before the update and after the update any x64 bit Linux will not load. Its complaining that virtualization is unavailable. The BIOS shows that its enabled and Windows...
  12. BobMCT

    Not locked out but locked out

    Yep - as the subject states. Working with my Win 7 laptop today and received a permissions error that I could not resolve. Eventually I rebooted the system but of the three users defined (hidden administrator, administrator and my own user account) my account could not login as it says I'm...
  13. BobMCT

    Disassembling a Logitech K520 keyboard???

    Not many posts here but here goes anyway. I have ONE key on my keyboard that does not work. Its way out of warranty and I really dont want to replace it. So I thought I would take it apart and see what I could do. Ive taken out 14 screws and am able to separate the halves all over with the...
  14. BobMCT

    Corrupt backup archive on Windows 7 (Solution)

    [bigsmile] As have many others I've been using my windows systems for literally decades and rely on them for business, personal and pleasure. And I have been diligent with my backups as I know what happens when things go awry with backup. I had been using the standard Windows supplied...
  15. BobMCT

    Assist request for onclick event to trigger ajax call?

    I'm trying to modify a simple html checkbox input item so when the user clicks the checkbox the logic calls a function which invokes an ajax call to a server program. I've included a short snippet below: Using alerts I've proven that the onClick event is triggered and (at one time) the...
  16. BobMCT

    Question about executing functions?

    I'm working on a php prog where the original author used an include_once to import an external file that contains approx 30 separate functions. Trying to debug one of them I was curious as to when a particular function executed so I put a debut statement near the top of each function printing an...
  17. BobMCT

    Clarification on Insert with Select * ???

    I'm attempting to resolve an issue with another devs mysql statement and I cannot find any clear answer in the various online docs I'm reading. I'm hoping one or more of you SQL guru's might be able to enlighten me? Let say tableA has an auto_increment key and our task is to retrieve a record...
  18. BobMCT

    Question/assist with selection to js function

    Let me start by mentioning that lots of this code was inherited. I'm charged with making some things work and I'm certainly having issues with this. The current page issues a form with numerous input fields that start out blank/empty. The php program reads a db table and from it fabricates a...
  19. BobMCT

    Bootstrap nav-tab guidance?

    I have a client's web page using this code and one of the pages does NOT return to the referenced tab. Can anyone who is familiar with using this technique please provide a short explanation as to how one requests what tab to display? I have my tabs labeled "tab-x" there the x is a number and...
  20. BobMCT

    USB keyboard non-operational when attempting to boot CDROM to reinstall Windows

    Strange one: I've literally peformed hundreds and hundreds of similar processes over the years. However, I'm trying to boot from a CDROM and load Windows setup to perform a clean install. But my usb keyboard does NOT function. The Windows install prompt asks for several confirmations and...

Part and Inventory Search

Back
Top