Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

in-phpug · Indian PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3253 - 3282 of 3282   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3253 abhishek jain
ejaincom Send Email
Jul 2, 2009
9:06 am
Hi, My server time is correct and set to IST. -- Regards, Abhishek jain ________________________________ From: Rohan Prabhu <rohan@...> To:...
3254 ananth
ananth32 Send Email
Aug 12, 2009
9:42 am
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...
3255 abhishek jain
ejaincom Send Email
Sep 17, 2009
3:58 am
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...
3256 Binoy av
binoyav_kvr Send Email
Sep 17, 2009
7:17 am
You can use either of these ioncube php encoder or zend php encoder...
3257 Devendra Singh
davidhitch Send Email
Sep 17, 2009
7:18 am
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...
3258 Murali
bmk_srgm Send Email
Oct 30, 2009
3:38 am
Dear All,   I am using the PHP version of 5.2.11. I have problem in Base64 Encoding. For Example   $string = "kjs$)P1rj9&quot;; echo base64_encode($string);   ...
3259 Krishna Shasankar
shasankar Send Email
Oct 30, 2009
4:16 am
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...
3260 abhishek jain
ejaincom Send Email
Nov 9, 2009
8:51 am
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...
3261 Krishna Shasankar
shasankar Send Email
Nov 9, 2009
8:59 am
Yes, you can make use of cookies. try this link http://www.bitrepository.com/php-autologin.html Regards, Krishna Shasankar http://www.krishnashasankar.com |...
3262 Rohan Prabhu
rohan_gnome Send Email
Nov 9, 2009
10:38 am
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...
3263 Murali
bmk_srgm Send Email
Dec 4, 2009
1:04 pm
Dear All,   I have created DLL in .net application, I want to use this DLL in my PHP web application. how can I able to use this dll.   Thanks in Advance   ...
3264 abhishek jain
ejaincom Send Email
Feb 14, 2010
5:35 am
Hi friends, I am looking for a cart which might / might not be open source, Which one i should use, is there a comparison website where i can compare the...
3265 Binoy av
binoyav_kvr Send Email
Feb 15, 2010
2:52 pm
Magento is the best...
3266 Team abcphp.com
abcphp_com Send Email
Feb 16, 2010
1:37 am
These might help you decide... http://abcphp.com/out/comparison-of-free-shopping-carts---2009/ http://abcphp.com/out/open-source-ecommerce-php-softwares-/ ...
3267 Surajit Koly
chan_suro Send Email
Mar 5, 2010
9:58 am
Hi all, I am developing a e-greetings website where 1000s of people register with this site and send greetings via email. There is a concept of email ...
3268 adithya_radha Send Email Mar 6, 2010
3:20 pm
Hi, I am not sure about the exact requirement of your application, but why not change the logic a bit. Rather than dynamically updating the cron file every...
3269 kadapa rajashekhar
kadaparaj Send Email
Mar 7, 2010
3:49 pm
Hey you can do one thing save the user schedule details in DB and run a cron job every hour or day or minute to check any schedule greeting are there if there...
3270 Team abcphp.com
abcphp_com Send Email
Mar 8, 2010
11:51 am
Hello, Check out these tutorials http://abcphp.com/search/cron Regards Girish R ... [Non-text portions of this message have been removed]...
3271 abhishek jain
ejaincom Send Email
Mar 23, 2010
9:47 am
Hi friends, I used to have a dedicated server, i recently bought shared hosting, immediately after that i am getting the following error message, Fatal...
3272 Shoeb Surya
a_accilies Send Email
Mar 23, 2010
10:15 am
Hello, Not sure how it used to work but technically, you should check the variable definition... as it is a STRING and you are trying to assign offset value of...
3273 abhishek jain
ejaincom Send Email
Mar 23, 2010
10:45 am
Hi Shoeb, Thanks for the reply, yes, i completely agree the variable definition is the culprit here, but i dont understand why it works on my other systems...
3274 Shoeb Surya
a_accilies Send Email
Mar 23, 2010
11:48 am
lets see some code on how is the "Array" is being defined in the first place? ... -- Best Regards, Shoeb Surya [Non-text portions of this message have been...
3275 shridhar
shridharshen... Send Email
Jun 5, 2010
7:39 am
hi, Need help. I am using a single email function with if condition which will extract values from the redirected file. I have a problem here. The email...
3276 Krishna Shasankar
shasankar Send Email
Jun 5, 2010
8:26 am
You can use a session variables, or use HTTP_POST with hidden fields.. or serialize the data to a DB/text file and unserialize it in page3 and send an email.. ...
3277 pckabeer kabee
pckabeer Send Email
Jun 5, 2010
8:26 am
use metod post in each form. in the second form use it as hidden varibles and pass to the next page. -- Thanks & Regards P.C.Kabeer Solutions Architect PIAZZA ...
3278 koshy philip
koshy_tvm Send Email
Jun 5, 2010
10:48 am
Hi, If you are not using any form or submit options in the second page. Then you can use SESSION to store the values from the second page, and then access the...
3279 Outsmart
join@... Send Email
Jun 28, 2010
8:51 am
Hi All, We are looking to hire the brightest and the most enthusiastic developers to help us build our web and mobile applications. These range from iPhone to...
3280 abhishek jain
ejaincom Send Email
Dec 18, 2010
2:39 am
hi friends, I am looking for a cart preferably open source which is good , and have the option for importing and exporting the orders and products etc with the...
3281 abhishek jain
ejaincom Send Email
Dec 30, 2010
4:21 pm
hi whenever i use a string / chars from other language, apart from english, (a select query returning such string from mysql db) my php script outputs ...
3282 Bhavin Desai
bhavin_desai90 Send Email
Feb 4, 2011
9:32 am
Hello, GNUnify, one of the India's biggest open source is back for its 9thyear. Organized by Pune Linux Users Group(PLUG) and the students of SICSR. The...
Messages 3253 - 3282 of 3282   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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