Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

php-objects · Discussions about Object Oriented Programming in PHP

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 5651 - 5680 of 10490   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5651 caprecerevisi2005
caprecerevis... Send Email
Jun 1, 2007
2:17 pm
... account. i use smtp mail and was using pear email.but then i figure out that the problem is not here in my program but the problem is on the recieving...
5652 David Weeks
teacherweeks Send Email
Jun 2, 2007
12:52 am
First off, thanks for your responses to my plea for help, I do have a secondary questions, I am now getting parse errors, that I am figuring are being returned...
5653 Pete
computergeni... Send Email
Jun 2, 2007
8:27 pm
In message <000301c7a4af$b32a62c0$197f2840$@com>, David Weeks <teacherweeks@...> writes ... Sounds as though <?php is correct, but your code isn't. Have...
5654 luckyguy354 Send Email Jun 2, 2007
10:59 pm
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
5655 luckyguy354 Send Email Jun 2, 2007
11:20 pm
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
5656 luckyguy354 Send Email Jun 2, 2007
11:42 pm
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
5657 luckyguy354 Send Email Jun 3, 2007
12:02 am
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
5658 luckyguy354 Send Email Jun 3, 2007
12:18 am
I'm very sorry for repeated send email. Looks like this is the problem on my ISP email server :(. LuckyGuy354 IT Beginner http://www.wiwid.org ... From:...
5659 luckyguy354 Send Email Jun 3, 2007
12:39 am
I'm very sorry for repeated send email. Looks like this is the problem on my ISP email server :(. LuckyGuy354 IT Beginner http://www.wiwid.org ... From:...
5660 php-objects@yahoogrou... Send Email Jun 3, 2007
10:40 am
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...
5661 php-objects@yahoogrou... Send Email Jun 3, 2007
10:40 am
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...
5662 hansonr312 Send Email Jun 4, 2007
9:14 pm
We are just getting started on a project that involves our host Windows/Apache2.2/PHP5 server communicating with a second server using the...
5663 Manuel Lemos
mallemos Send Email
Jun 4, 2007
10:29 pm
Hello, ... Try this HTTP client class. It supports authentication as you want. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data...
5664 Bob Hanson
hansonr312 Send Email
Jun 4, 2007
10:31 pm
Thank you -- we found a tailor-made package, php-delicious, by Ed Eliot, that is fantastic and perfect for our needs. Bob Hanson ... -- Robert M. Hanson ...
5665 Jaiprakash Kumar
jaiprakash.k... Send Email
Jun 5, 2007
4:35 am
i'm using php/mysql and want to open the attached doc file in the same window. any one can help how can i code it ? thanks...
5666 Atkinson, Robert
ratkinsonuk Send Email
Jun 5, 2007
8:23 am
I'm trying to strip out this text :- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Using this regex :- $search = array( ...
5667 vanila2000 Send Email Jun 5, 2007
10:13 am
Well, Your Apache should be compiled with ssl support. and the default ssl root directory should have the php programs. Priya...
5668 Bob Hanson
hansonr312 Send Email
Jun 5, 2007
11:11 am
... Thanks, we're all set. -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN http://www.stolaf.edu/people/hansonr If nature does not...
5669 Bob Hanson
hansonr312 Send Email
Jun 5, 2007
11:27 am
There's no </DOCTYPE> in that phrase. Try '@<!DOCTYPE[^>]*?>@si' ... -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN ...
5670 Farhan khalid
farhan2kf Send Email
Jun 9, 2007
2:18 pm
Hi, I need to get accurate age of user with month from date of birth stored in mysql date is stored in mysql like this 1983-05-05 and i need to show age like ...
5671 Ken
olets3 Send Email
Jun 9, 2007
2:41 pm
Can you supply the code you have so far! Thanks Ken ... stored in ... like...
5672 Pete
computergeni... Send Email
Jun 10, 2007
4:45 pm
In message <eeadcf600706090718j61c913f4qeec40af7f4e0c4f3@...> , Farhan khalid <farhan2kf@...> writes ... In the PHP manual, there is an...
5673 teacherweeks Send Email Jun 11, 2007
8:45 pm
I am getting an error on a line of code that I don't understand and I am hoping that someone can explain it to me. I will include the error and line of code...
5674 José Miguel Santib...
jms1609 Send Email
Jun 11, 2007
9:00 pm
... 99%: Your query, has an SQL error... try: $result = mysql_query(...) or die(mysql_error()); while($row = mysql_fetch_array($result)){ // Increment the...
5675 Pete
computergeni... Send Email
Jun 11, 2007
9:30 pm
In message <1997.201.246.38.137.1181595064.squirrel@...>, =?iso-8859-1?Q?Jos=E9_Miguel_Santib=E1=F1ez_A. ?= <jms@...> writes ... I would...
5676 Tech @ LDS
tech@... Send Email
Jun 11, 2007
9:41 pm
The code you have here isn't really enough to see what the problem is. The error you point to is a problem with the $result variable, not what follows. From:...
5677 David Weeks
teacherweeks Send Email
Jun 11, 2007
10:04 pm
I am wondering if it would easier/more of a learning experience if I ditched the canned code page I am using and started over writing my own shopping cart...
5678 Pete
computergeni... Send Email
Jun 11, 2007
10:54 pm
In message <001801c7ac74$33fed130$9bfc7390$@com>, David Weeks <teacherweeks@...> writes ... Easier - no More of a learning experience - yes. The problem...
5679 dea andrea
yayang_dea Send Email
Jun 12, 2007
6:47 am
Better you make it like this : while($row = mysql_fetch_array($result)){ extract($row); // Increment the total cost of all items $totalCost += ($qty *...
5680 shweta_ameriteck
shweta_ameri... Send Email
Jun 12, 2007
9:04 am
Hi, U can try this with numeric index in place of string index. eg. $totalCost += ($row[0] * $row[1]); ... I ... error...
Messages 5651 - 5680 of 10490   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