Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Jan 1, 2006 6:11 pm
2889
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Jan 1, 2006 6:11 pm
2890
need help guys I have this application before, it is VB, and the report is Crystal Report, now the application is under Web using PHP, but the report is the...
hi, you dont use crystal reports, you just make the reports using php itself and align them as required. keep in threading for more info. -Sreeni.A ... From:...
Hello List,.. I hope you are good health in this very new year, 2006! I have one question to ask in here... I am wondering if there is a free tool which can be...
is there any example, script ... link... anything ... , i've search the web, there's no clue even zend.com ... From: Sreeni To: php-objects@yahoogroups.com ...
please check this http://phpreports.sourceforge.net/ i have use phpreports application once, although i think it's not very simple thanks YUAN ... -- ...
Yuan Yudistira
sabukhitam@...
Jan 2, 2006 10:48 am
2895
see man, any where reports are nothing but a showing results(values) in justified manner. it means that a values presentation. The reports in php are generated...
Hello, everyone. Maybe my question is out of this mailing list topics. I want to create a struk (smal struk) from printable web page. I use struk printer...
Hi all, PHP online test closing date extended to till Jan 2006 end. have fun:) Regards/phpsplashboard.com [Non-text portions of this message have been...
Hello, everyone. Maybe my question is out of this mailing list topics. I want to create a struk (smal struk) from printable web page. I use struk printer...
I know what you mean man... But that's not my point.. My point Is there any script that can run Crystal Report, I mean the script, I think, only passing the...
Thanks.. but that's not what we need ... From: Yuan Yudistira To: php-objects@yahoogroups.com Sent: Monday, January 02, 2006 02:46 Subject: Re: [php-objects]...
Hi friends, Can anybody clear me on what paypal is, and how we use it, the procedure to implement, and refer me some tutorials on paypal that you know. Thankin...
... From: "Sreeni" <> To: <php-objects@yahoogroups.com> Sent: Monday, January 02, 2006 8:10 PM Subject: [php-objects] paypal flow ... For more advanced...
Mark Groen
markgroen@...
Jan 3, 2006 4:58 am
2905
Ok I understand what you want now? in php we have COM() function where you have to give a com (dll) reference. Then all the methods and properties of that COM...
As I was creating a blog in blogspot.com, for choosing the blog template they had a nice scrollable window in which there were images check boxes etc, but when...
http://www.eclipse.org/birt/project/ There a PHPeclipse Plugin too , so is it possible to use the above reports tools for PHP ? ... Send instant messages to...
Well thanks man... I'll report to you guys, if I've solve the problem ... From: Sreeni To: php-objects@yahoogroups.com Sent: Monday, January 02, 2006 21:18 ...
Hello Everyone, This is my first query in this group, Been new to PHP I seem to get confused between wht Application server and Web server are. Is Apache a Web...
hi adithya, check out thsi link . http://www.javaworld.com/javaqa/2002-08/01-qa-0823-appvswebserver.html and just google ur query u get more results :-) ...
Hi...there I have a redundant database of almost 1,000,000 records. I need a query to delete all redundant records from the database but the problem is that,...
There may be a more elegant way to do this, but I would do it like so: 1. Add a column to your table called flag or something similar, with a default of null...
... first backup old (original database)!! 1. you can use phpMyAdmin and run this query: SELECT DISTINCT * FROM userLoginInfo 2. and then dump the result or...