Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
0 Endorsements
~9K People Reached
Favorite Forums
Member Avatar for Vijaysurya

Hai every body, i need help in how to import this xml file into database using php i tried this way only one record only inserted, any body plz help me. $comment = $this->filepath."\\".$file ; $content = file_get_contents($plan); // Break it into an array.... ! $content_x = explode("<comment>", $content); reset($content_x); …

Member Avatar for Varadharaj_1
0
973
Member Avatar for Vijaysurya

HAI everybody, `` I am working on a Google API to obtain the contacts of users at my website, and I obtained a result using like this, but I wish wish to have the contacts out of the whole chunk. I just wanna know , how can I parse values …

Member Avatar for gelani_1
0
571
Member Avatar for Vijaysurya

Hai everybody, I need help to import evenbrite event import to my applications. i did this way. but event fetching is fine. ` token = Eventbrite.prototype.data.getAccessToken(); Eventbrite({'app_key':'*******',access_token:token}, function(eb_client) { eb_client.user_list_events( {}, function(response) { var events = new Array(); } }); ` but i want to something like this way. https://www.smore.com/app/pages/new?ref=discovery. …

Member Avatar for pritaeas
0
164
Member Avatar for Vijaysurya

i need help in following query, how to check this email alreadyexist in our db or not. var_dump($email); output: array(2) { [0]=> string(22) "xxxx7@gmail.com" [1]=> string(19) "yyyyy@gmail.com" } foreach($email as $em) { $sql = "SELECT * from sf_guard_user sf,personal pi where pi.user_id = sf.id and sf.email_address = '$em' "; $query …

Member Avatar for jkon
0
278
Member Avatar for Vijaysurya

Hai everybody, the string $password = $request->getParameter('password'); Contains at least 8 characters. Contains upper and lower case letters. Contains numbers or other non-alphabetic characters. What could be the reg ex for the above criteria? I am creating a check for stronger password . something like: if (len(password) >= 8 && …

Member Avatar for masterjiraya
0
196
Member Avatar for Vijaysurya

hai everybody, i need help in multiple true if condition IF (condition 1 is true) { $('.cCal').css('border-color','red'); return false; } and (condition 2 is true) { $('.cCal2').css('border-color','red'); return false; } (condition 3 is true) { $('.cCal3').css('border-color','red'); return false; } this syntax working only one condition is true. more than one …

Member Avatar for Troy III
-1
150
Member Avatar for Vijaysurya

Hai everybody, i have two different layout. this admin layout meta tag not display in my meta title,description.. what is the problem and i addded my action file inside,but not diplayed. plz help me. public function executeContactus(sfWebRequest $request) { $this->setLayout('adminlayout'); $response = $this->getResponse(); $response->setContentType('text/html'); $response->addMeta('title','Contact Us – Give us your …

Member Avatar for gabrielcastillo
0
194
Member Avatar for Vijaysurya

$sXML = new SimpleXMLElement('<deletepicture />'); foreach($planspaceImages as $img) { $xImg = $sXML->addChild('img'); $xImg->addChild("id", $img["id"]); $xImg->addChild("album_id", $img["album_id"]); $xImg->addChild("personal_id", $img["personal_id"]); $xImg->addChild("name", $img["name"]); $xImg->addChild("description", $img["description"]); } //$this->picfilepath = sfConfig::get('app_deleteduser_rootdir'); $sXML->asXML("pic.xml"); i want to this xml data store in dynamic filepath$this->picfilepath = sfConfig::get('app_deleteduser_rootdir')."\\".$personId; the above code generated pic.xml in my project web directory,but i …

Member Avatar for Vijaysurya
0
206
Member Avatar for Vijaysurya

hai everybody, i need help in my container div indide all the div value is empty means container value is empty message show any body plz help me <div Id=" container1"> <div I'd=" friends-cta"> <php echo $viewee[' name'] ?> </div> <div I'd=" friends-ota> <php echo $viewee[' occupation'] ?> </div> <div …

Member Avatar for blocblue
0
164
Member Avatar for Vijaysurya

Hai everybody, <div class="whatever styledark myclass"></div> I'm interested in the search-add class. This can be search-cancel, search-remove I want to get this class name when i click on the div, how i do i change this class name to other classes in the div. onclick success remove class seaech-cancel and …

Member Avatar for dcdruck
0
148
Member Avatar for Vijaysurya

HAi everybody, I need help in flowing code i want to people not equal to friend means show addas friend buuton otherwise not show button this code show button more times what is the problem in my logic anybody plz help me. This is my friends get query. $query=$db->prepare("SELECT p.friend_id …

Member Avatar for LastMitch
0
305
Member Avatar for Vijaysurya

Hai everybody, i have problem in following query. this query working fine in seperated, i add two array value. totalcount display first value. what is the problem in my query. anybody plx help me $sql="SELECT count( DISTINCT friendoffriends_id ) AS count from mycommunity WHERE personal_id =:personal_id and blocked=0 "; $query …

Member Avatar for diafol
0
102
Member Avatar for Vijaysurya

hai everybody, i need recent-plan div tag display horizontally in cmyplan-show conatiner div inside. anybody plz help me. all the layout records display in one row. plz help me. <div id="myplans-create" > <div id="horiz_container_outer" > <div id="horiz_container_inner" > <div id="horiz_container"> <div id="myplans-show" style="position:absolute;height:100%;border: solid 1px #666666;width:100%;display:block;overflow-x: scroll; "> <div id="data"></div> …

Member Avatar for LastMitch
0
157
Member Avatar for Vijaysurya

Hai everybody, I need help in doctrine raw sql query, this query count not properly, $query = $db->prepare("SELECT count(p.friend_id) AS count , p.layer_id, l. * from layer l, people p where l.personal_id = :personal_id and l.id = p.layer_id "); layer_id friend_id 5 2 6 7 5 3 this is my …

Member Avatar for urtrivedi
0
134
Member Avatar for Vijaysurya

Hai everybody, i have following error. user click dialogbox ok button.the above error was comming. what is the problrm in my code var c,pCrop,crop_api,rotate = false; var temp,tempZIndex; var imgCount = 0,imgList = new Array(); var fileSizeOption = ""; $(document).ready(function() { // $('#btnUploadPlanPicture').bind("mouseup", function() $('#btnUploadPlanPicture').mouseup(function() { var id =$('#btnUploadPlanPicture').attr('id'); if(id=='btnUploadPlanPicture') …

Member Avatar for stbuchok
0
3K
Member Avatar for Vijaysurya

Hai everybody, I need help in making chat room similar to facebook chat. store in database userid based. anybody plz help me.

Member Avatar for paulinetaylor85
0
174
Member Avatar for Vijaysurya

Hai everybody, i want toeach image group atleast 100px gap. how can i do it. plz help me. function imgGroup() { var count = 0; while(count<imgList.length) { var groupSize = Math.floor(Math.random() * (4 - 2 + 1)) + 2; //var groupSize = 4; var ele = new Array(); for(var i=0; …

Member Avatar for gabrielcastillo
0
78
Member Avatar for Vijaysurya

Hai everybody, I am uisng * valums/file-uploader i need help in mouseover or mouseup a uploadbutton. after upload a image. anybody plz help me. this code no working. remove this two lines working fine. $("#btnUploadPlanPicture").hover(function() { $("#btnUploadPlanPicture").mouseup(function() { anybody plz help me. $(document).ready(function() { $("#btnUploadPlanPicture").hover(function() { $("#btnUploadPlanPicture").mouseup(function() { var uploader …

Member Avatar for AleMonteiro
0
199
Member Avatar for Vijaysurya

Hai everybody, I need help, i doing arrange images in two choices one is random another one is image taken date and time value responseJSON return the imagetaken object how to sort images according to time(descending order); anybody plz help me. var c; var pCrop; var crop_api; var rotate = …

Member Avatar for Vijaysurya
0
254
Member Avatar for Vijaysurya

Hai Everybody, i have did multiple image uploader(max 20 images). the uplaoded show in 3 different groups. group 1:first 2 pics group2: after 3 pic group3: after 4 pic again start group1 anybody plz help me. var c; var pCrop; var crop_api; var rotate = false; var temp; var tempZIndex; …

Member Avatar for AleMonteiro
0
119
Member Avatar for Vijaysurya

i create user submit form. before submit click preview button.show for preview. anybody.plz hlp me. this is my form <form action ="<?php echo url_for('@meetnewpeople_edit') ?>" id="meetnewpeople" method="post" enctype="multipart/form-data" > <span id="privacy_popup" class="button-white">Privacy</span> <div id="privacy_create" style="display:none;"> <input type="checkbox" id="privacy-only-plan-people" value="planpeople" name="privacy[]"> Only people in this plan can see <br> <div id="privacy-people"> …

Member Avatar for pritaeas
0
760
Member Avatar for Vijaysurya

Hi ,anybody plz help me. i created own musttry button(same as like button).what is the problem. this javascript function does not working. planbook is class name. function musttry_add(planbook_id) { $.ajax({ url: $('planbook').val(), type: 'POST', data: { personalId:personalId, planbookId:planbookId }, success: function(data, textStatus, jqXHR){ musttry_get(planbook_id); } }); } function musttry_get(planbook_id) { …

Member Avatar for fobos
0
212
Member Avatar for Vijaysurya

i have live site developed in symfony framework,doing some modification,i created new module planbook, the above error was comming. class planbookActions extends sfActions { public function executeIndex(sfWebRequest $request) { $personalId = $request->getParameter('personal_id', $this->getUser()->getAttribute('detail')->getId()); $this->personal = Doctrine::getTable('Personal')->find($personalId); //if user or his friend viewing planbook showe them all if ($this->getUser()->getAttribute('detail')->getId() == $personalId …

Member Avatar for veedeoo
0
105
Member Avatar for Vijaysurya

Hi guys, I am a webdeveloper i am create one social media website using php.please help me I need serverside coding for profile page settings(for example Facebook) Pls send Send me coding for my email. My email I'd [email]is.vksuriya2007@gmail.com[/email].

Member Avatar for cereal
-2
133