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
Getting Error When Trying to Pass JSON PHP to JS with Ajax!
Hey, I'm in desperate need. I have made a JSON object with PHP named userAuth and I am trying to pass it to a JS file with Ajax, here is my PHP code (auth.php):
$userAuth->access = 1;
json_encode($userAuth);
...
How to Send More Than One Data in PHP Ajax Form
<input type="file" name="file" id="file" />
<div style="background:url() no-repeat">
<span id="uploaded_image" ><img src=" '.$row["carimg"].' " height="150" width="225" class="img-thumbnail" /></span></div...
While creating PHP login script using Javascript Ajax, Why I ain't getting response?
create php login script using javascript ajax ?
i have this script for php login and i need to use ajax to login the users
but i can not make it work i can't get response form processing page
and i use alert function to alert response text...
using ajax to load content from php file without jquery ( TABS)
i want to make a tabs that generating content from database based on what users click.
i want to have a script which uses PHP, ajax and JSON if needed. but i don't want to use jquery.
Could you please Help me?
here is what i hav...
how to get questions with jquery,ajax,php
have a quiz script. My script contains quiz.js, getquestions.php, insertresults.php. In quiz.js:
var i = 1;
var sec = 20;
var timetaken = 0;
var answer;
var points;
var result = .5;
var score = 0;
var f = new Date();
var duration;
var...
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...