Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi -
Return To Merchant Error pay-pal
Hello Everyone, I am using the express check
by harish.dobal
Tags
How to Implement a PHP Class Containing 2 Methods?
Suppose that you have to implement a class named Dragonball. This class must have an attribute named ballCount (which starts from 0) and 2 methods iFoundaBall and iLostball. When iFoundaBall is called, ballCount is increased by one. When ilostbal...
How can I secure my APIs using O-Auth?
I wrote some APIs in PHP to expose my website to a greater no of audience. Now, can anyone help to know how I can secure them using O-Auth.
Shopping cart quantity counter incrementer?
Hello all, I am creating my first shopping cart in cakephp but got stuck while updating the product quantity. I want to update the product quantity using a session variable. Problem here is that when ever I am adding the same product to the cart ...
Integreriting solarium in cakephp2.4
I have problem with start Solarium Client, I downloaded it by Composer. I install it in Vendor When i want getting document from solr i have to creet a Client instance
$client = new Solarium\Client($config);
I Get this ERROR Error:
Class '...
cakephp 3 not able to save data
any cakephp 3 developer here?
i am getting this error. my code is given in pic. i m inserting data into status table from users controller. how my controller will know abt status table in cakephp 3. help pls.
Error: Call to a member function ...
want to generate 5 digit serial number in php
I want to generate 5 digit sequential serial number . For example: starting serial number must be 00000 then next will be 00001, 00002............. 00011 like this .
How to set crone for scheduling Push notifications?
hello
I want to send automatic server notifications (push) on every Sunday. Also is there any way how to activate the new links activate only after 24 hrs.
How to set form validation in cakephp using ajax
Hi,
I want to set form validation without refreshing page in cakephp, so anybody can help me to resolve it.
For example,
I have a list so how can I update that list on a page dynamically without reloading/refreshing or submitting a form t...