Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3482 - 3511 of 13237   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3482
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 ...
Anomus Huq
anomus_hu
Offline Send Email
Feb 1, 2006
8:24 am
3483
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 ...
mamun
mms409446
Offline Send Email
Feb 1, 2006
9:54 am
3484
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...
mamun
mms409446
Offline Send Email
Feb 1, 2006
9:56 am
3485
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' to null...
Arafat Rahman
opurahman
Offline Send Email
Feb 2, 2006
5:16 am
3486
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...
Akil Hossain
akilhossain
Offline Send Email
Feb 2, 2006
5:17 am
3487
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...
Narmeen Adnan Ansari
ethena
Offline Send Email
Feb 2, 2006
7:30 am
3488
For Paypal I suggest you use Paypal Instant Payment Notification (IPN) and use the following class (or any other u like): ...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Feb 2, 2006
9:11 am
3489
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...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Feb 2, 2006
9:13 am
3490
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...
( *_* )
ekramok
Offline Send Email
Feb 2, 2006
9:14 am
3491
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...
Zip Zap
zipzap_zen
Offline Send Email
Feb 2, 2006
9:14 am
3492
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...
Raymond Asuncion
ewadczx
Online Now Send Email
Feb 2, 2006
9:29 am
3493
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...
tarun dwivedi
tarun_rewa
Offline Send Email
Feb 2, 2006
9:30 am
3494
You didn't mentioned what kind of problem you are facing.. Please mentiioned us details. - Shawon...
Shawon
yourcode3k
Offline Send Email
Feb 2, 2006
9:45 am
3495
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...
Shawon
yourcode3k
Offline Send Email
Feb 2, 2006
10:00 am
3496
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...
Bhavin Shah
bhavin_s18
Offline Send Email
Feb 2, 2006
10:23 am
3497
Hi Shawon you have given the clue of terminator and i resoolve the problem; many many Thanks Tarunendra Shawon <yourcode@...> wrote: Dear...
tarun dwivedi
tarun_rewa
Offline Send Email
Feb 2, 2006
10:29 am
3498
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...
Bhara
mail2mrb
Offline Send Email
Feb 2, 2006
10:42 am
3499
i have it already configured. but it is still not working :( ... From: "( *_* )" <ekramok@...> To: <phpexperts@yahoogroups.com> Sent: Thursday, February...
Narmeen Adnan Ansari
ethena
Offline Send Email
Feb 2, 2006
11:11 am
3500
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...
Narmeen Adnan Ansari
ethena
Offline Send Email
Feb 2, 2006
11:11 am
3501
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...
mamun
mms409446
Offline Send Email
Feb 2, 2006
11:13 am
3502
MySQL Presentations The following link has a great deal of MySQL presentation and tutorial: http://dev.mysql.com/tech-resources/presentations/...
Shawon
yourcode3k
Offline Send Email
Feb 2, 2006
12:43 pm
3503
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@...>...
mehboob ali
mehboob_a98
Offline Send Email
Feb 3, 2006
4:18 am
3504
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...
Mitchelle C. Pascual
mitch_pascual
Offline Send Email
Feb 3, 2006
5:40 am
3505
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....
Aniruddha Deshpande
ani_21149
Online Now Send Email
Feb 3, 2006
6:22 am
3506
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...
SANTANU BHATTACHARYYA
santanu186
Offline Send Email
Feb 3, 2006
6:23 am
3507
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) { ...
mitchelle pascual
mitch_pascual
Offline Send Email
Feb 3, 2006
7:05 am
3508
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...
Aniruddha Deshpande
ani_21149
Online Now Send Email
Feb 3, 2006
8:03 am
3509
whew! thanks a lot... i never been into object oriented programming yet... thanks again aniruddha Aniruddha Deshpande <solofone@...> wrote: you use class...
mitchelle pascual
mitch_pascual
Offline Send Email
Feb 3, 2006
8:48 am
3510
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...
SANTANU BHATTACHARYYA
santanu186
Offline Send Email
Feb 3, 2006
9:32 am
3511
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...
lucaspirola
Offline Send Email
Feb 3, 2006
2:28 pm
Messages 3482 - 3511 of 13237   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