Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for udaydesai

Please anybody help me out in installing gearman php extension on windows xp. I have xampp 1.7.7 installed on my system and i have installed Cygwin, libevent-1.4.14b-stable and gearmand on my system. Please let me know what more is needed to install gearman-1.0.2 php extension. As when i run the …

Member Avatar for cereal
0
356
Member Avatar for udaydesai
Member Avatar for udaydesai
0
1K
Member Avatar for udaydesai

:) [B]hello friends[/B], [COLOR="Red"]plz help me regarding text editor[/COLOR]. text editor using javascript and edited text should inserted to mysql database using php. is it be possible to do. iam using many text area field in one form so how can i edit text in like text bold, edit font …

Member Avatar for Shanti C
0
142
Member Avatar for udaydesai

[B]Hello Friends[/B], plz anybody help in finding out this, i need help in webservices with php using nusoap method. iam new working on this webservices, plz anybody help me. here is the code written, [code=php]<?php /* * This gets the list of methods */ $client = new SoapClient("http://204.15.103.87/MCM/Messaging?wsdl", array('trace'=>1)); $func_list …

0
76
Member Avatar for udaydesai

Hello Friends, i return a database connectivity like this. [code=php] function db_conn() { $mysqli = new mysqli("localhost", "root", "", "test"); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } return $mysqli; } [/code] with this upto now i used to insert records successfully. but now i have an problem with …

Member Avatar for udaydesai
0
337
Member Avatar for udaydesai

Hello Friends, Plz Help Me regarding this. excel_files is the folder in which excel files r placed every time iam unlinking(deleting excel files) after uploading to database and iam retrieving excel files from mail so if any body send same excel sheet to mail it will download to folder excel_files …

Member Avatar for digital-ether
0
108
Member Avatar for udaydesai

hello friends plz help me, iam uploading excel sheets into the database. it is succefully entering . the problem is when again uploading excel sheet i want to check the database and if excel sheet which i send is there already i have to restrict by inserting into the table(resource_table) …

Member Avatar for udaydesai
0
71
Member Avatar for udaydesai

I have a Folder in that i have sub folders like excel_files, excel_files_backup , images etc and files like excel2.php , get_mail.php etc . In excel_files folder having excel files and excel_files_backup is an empty folder . iam uploading excel files in excel_files folder to database after inserting iam unlinking …

Member Avatar for udaydesai
0
179
Member Avatar for udaydesai

Hello, Please tell how to work on this. Iam displaying data(some fields) even i have many fields in mysql database. iam retrieving data from mysql and displaying in php page now i have to convert this data into excel sheet when i click a button that too only that data …

Member Avatar for R0bb0b
0
49