Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~26.1K People Reached
Favorite Tags
Member Avatar for emsanator

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. Hopefully, that gets the gears turning.

Member Avatar for Dani
0
167
Member Avatar for michael.dewitt.716

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 objects from the JSON response, but i have never dealt with string returns. Here is my php <?php $url = …

Member Avatar for michael.dewitt.716
0
22K
Member Avatar for michael.dewitt.716

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 go about doing it? my function does have a return in it rather than an echo and when i echo …

Member Avatar for michael.dewitt.716
0
485
Member Avatar for OscarZulu

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? have you tried ajax?

Member Avatar for michael.dewitt.716
0
2K
Member Avatar for patk570

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 the function in it. setInterval(ajaxCall, 300000); //300000 MS == 5 minutes function ajaxCall() { //do your AJAX stuff here } …

Member Avatar for michael.dewitt.716
0
218
Member Avatar for michael.dewitt.716

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 a debug on the error to see what is the issue and i get "Parsing JSON Request failed." page 1.php …

Member Avatar for diafol
0
481
Member Avatar for michael.dewitt.716

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 am trying to accomplish, ie is that a RESTful or WCF action that im trying to accomplish. So for the …

Member Avatar for michael.dewitt.716
0
2K