Recent content by ajaxStardust

  1. ajaxStardust

    PDOStatement::execute() Invalid datetime - but not a datetime field

    Hello all. Hope you are well. Please have a look at this screenshot. I'm trying to fix this error, but the error doesn't make sense to me. At first, I thought I had it-- as the database field was Int, and the app is passing an alphnum string. I changed the field from int, text which didn't...
  2. ajaxStardust

    OAuth2 and API for WordPress

    Hi. I'm seeking guidance for learning how to create an OAuth2 secured API for WordPress. One resource, among others I've referenced: https://developer.wordpress.com/docs/oauth2/ It's a test project to demonstrate coding skill. The project instructions start by creating two WP instances in...
  3. ajaxStardust

    Xdebug - Windows on LAN w/ Debian based LAMP at 10.0.0.xxx

    [ Xdebug ] I find it difficult to get any of the IDE's to cooperate with a step-debugging setup in my LAN LAMP dev environment. I've never tried debugging "remotely" like this before, and I'm afraid I've hit a roadblock. What do you recommend? I am doing LAMP dev work on my private LAN with...
  4. ajaxStardust

    get Table Alias row values - MySQL Query in PHP

    ​ the following SQL returns the data I need, but I don't know how to access it as I need with PHP. I can demo that the data can be used as I want as evidenced by output in a free PHP code generator by SQL Maestro, but it produces files dependent upon much more library code than I need.  I...
Back
Top