Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3233 - 3262 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3233
Hi Friends, I have a big problem related to PHP Unicode support, I need to convert to the hex for the hindi unicode characters. So eg. if i have...
abhishek jain
ejaincom
Offline Send Email
Apr 29, 2009
11:35 am
3234
I have Book & book Code for "Practical Web 2.0 Applications with PHP" (apress.com/Apress Publication) I am facing problem to setup the application. I am...
jayesh
jdz66
Offline Send Email
May 16, 2009
3:19 pm
3235
Hi all, I am new to SOAP. can you please explain why this errors are coming. ... Warning: SoapClient::SoapClient(http://localhost/nusoap/helloworld.php) ...
Surajit Koly
chan_suro
Offline Send Email
May 29, 2009
4:02 pm
3236
Hi exprts, I am getting the folowing errors regarding soap. Please help me *Fatal error*: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:...
Surajit Koly
chan_suro
Offline Send Email
May 29, 2009
4:03 pm
3237
This worked perfectly fine for me, although the nusoap library conflicted with my PHP SOAP extension, so i had to disable the PHP SOAP ext. by commenting the...
Krishna Shasankar
shasankar
Offline Send Email
May 30, 2009
7:25 am
3238
I think WSDL support is not enabled in your SOAP Server code. To enable WSDL support, you will need to initialize WSDL using the following settings //...
Krishna Shasankar
shasankar
Offline Send Email
May 30, 2009
7:25 am
3239
Hi Krishna, All of my problems regarding SOAP is solved now with your help. Your comment is really helpfull for me. Thanks :) Regards Surajit ...
Surajit Koly
chan_suro
Offline Send Email
Jun 1, 2009
11:48 am
3240
Hi Due we still need to rely on xml_parse or is there a better way so that the XML is parsed and we get a array for that xml. Thanks -- Regards, Abhishek jain...
abhishek jain
ejaincom
Offline Send Email
Jun 4, 2009
2:13 pm
3241
Hi, I want to know a bit on SQL Injection. If in my server i have in php.ini magic_quotes_gpc = On Is this sufficient for preventing sql injection? Please...
abhishek jain
ejaincom
Offline Send Email
Jun 4, 2009
2:13 pm
3242
not really. Generally, magic quotes is switched off (because it can cause unwanted changes to data at times). Als in PHP6, magic quotes is going to be...
Rohan Prabhu
rohan_gnome
Offline Send Email
Jun 4, 2009
3:24 pm
3243
Hi, There is one class in phpclasses.org, SimpleXMLParser. Just use that class and get the array to use in your php. Get the details here....
krishna.srikanth@...
Send Email
Jun 5, 2009
5:26 am
3244
Hi, Thanks for the email, This array is not in the form i want, i want XML::Simple (Perl) kind of thing, where the array is actually an asociated array with...
abhishek jain
ejaincom
Offline Send Email
Jun 6, 2009
12:57 am
3245
Hi Friends. I need to collect the live stock market price for all the stocks. possible? How? Any page which gives me this in the form of a XML feed, or i can...
abhishek jain
ejaincom
Offline Send Email
Jun 6, 2009
12:57 am
3246
Let magic quotes disabled as it original setting Use your created function to escape query information I am using following functions function...
Milindkumar Patil
mkumarpatil
Offline Send Email
Jun 8, 2009
2:25 am
3247
Hi, Is there a global session variable which is global , i mean which can be accessed by every request and changed by any one , Which destoys itself once the...
abhishek jain
ejaincom
Offline Send Email
Jun 11, 2009
7:16 am
3248
I don't think if there is such an equivalent in PHP. You will have to store the data in the file system by some means inorder to provide application-wide...
Krishna Shasankar
shasankar
Offline Send Email
Jun 11, 2009
11:11 am
3249
Dear Friends, I am facing a strange error, I have developed a site in PHP and in some system the site refuses to allow one to login and other systems it...
abhishek jain
ejaincom
Offline Send Email
Jun 13, 2009
12:12 pm
3250
HI, I think PHP has a built in mechanism to handle the fall back in case the client side cookies are disabled. By default it is not enabled.. You need to...
ninad panday
ninad.panday
Offline Send Email
Jun 15, 2009
3:50 am
3251
Hi, My site abruptly at times closses session, ie the user logs out automatically even if he is refreshng and browsing the site, I do not know the reason why?...
abhishek jain
ejaincom
Offline Send Email
Jun 30, 2009
12:12 pm
3252
Check to see if your server time is correct and is set to UTC. Since PHP Sessions are handled via cookies, they expire prematurely if a wrong time is set....
Rohan Prabhu
rohan_gnome
Offline Send Email
Jun 30, 2009
3:25 pm
3253
Hi, My server time is correct and set to IST. -- Regards, Abhishek jain ________________________________ From: Rohan Prabhu <rohan@...> To:...
abhishek jain
ejaincom
Offline Send Email
Jul 2, 2009
9:06 am
3254
A Belgium based firm is looking for Senior PHP Developers for their development center in Chennai. The details are as follows Job Title: PHP / Sr. PHP...
ananth
ananth32
Offline Send Email
Aug 12, 2009
9:42 am
3255
Hi, I am working on a PHP project and i need to give to the user, i want that to be protected and hidden from the user. I know i am not the first one to ask...
abhishek jain
ejaincom
Offline Send Email
Sep 17, 2009
3:58 am
3256
You can use either of these ioncube php encoder or zend php encoder...
Binoy av
binoyav_kvr
Offline Send Email
Sep 17, 2009
7:17 am
3257
Hi, For protecting your code you can use available obfuscators. You can use SourceGuardian which is good but is commercial. You can look for other open source...
Devendra Singh
davidhitch
Offline Send Email
Sep 17, 2009
7:18 am
3258
Dear All,   I am using the PHP version of 5.2.11. I have problem in Base64 Encoding. For Example   $string = "kjs$)P1rj9"; echo base64_encode($string);   ...
Murali
bmk_srgm
Offline Send Email
Oct 30, 2009
3:38 am
3259
Hi Murali, This is because of a crazy php feature, where it is tryng to parse the variable called *$rj9* The base64 encoded strings in your email decode as...
Krishna Shasankar
shasankar
Offline Send Email
Oct 30, 2009
4:16 am
3260
Hi friends, I need to have a checkbox like 'Remember me' in my site. Currently i have a login page which allows one to login but when someone closes and open...
abhishek jain
ejaincom
Offline Send Email
Nov 9, 2009
8:51 am
3261
Yes, you can make use of cookies. try this link http://www.bitrepository.com/php-autologin.html Regards, Krishna Shasankar http://www.krishnashasankar.com |...
Krishna Shasankar
shasankar
Offline Send Email
Nov 9, 2009
8:59 am
3262
The 'Remember me' option basically relates to setting a non-zero time for the cookie being set. If the cookie is set to time 0, the cookie is deleted at the...
Rohan Prabhu
rohan_gnome
Offline Send Email
Nov 9, 2009
10:38 am
Messages 3233 - 3262 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help