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: *

  1. BobMCT

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

    An update. As I work through this/these programs I've found several different techniques to submitting forms with jquery/ajax. No one can explain the different methods so after researching on various tutorial sites I've rewritten some 'standardized' methods and have been apply them one at a...
  2. 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...
  3. 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...
  4. 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...
  5. BobMCT

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

    Thanks Hairless-monkey, But my windows 10 as admin does not show the Location buttons. I haven't been able to determine why yet.
  6. 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...
  7. 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...
  8. BobMCT

    Suggestions on display retrieved date time for editing?

    Thank you. Thought so but I thought I would ask.
  9. 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...
  10. BobMCT

    Compatible, Class A or Genuine Cartridge/Toner?

    A little late but I've been using "compatible" cartridges for years and years in commercial environments. The brand that I have most success with is called Linkyo and they are available from Amazon.com and supermediastore.com And I've used them in larger multi-state commercial bank branches and...
  11. BobMCT

    Need advice with printing on check stock

    Suggestion: You should be purchasing blank check security paper from a proper supplier then create the ENTIRE check image programmatically and use MICR ink in a laser printer to create the check. Then the only issue you would have would be to do a general centering alignment on the output...
  12. BobMCT

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

    Absolutely correct. Here's a typical scenario: File come from out side vendor. Its a compressed file made by Stuffit. User with PC downloads it and uses a PC version of stuffit to decompress it and store it on the NAS in the Public space. PC users can open it (its an adobe illustrator...
  13. BobMCT

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

    Thanks for the suggestion. The problem trying that is that the PC's DO NOT have access other than seeing them. They cannot read including move, delete or literally anything. And this is in the Public folder. Not that it matters but the NAS is a Seagate NAS 2-Bay with the latest NAS OS 4...
  14. 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...
  15. BobMCT

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

    Thanks for picking that up. Often times in the myriad of detail we miss the small stuff. The actually issue turned out to be a strange one. Even though the encoded json string was returned from PHP the javascript had to further stringify each character of the JSON object. Each character, in...
  16. BobMCT

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

    Thanks for the reply. Believe it or not the return statement reads: return json_encode($aray_name); I'm surprised that this json looks a little different than others I've done. Perhaps because its a multi-dimensional array???
  17. BobMCT

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

    Oops - forgot to include those. Right now its only the following: Uncaught SyntaxError: Unexpected token : and the returned content from the server is...
  18. 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...
  19. BobMCT

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

    Understand. But that would mean that the include/require is not loading the script. My browser debugger shows it as loaded. So you understand my confusion? I'm figuring that others "may" have wrestled with the same/similar issue when using it. But thanks for suggesting.
  20. 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...

Part and Inventory Search

Back
Top