Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

phpexperts

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 3482 - 3511 of 15662   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3482 Anomus Huq
anomus_hu Send Email
Feb 1, 2006
8:24 am
Hi all! I am new in PHP. What is CMS and what does "customizing open source CMSs" means? Would you please give me the answers. Thanks in advance. Sumona Huq ...
3483 mamun
mms409446 Send Email
Feb 1, 2006
9:54 am
Dear Akil What is the payment gateway you are using? paypal or linkpoint or others? send details I think I canhelp you Regards, Mamun ... From: Akil Hossain ...
3484 mamun
mms409446 Send Email
Feb 1, 2006
9:56 am
Dear Sumona Huq What kind of CMS system you are planning to develop? We have an solution located on our server www.dhaka-bd.com Regards Mamun ... From: Anomus...
3485 Arafat Rahman
opurahman Send Email
Feb 2, 2006
5:16 am
Hi Wasi, I fell this kind of problem. I solved the problem by editing the table structure manually. You should change the default value of 'pinged&#39; to null...
3486 Akil Hossain
akilhossain Send Email
Feb 2, 2006
5:17 am
Dear Mamun take my regards. im working a website of a telecommunication company. in this website, the customer can pay their bill by creadit card n its used by...
3487 Narmeen Adnan Ansari
ethena Send Email
Feb 2, 2006
7:30 am
have a look at it and let me know if this works on your computer http://freshmeat.net/projects/expensereport/ i tried to use it but the index.php shows a blank...
3488 M. Ashraful Anam
Russell_Anam Send Email
Feb 2, 2006
9:11 am
For Paypal I suggest you use Paypal Instant Payment Notification (IPN) and use the following class (or any other u like): ...
3489 M. Ashraful Anam
Russell_Anam Send Email
Feb 2, 2006
9:13 am
Seems to work perfectly. Here is what I did: unzipped to my htdocs dir. Created a DB named "expensereport:. Dumped site.sql to it. Edited site.xml. Changed the...
3490 ( *_* )
ekramok Send Email
Feb 2, 2006
9:14 am
Check the configuration of your php.ini for error reporting. Configure it for show all errors, warnings and notices if needed. then try it again. In addition I...
3491 Zip Zap
zipzap_zen Send Email
Feb 2, 2006
9:14 am
Dear friends, i am new in web applications, I am working on MLM CMS, kindly suggest me best UI (User Interface) and best AI (Admin Interface) Kindly suggest me...
3492 Raymond Asuncion
ewadczx Send Email
Feb 2, 2006
9:29 am
I have problem in using the function $_COOKIE on my php code... right now i'm using php version 4. i hope somebody will help me on this problem.... ichecked my...
3493 tarun dwivedi
tarun_rewa Send Email
Feb 2, 2006
9:30 am
Hi Experts, I have installed MYSQL 5.0 and want to create stored procedure through MYSQL >> prompt as i am using ; and pressing enter for new line its...
3494 Shawon
yourcode3k Send Email
Feb 2, 2006
9:45 am
You didn't mentioned what kind of problem you are facing.. Please mentiioned us details. - Shawon...
3495 Shawon
yourcode3k Send Email
Feb 2, 2006
10:00 am
Dear Tarunendra, Your question is not 100% clear. But what I've got that you are facing "*;*" into your MySQL code in the command prompt. In the command promt...
3496 Bhavin Shah
bhavin_s18 Send Email
Feb 2, 2006
10:23 am
Tomorrow is D-Day for a dangerous computer virus which has spread throughout the world via email and is programmed to destroy PC files on February 3. Email...
3497 tarun dwivedi
tarun_rewa Send Email
Feb 2, 2006
10:29 am
Hi Shawon you have given the clue of terminator and i resoolve the problem; many many Thanks Tarunendra Shawon <yourcode@...> wrote: Dear...
3498 Bhara
mail2mrb Send Email
Feb 2, 2006
10:42 am
Tomorrow is D-Day for a dangerous computer virus which has spread throughout the world via email and is programmed to destroy PC files on February 3. Email...
3499 Narmeen Adnan Ansari
ethena Send Email
Feb 2, 2006
11:11 am
i have it already configured. but it is still not working :( ... From: "( *_* )" <ekramok@...> To: <phpexperts@yahoogroups.com> Sent: Thursday, February...
3500 Narmeen Adnan Ansari
ethena Send Email
Feb 2, 2006
11:11 am
so did i but it is not working is there something else i shud do?? ... From: M. Ashraful Anam To: phpexperts@yahoogroups.com Sent: Thursday, February 02, 2006...
3501 mamun
mms409446 Send Email
Feb 2, 2006
11:13 am
Dear Akil Yes users can register and pay using paypal you can do two way, remote IPN or track order number and get returned parameter to change order status...
3502 Shawon
yourcode3k Send Email
Feb 2, 2006
12:43 pm
MySQL Presentations The following link has a great deal of MySQL presentation and tutorial: http://dev.mysql.com/tech-resources/presentations/...
3503 mehboob ali
mehboob_a98 Send Email
Feb 3, 2006
4:18 am
Hi, I am using Navicat for Procedures in mySQL and have no peoblem, try this http://navicat.com/download.html Mehboob tarun dwivedi <tarun_rewa@...>...
3504 Mitchelle C. Pascual
mitch_pascual Send Email
Feb 3, 2006
5:40 am
class class1{ var $var1; function f_name($var2) { $this->$var1 = $var2; } } In this class, I wonder how would this return a value. If you use it what will be...
3505 Aniruddha Deshpande
ani_21149 Send Email
Feb 3, 2006
6:22 am
class class1{ var $var1; function f_name($var2) { $this->$var1 = $var2; This is wrong it shoud be $this->var1; when you pass value to f_name function i.e....
3506 SANTANU BHATTACHARYYA
santanu186 Send Email
Feb 3, 2006
6:23 am
Hello Experts, Creating an Image editor in PHP or JAVASCRIPT is really getting tough.Very few links that I have got from this forum is not able to solve my...
3507 mitchelle pascual
mitch_pascual Send Email
Feb 3, 2006
7:05 am
oh yeah! so how i could i be able to retrive its value? Aniruddha Deshpande <solofone@...> wrote: class class1{ var $var1; function f_name($var2) { ...
3508 Aniruddha Deshpande
ani_21149 Send Email
Feb 3, 2006
8:03 am
you use class object to retrive $var1 value class class1{ var $var1; function f_name($var2) { $this->var1=var2; } lets create one object of this class $obj=new...
3509 mitchelle pascual
mitch_pascual Send Email
Feb 3, 2006
8:48 am
whew! thanks a lot... i never been into object oriented programming yet... thanks again aniruddha Aniruddha Deshpande <solofone@...> wrote: you use class...
3510 SANTANU BHATTACHARYYA
santanu186 Send Email
Feb 3, 2006
9:32 am
Hello Experts, I have few questions regarding PHP. 1. What is the default time of a session.Can we change it ? If yes, then how ? 2. What is the concept of...
3511 lucaspirola Send Email Feb 3, 2006
2:28 pm
wow everybody, ... i think so, its no good ideia, get value of a variable's class, like that, i think its better you create a getter, like this: public...
Messages 3482 - 3511 of 15662   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