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
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for balagod

In below code using i try to upload multiple files to remote URL. but only 1 file data only i am receiving. please help any one to resolve issue. Remotepage.php i am not getting sign,cheque file details [CODE]<?php function do_post_request($url, $postdata, $files = null) { $data = ""; $boundary = …

Member Avatar for albivl91
0
1K
Member Avatar for balagod

Hai, I am using MySQL table to store session values. i am getting sid as 'deleted' for some sessions in live server . but i am not able to simulate it in development server . what scenario it will occur. sample data. +---------+-------+-------------+ | sid | value | expire_time | …

Member Avatar for balagod
0
103
Member Avatar for balagod

Hi, I am configuring my staging server apache with virtual host. Whenever i try to access the site with host entry in my system(hosts file) it's always displaying first site in vhost. i am not able to access other sites. always i am getting [url]www.ocms.com[/url] site , i am not …

Member Avatar for tracedinesh
0
849
Member Avatar for balagod

Hai, I want to read excel file and store the data into mysql. my excel file contains special symbols like ∫,Ω,√ ... (all physics formulas). I used phpexcelreader from pear.but this symbols are not reading correctly. it shows as rectangle box. please provide a solution for this to resolve.

Member Avatar for balagod
0
91
Member Avatar for balagod

Hi, I am trying to create a widget to display live stock quotes. then i have to deploy in iGoogle. Please explain me how can i proceed. 1.i need widget creation tutorial. 2.igoogle deployment tutorial. Server Language: PHP -Bala

Member Avatar for balagod
0
78
Member Avatar for balagod

I used the following code for session time out in idle state window. after a minute popup will arise, if user didn't respond alert message within 2 minuts session will timeout . firefox it's working fine. But IE auto timeout in 2 minuts is not working , if user is …

Member Avatar for balagod
0
135
Member Avatar for balagod

Hi, I am creating a folder through php code. but the permissions for that folder is not setting. I identified the problem is apache is different usergroup,FTP is different user group. so i want to know how can i change user group of apache. or how can i add apache,php …

Member Avatar for balagod
0
117
Member Avatar for balagod

i, i want to execute my code to rewriting url in on the fly and i have to get $_requet values in code for example original typed url in browser: [url]http://localhost/mypet1/a1[/url] [url]http://localhost/mypet1/a1/?page=sp_login[/url] [url]http://localhost/mypet1/a1/index.php[/url] [url]http://localhost/mypet1/a1/index.php?page=sp_login[/url] execution url [url]http://localhost/mypet1/?sp=a1[/url] [url]http://localhost/mypet1/?sp=a1&page=sp_login[/url] [url]http://localhost/mypet1/index.php?sp=a1[/url] [url]http://localhost/mypet1/index.php?sp=a1&page=sp_login[/url] i need to get in my code $_REquest['sp']; value is …

0
68
Member Avatar for balagod

Hi, I want to know how to find the site no.of visitors maximum allowed , for example i want to develop a site ,but i don't know how many no.of users can acess the site maximum. Is it possible to know and improve this visiting users capacity through PHP code. …

Member Avatar for balagod
0
91
Member Avatar for balagod

Hai, I got xml parser to read xml file the output is like multi dimensional array ,i want to search particular id and get that matched id details from that array if the element have child to read child array also I give one example here <map> <page id="home" name="Home" …

0
98
Member Avatar for balagod

Hai, i want to send mail from my localhost in php,i try to using my outlookexpress smtp and email parameters but it gives warning like this Warning: mail() [function.mail]: SMTP server response: 553 Sorry, that domain isn't in my list of allowed rcpthosts. in D:\wamp\ww It's possible to send mail …

Member Avatar for Vote4WillFree
0
112