Tagged Questions
0
votes
4answers
2k views
populate select from other select value using jquery
hi all I have seen many question but no one has fulfilled my thirst. I want to populate select on the basis of one other select. I am using zend framework. I have a select that will select a account ...
1
vote
4answers
816 views
How can I pass a php variable value to javascript? [closed]
How can I pass a php variable value to javascript?
0
votes
0answers
11k views
How to pass value from JavaScript to PHP and get return of PHP back to JavaScript [closed]
Possible Duplicate:
Call php from javascript and return an array from php to Javascript function
How to pass value from JavaScript to PHP and get return of PHP back to JavaScript function?
...
7
votes
4answers
7k views
How to use jQuery in a facebook application
I finished my application in locale and I want to integrate it in Facebook creating an app. My application works well, but when I try to load it from Facebook it doen't work.
I've read that there's ...
3
votes
3answers
293 views
Obfuscating POST variables between Javascript & PHP
Ideally I would want to encrypt the variables so there is no way to figure them out, however given that the client will send the variable via javascript and that anything can be decrypted if they see ...
0
votes
7answers
325 views
How to access PHP methods inside a Javascript?
I have made a method which will delete a file.
first i echo the url to this file.
like this
echo "<a href='$fulr'>$filename</a>";
now basicaly i want to call the function ...
0
votes
1answer
379 views
jConfirm alerte - plugin jQuery/php
I am using jConfirm for confirm dialog with success.
Here is the code
<script>
function DeleteUser(){
if (window.jConfirm('Etes-vous sur de modifier?')) {
...
0
votes
1answer
470 views
How to run cURL once, checking domain availability in a loop? Help fixing code please
What I have in place, is a domain availability check, which connects up to an API and outputs "Available: and Unavailable:" from $tmp. Ths below code will only check the availability ONCE.
I would ...
4
votes
3answers
384 views
3
votes
1answer
366 views
Limiting a textarea to a fixed number of chinese characters
I had been given a requirement from client saying limit the textarea – 200 characters in English, it is approximate 66 Chinese characters for UTF8.
I wonder how do I check them whether it is chinese ...
8
votes
5answers
10k views
Facebook Connect 'next' error
I am trying to experiment with the new facebook authentication system, and I can't getthe login to work.
I'm getting the following error message:
API Error Code: 100
API Error Description: ...
0
votes
1answer
223 views
How to set our custom font and font size as default in TinyMCE?
How to set our custom font and font size as default in TinyMCE. Any body knows the solution please help me :(
2
votes
2answers
2k views
Sending disabled field values via post, and getting them using $_POST [closed]
Possible Duplicate:
submit disabled fields
Short Version
How do I obtain values of disabled fields using post in php? $_POST does not seem to receive the values of disabled fields.
Long ...
2
votes
2answers
141 views
Post form fields + file using xhr, and reconstruct server side
I'm trying to submit an HTML form's data to a php script via an XHR request.
I've hit a problem with the code however which I suspect has something to do with the back-end side of things, however ...
2
votes
3answers
192 views
Storing HTML into a javascript variable
I'm having some trouble with some javascript. I'm using jQuery to dynamiclly add rows
to a table. Additionally the javascript is being generated from some PHP and Kohana code.
Here is the script.
...