amrsd
amrsd
It gave me the following error "Fatal error: Class 'parseQuery' not found in C:\DevTools\InstantWP_4.3\iwpserver\htdocs\wordpress\wp-content\plugins\MD-PollParse\MD-PollParse.php on line 17" Here is Line 17 : "$dataToGet = new parseQuery('Class1');" Where the definition of...
Hello Mhmd, I tried a Wordpress plugin & installed it on InstantWP running on windows 8 64bit. I added my code on a function called "catify" on admin-settings.php file. Attached...
Thanks Mhmd for your support. changed the code to the following try{ $dataToGet = new parseObject('Class1'); $result = $dataToGet->get('cQVmP3VW3J'); echo $result->data; $dataToGet->__set('QuestionID','Q555'); $dataToGet->update(cQVmP3VW3J); } catch(ParseLibraryException $e){ echo $e->getMessage(); } However,...
Actually I'm wondering if the connection between my code & Parse.com is established From: [email protected] To: [email protected] Subject: RE: [parse.com-php-library] Calling Parse from within Wordpress Plugin (#108) Date: Mon, 19...
Thnx Mohmd, Applied it but still nothing happens, only this is displayed "Array ( [method] => GET [requestUrl] => classes/Class1/cQVmP3VW3J ) " Date: Mon, 19 Aug 2013 02:06:40 -0700 From:...
& there is no change in the DB From: [email protected] To: [email protected] Subject: RE: [parse.com-php-library] Calling Parse from within Wordpress Plugin (#108) Date: Mon, 19 Aug 2013 11:10:53 +0000 Thnx...
Nope Thank You & My Best Regards, Amr El-Dessouky On ٢١/٠٨/٢٠١٣, at ٧:٣٠ م, "mhd zaher ghaibeh" [email protected] wrote: > hey > if it works, i hope you close it...