Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~12.0K People Reached
Favorite Tags
Member Avatar for Pravesh_1

I want call a function on play of Youtube video which is in an Iframe. How I can do this ? Below is the code : <iframe width="98%" height="auto" src="https://www.youtube.com/embed/FP_KJ8YMsXQ?wmode=transparent" frameborder="0" allowfullscreen="" wmode="Opaque" id="loader" onload="body_load(this)" ></div></iframe>

Member Avatar for jay_10
0
87
Member Avatar for Pravesh_1

Below is the code that not returning anything but echoing values; it should return 'something' on false of **if($return['status']=='Active')** function product($ids) { $return = mysql_fetch_array(mysql_query("select * from tbl_product where id = $ids")); if($return['category_id']) $recursive_return = recursive($return['category_id']); $recursive_return; } function recursive($category_id) { $return = mysql_fetch_array(mysql_query("select * from tbl_main_category where id = …

Member Avatar for Pravesh_1
0
189
Member Avatar for Pravesh_1

Is there any tutorial or free opensource for online one to one user chat for a website ?

Member Avatar for edbr
0
93
Member Avatar for Pravesh_1

I am getting error while uploading from any pages. Folders are exists, file permissions are set to 755 but still getting error.

Member Avatar for pritaeas
0
218
Member Avatar for Pravesh_1

I am getting Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.

Member Avatar for Pollatep
0
374
Member Avatar for Pravesh_1

Is Paypal Sandbox so changes ? As I am not getting any POST request data on successful payment from Paypal Sandbox in my success page.

Member Avatar for matrixdevuk
0
88
Member Avatar for Pravesh_1

I am using phpThumb class to generate thumb image and watermark image/text; I am getting thumbnail image successfully but not able to write any watermark text or image. <img src="phpThumb.php?src=<?php echo $row['user_profileid']; ?>/<?php echo $profile['photo_name']; ?>&w=144&h=173&fltr[]=wmi|watermark.png|BL" alt="" class="profile-pic"> I have to change in config file to show watermark ??

Member Avatar for Pravesh_1
0
222
Member Avatar for Pravesh_1

I want to count records using datediff() and where condition; I am getting the result with no. of days; but cant count records with condition; below is the my query SELECT DATEDIFF(CURDATE(), jobs.jobs_listed_date) FROM tbl_first_category AS FIRST , tbl_second_category AS SECOND , tbl_jobs AS jobs WHERE first.fc_id = second.sc_fc_id AND …

Member Avatar for Pravesh_1
0
147
Member Avatar for Pravesh_1

I am using a php thumbnail script; its working on server but not on my local server. How I can run this script into my local server too ?

Member Avatar for Pravesh_1
0
754
Member Avatar for Pravesh_1

It is always submitting form; How I can return false using AJAX; I knew AJAX is asynchronous; if(theform.code.value!="") { $.ajax({ type:'post', data:'action=codeverification&code='+theform.code.value, url:'jquery-ajax.php', success:function(html) { if(html=='false') { alert('Please enter correct code'); theform.code.focus(); flag=false; } } }) }

Member Avatar for Pravesh_1
0
6K
Member Avatar for Pravesh_1

How I can get unique IP address over a Network? In network all system have same IP. It is possible get unique IP address like MAC address ?

Member Avatar for pritaeas
0
102
Member Avatar for Pravesh_1

I am getting 500 internal server error; here is my .htaccess code AuthName "admin" AuthUserFile "/home/machiner/.htpasswds/public_html/passwd" # mod_pagespeed configuration - Do NOT modify the contents <IfModule pagespeed_module> ModPagespeedDomain * ModPagespeed on </IfModule> # End of mod_pagespeed configuration- Do NOT modify the contents

Member Avatar for slyme
0
281
Member Avatar for Pravesh_1

I changed my hosting; and in my website has SMS facility. After changing hosting SMSs are not sending. Is my hosting disabled cURL ? How I can see cURL is enabled or disabled ? If it is disabled then how I can enable through PHP coding ?

Member Avatar for diafol
0
112
Member Avatar for Pravesh_1

I developed a shopping cart using jquery, ajax and json. It is working fine on local server in chrome. But when I run on server using chrome it is not doing anything; but running on firefox. It is not running first time, but when I came back from another page …

Member Avatar for diafol
0
2K
Member Avatar for Pravesh_1

I am developing shopping cart using jquery, json and ajax. What kinda of security should keep in mind while developing ?

Member Avatar for iamthwee
0
68
Member Avatar for Pravesh_1

I want to change content of a DIV which is in the TD (Table Tag); every div has unique ID viz. picked_cJN_031599, picked_cJN_031596; every div is prefixed with picked_cJN_ *and a unique ID came from database; I want to change the value of any div just by passing ID and …

Member Avatar for temp11
0
155
Member Avatar for Pravesh_1

I got a project to add some changes; but the problem is that the code is 4 years old; it is running on server but not on LOCAL; How I can run old PHP locally ?

Member Avatar for diafol
0
164
Member Avatar for Pravesh_1

I want url like www.abc.com/pagename but when I wrote RewriteRule ^(.*)$ page-detail.php?url=$1 but it will show www.abc.com/pagename not www.abc.com/index.php or www.abc.com I want to run both pages www.abc.com/index.php and www.abc.com/pagename. How I can ?

Member Avatar for sikander123
1
560
Member Avatar for Pravesh_1

I want url like www.abc.com/page but when I wrote RewriteRule ^(.*)$ page-detail.php?url=$1 it will show www.abc.com/page not www.abc.com/index.php I want to run both www.abc.com/page as well as www.abc.com/index.php How I can ?

0
72
Member Avatar for Pravesh_1

http://ibiz-arabia.com/register.php is not validating validation. I am using javascript validation but working.

Member Avatar for JorgeM
0
151
Member Avatar for Pravesh_1

I want below code working on my local .. How I can do this ? <link href='//fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>

Member Avatar for cereal
0
124
Member Avatar for Pravesh_1

I have a strange problem, my code is working fine on Chrome but showing blank page on both FF & IE.

Member Avatar for diafol
0
98
Member Avatar for Pravesh_1

My js calender is not showing year properly; showing 114 instead 2014; I tried to figure out but no success.. <html> <head> <title>Date Select</title> <meta http-equiv='Content-Type' content='text/html; charset=gb2312'> <meta http-equiv='Expires' content='-10'> <meta http-equiv='Pragma' content='No-cache'> <meta http-equiv='Cache-Control', 'private'> <style> body { font-family: Arial; font-size: 13; font-weight: 100; color: #000000; background-color: #AAAAAA; …

0
116
Member Avatar for Pravesh_1

I have website for audio and videos. My problem is that an audio is not running on Server but working on local. I created a folder where only html files are there and it is working fine on that folder. But an another folder where are audios and videos are …

Member Avatar for Pravesh_1
0
190