Search:
Type: Posts; User: aadi
Search :
Search took 0.01 seconds.
Hello friends i'm trying this method for get fb access token, but this is not working....
Return empty value :(
define('FACEBOOK_APP_ID', 'xxxxxxxxxxxxxxxxxxxxxxxx');...
hi,
i am using GD Library and want to create multiple images
But this code creat only 1 image :(
My code is
for($i=0;$i<3;$i++){
$values = array(
document.write working perfectly
but
document.getElementById("show").innerHTML=xmlhttp.responseText not workign
:@:@:@ :(
yes span in body tags
alert show require data like:
<select>
<option value="123">Top ten user</option>
<option value="173">Top ten ...</option>
<option value="103">Top ten ...</option>...
orignal code is
document.getElementById("show").innerHTML=xmlhttp.responseText;
if i do alert exp..
alert('xmlhttp.respondeText');
this alert show my requre data perfectly
but...
i'm using this code for ajax work in wordpress plugin... and js code in .js file
<script language="javascript" type="text/javascript">
function abc(){
document.getElementById('show').innerHTML='show my requested data';
}
</script>
<span id="show"></span>
<input...
Hi Friends,
Plz help me js innerHTML not working in wp plugin .... :(
Thanx 4 reply . but i dont want check one by one mean loop or foreach...
i have a colum (db culum) called facilities
in facilities colum values are 1,5,9,33,45,46,50,64,72 (Facilities ID)
...
Hi friends,
I have two arrays say original[] and input[]. In the first array i have 3 values
1
2
3
and in the second array i give 2 values
like
<input type="hidden" name="tour_id" value="<?php echo $tour_id; ?>">
Can I send a variable to paypal, and have it post it back to me when payment completes?
hello friends,
how i can config 2checkout a/c on my website for payment...
if(css_ims != undefined){
$.each(css_ims,function(){(new Image()).src=_siteRoot+'css/images/'+this;});
}
not solved :(
Hello Friends
i include js file on my page
window.onerror=function(desc,page,line,chr){
/* alert('JavaScript error occurred! \n'
+'\nError description: \t'+desc
+'\nPage address: ...
$query =mysql_query("SELECT value, MAX(id) FROM `check` ORDER BY `id` DESC LIMIT 0,5");
When i fetch max 5 values.... then i want Most Common value in wich 5 values (alredy get max five)
...
$res=mysql_query("select * FROM `check`");
while($row=mysql_fetch_array($res)){
$input[]=$row['value'];
}
# returns most common value in input array
function array_most_common($input)
{
...
yes but not helpful for me...........
i want restore my back file (.sql) in database .........