• Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in How can I add "collapse" to subcategory titles?

    I would try to approach this as a multi-tiered menu level where you can query (group by) PID, then group by cPID for further refinement. Two tables will help with. …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching How can I add "collapse" to subcategory titles?

    Hi, I'm trying to create a theme-compatible category system, but I missed some points. For example; `category_name_women_clothing` and `category_name_women_bag`, etc.. are supposed to be collapsible, but I was not successful …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Marked Solved Status for How to display PHP cURL response objects from string?

    I know this title is rather confusing, but here it goes. I have a PHP cURL request and the return is in a string. Normally i can easily echo specific …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in How to display PHP cURL response objects from string?

    Thanks cereal, once you said that it was jsonp, i was able to refine my search. In the end, i came across this function that seem to work really well: …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Created How to display PHP cURL response objects from string?

    I know this title is rather confusing, but here it goes. I have a PHP cURL request and the return is in a string. Normally i can easily echo specific …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching How to display PHP cURL response objects from string?

    I know this title is rather confusing, but here it goes. I have a PHP cURL request and the return is in a string. Normally i can easily echo specific …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Marked Solved Status for How to use php function in mysqli bind_param

    Hello all, i have been searching and now i am coming here to ask for some help. can i use a php function in bind_param? If so, how can i …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in How to use php function in mysqli bind_param

    diafol, by god ole' chap you have done it again... lol i just forgot to put a = ? in the prepared statement for that col. I caught it when …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in Script tag not working in php file

    have you tried performing a var_dump on the json_encode on line 27? Also how are you calling the function in the js file when its not linked to your page? …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching Script tag not working in php file

    I'm trying to pass an array from php file to a js file here is the code in php file <!DOCTYPE html > <html > <head> <style>------</style> </head> <body onload="gotofunction()"> …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Created How to use php function in mysqli bind_param

    Hello all, i have been searching and now i am coming here to ask for some help. can i use a php function in bind_param? If so, how can i …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching How to use php function in mysqli bind_param

    Hello all, i have been searching and now i am coming here to ask for some help. can i use a php function in bind_param? If so, how can i …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in Probably Something Silly...But need help again...

    Hi, im assuming this is javascript and not php. Second, do you want to call a function every xx minutes via ajax? If so, just set the interval and call …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching Probably Something Silly...But need help again...

    Cannot get this to refresh. My code is below. I am propably doing something silly, but I cannot figure it out... var auto_refresh = setInterval( function(e) { var email = …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in php json result not accepted by jQuery ajax GET

    Just want to say thanks diafol. Given the above output from above, i will work on this and post what ever i come up with. i guess for night now, …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Marked Solved Status for php json result not accepted by jQuery ajax GET

    Hi everyone, i have a page that uses jquery ajax to get json from another page. However, instead of the ajax using sucess, it goes directly to error. I have …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in php json result not accepted by jQuery ajax GET

    Ok sorry, it was late last night when i posted this. Here is the JSON response from clash of clans website: <?php ["items"]=> array(45) { [0]=> array(10) { ["tag"]=> string(9) …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Created php json result not accepted by jQuery ajax GET

    Hi everyone, i have a page that uses jquery ajax to get json from another page. However, instead of the ajax using sucess, it goes directly to error. I have …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching php json result not accepted by jQuery ajax GET

    Hi everyone, i have a page that uses jquery ajax to get json from another page. However, instead of the ajax using sucess, it goes directly to error. I have …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Marked Solved Status for Passing Parameters From WebInvoke POST to Another Computer To Display

    Good morning all, i have a somewhat complicated question; which i am trying to learn to answer myself. I have a couple of questions about what it is that i …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in Passing Parameters From WebInvoke POST to Another Computer To Display

    So i found out what it was, the endpoint address was address="web", so i changed it to address="Sumit". Works now with the client. Now im getting another error from the …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in Passing Parameters From WebInvoke POST to Another Computer To Display

    Here is my host service app.config <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name="mexBehaviour"> <serviceMetadata httpGetEnabled="true" /> </behavior> </serviceBehaviors> <endpointBehaviors> <behavior name="mexBehaviour"> <webHttp /> </behavior> </endpointBehaviors> </behaviors> <services> …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Replied To a Post in Passing Parameters From WebInvoke POST to Another Computer To Display

    So what you are saying is that i need to create a website -> WCF Service in VS? or actually create a website via xampp or apache and have it …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Created Passing Parameters From WebInvoke POST to Another Computer To Display

    Good morning all, i have a somewhat complicated question; which i am trying to learn to answer myself. I have a couple of questions about what it is that i …
  • Member Avatar for michael.dewitt.716
    michael.dewitt.716

    Began Watching Passing Parameters From WebInvoke POST to Another Computer To Display

    Good morning all, i have a somewhat complicated question; which i am trying to learn to answer myself. I have a couple of questions about what it is that i …

The End.