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 ...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
i have it already configured. but it is still not working :( ... From: "( *_* )" <ekramok@...> To: <phpexperts@yahoogroups.com> Sent: Thursday, February...
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...
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...
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@...>...
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...
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....
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...
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) { ...
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...
whew! thanks a lot... i never been into object oriented programming yet... thanks again aniruddha Aniruddha Deshpande <solofone@...> wrote: you use class...
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...
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...