Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

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 2106 - 2135 of 9232   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2106
i think you missed my reply.. search archives and you will find what you are looking for ... Hi, you can import msn contact list with the help of MSNP. stands...
Haseeb Iqbal
webjunck
Offline Send Email
Apr 1, 2005
8:35 pm
2107
Hi Friends, To Process .xls files visit http://sourceforge.net/projects/phpexcelreader . Hope this helps everyone. -- Regards Abhishek Jain Rams...
abhishek jain
ejaincom
Offline Send Email
Apr 4, 2005
1:39 pm
2108
Pardon me, if this sounds silly. But I've have to ask anyway. Is there a limit to how many objects that can be declared and executed using PHP? I seem to have...
h_tere2000
Offline Send Email
Apr 5, 2005
5:08 am
2109
If you are using 100 objects in a single web page then you are doing something seriously wrong. How many "objects" does a single web page need? Tony Marston ...
Tony Marston
tonymarston
Offline Send Email
Apr 5, 2005
9:10 am
2110
I thought using oop to code my webpage might be cool and efficient..but now i'm having doubts ... ...
jkl hjk
h_tere2000
Offline Send Email
Apr 5, 2005
1:32 pm
2111
Using OOP is only cool and efficient if you know what you're doing. You have to know the difference between "objects" and "properties". An object such as ...
Tony Marston
tonymarston
Offline Send Email
Apr 5, 2005
2:26 pm
2112
Well, yeah, but even in your example, both of those properties could be objects. Invoice date might be better expressed as an object if you need to calculate...
Derek Scruggs
derekscruggs
Offline Send Email
Apr 5, 2005
4:06 pm
2113
Within a class prototype, is there an alternative to get_class in the case where you're not actually insanticating the class? For example, in the two classes...
Derek Scruggs
derekscruggs
Offline Send Email
Apr 5, 2005
4:26 pm
2114
Hi All, I've built an application framework on top of PHP Fusebox 3 (http://www.fusebox.org). Though Fusebox is procedural, most of what I do is actually OO. I...
Derek Scruggs
derekscruggs
Offline Send Email
Apr 7, 2005
1:55 am
2115
Hi guys, I have been seding mail using php with html format. It works fine in my office IIS server, but when i upload it to the web server, it doesnt seem to...
Anuradika
anuradika80
Offline Send Email
Apr 7, 2005
12:05 pm
2116
have a try this. <?php $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=BIG5\r\n"; //$to = "yongqiang.yuan@..." . ",...
strongkill
Offline Send Email
Apr 8, 2005
1:24 am
2117
I notice you use \r as your end-of-line but I think you want \n or \r\n as in strongkill's reply. Take a look at the headers of the received email from the web...
Jeff Bennett
JBennett@...
Send Email
Apr 8, 2005
2:51 pm
2118
Hi, We are a Belgium Software Development Firm in Chennai and we are in the look for some PHP Programmers with 1-3 Years of Experience .Please send in CV's to...
insoftindia2004
Offline Send Email
Apr 9, 2005
4:08 am
2119
hi there thanks for the reply when i use the yahoo account, it works, but if i use gmail or hotmail, i m getting the html coding instread, please guide me ......
Anuradika Jaganadhan
anuradika80
Offline Send Email
Apr 9, 2005
4:37 am
2120
use this class from Richard Heyes http://www.phpguru.org/downloads/html.mime.mail/htmlMimeMail-2.5.1.tar.gz ... -- Chenri J Taman Palem Lestari B18 - 19A ...
Chenri
chenrius
Offline Send Email
Apr 9, 2005
2:20 pm
2121
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...
Send Email
Apr 10, 2005
3:08 pm
2122
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...
Send Email
Apr 10, 2005
3:08 pm
2123
hi guys, I have the following table, storin information about room availability for a hotel: *availability* (*id**, room_type*, num_rooms); //The *italics*...
Oreste Attanasio
attanasio@...
Send Email
Apr 11, 2005
8:34 am
2124
Dear all, $result=mysql_query("Select * from table"); $row=mysql_fetch_object($result); $field=$row->field; Here mysql_fetch_object is more powerfull than ...
uthaya kumar
uthayaa_p
Offline Send Email
Apr 12, 2005
3:58 am
2125
Peace! dunno if you still have this problem, but you can create a PHP/MySQL hybrid for your search engine... unless you wanna create spiders/web diggers, then...
Andrew John Young
andrewjohnyoung@...
Send Email
Apr 17, 2005
2:45 pm
2126
hi i am generation the list of employee of a compalny and i am using the mysql db. when i call the list page on browser a waring messages is generated at the...
Sunit Sinha
sunitsinha
Offline Send Email
Apr 20, 2005
10:59 am
2127
hi, Insted of this :- while ($row = mysql_fetch_array($list)) try this while ($row = mysql_fetch_array($list,MYSQL_NUM)) hope it while solve your problem.... ...
amit bansal
amit_800
Offline Send Email
Apr 20, 2005
1:57 pm
2128
Is this : while ($row = mysql_fetch_array($list)) The line generating the warning? If so, and I'm shooting blindly here, could you var_dump( $list ) just to...
dramalho@...
songopt1
Offline Send Email
Apr 21, 2005
3:34 am
2129
hi, i have done it.. but the problem is same.. please guide me.. bye Sunit ... __________________________________________________ Do You Yahoo!? Tired of spam?...
Sunit Sinha
sunitsinha
Offline Send Email
Apr 21, 2005
7:06 am
2130
just try to append @ infront of the mysql_fetch_Array() and check.... hope it will not display u the warning. The exact reason could not be traced take care ...
imran rahi
imranforphp
Offline Send Email
Apr 21, 2005
7:27 am
2131
hi , use $row=mysql_fetch_object($result); $name=$row->name; santhosam ssk blr ... hi, i have done it.. but the problem is same.. please guide me.. bye Sunit ...
sasikumar shanmugam
ssk_quanta
Offline Send Email
Apr 21, 2005
7:32 am
2132
try this $result = mysql_query("SELECT * FROM student",$db); $num_rows = mysql_num_rows($result); for($count=0;$count<$num_rows; $count++) { $row =...
jkl hjk
h_tere2000
Offline Send Email
Apr 21, 2005
2:46 pm
2133
I agreed with that , this will definitly work, Congtates ... -- Akhil Bansal [Non-text portions of this message have been removed]...
Akhil Bansal
bansalakhil3...
Offline Send Email
Apr 21, 2005
9:30 pm
2134
what is the difference b/w $row["name"] and $row->name ... -- Akhil Bansal [Non-text portions of this message have been removed]...
Akhil Bansal
bansalakhil3...
Offline Send Email
Apr 21, 2005
9:30 pm
2135
Hi, We are a Belgium Software Development Firm in Chennai and we are in the look for some Customer Relations Manager 2-3 Years of Experience . The Person...
insoftindia2004
Offline Send Email
Apr 22, 2005
9:22 am
Messages 2106 - 2135 of 9232   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