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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5651 - 5680 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5651
... 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...
caprecerevisi2005
caprecerevis...
Offline Send Email
Jun 1, 2007
2:17 pm
5652
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...
David Weeks
teacherweeks
Offline Send Email
Jun 2, 2007
12:52 am
5653
In message <000301c7a4af$b32a62c0$197f2840$@com>, David Weeks <teacherweeks@...> writes ... Sounds as though <?php is correct, but your code isn't. Have...
Pete
computergeni...
Offline Send Email
Jun 2, 2007
8:27 pm
5654
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 ...
luckyguy354
Offline Send Email
Jun 2, 2007
10:59 pm
5655
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 ...
luckyguy354
Offline Send Email
Jun 2, 2007
11:20 pm
5656
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 ...
luckyguy354
Offline Send Email
Jun 2, 2007
11:42 pm
5657
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 ...
luckyguy354
Offline Send Email
Jun 3, 2007
12:02 am
5658
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:...
luckyguy354
Offline Send Email
Jun 3, 2007
12:18 am
5659
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:...
luckyguy354
Offline Send Email
Jun 3, 2007
12:39 am
5660
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
Jun 3, 2007
10:40 am
5661
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
Jun 3, 2007
10:40 am
5662
We are just getting started on a project that involves our host Windows/Apache2.2/PHP5 server communicating with a second server using the...
hansonr312
Offline Send Email
Jun 4, 2007
9:14 pm
5663
Hello, ... Try this HTTP client class. It supports authentication as you want. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data...
Manuel Lemos
mallemos
Offline Send Email
Jun 4, 2007
10:29 pm
5664
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 ...
Bob Hanson
hansonr312
Offline Send Email
Jun 4, 2007
10:31 pm
5665
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...
Jaiprakash Kumar
jaiprakash.k...
Offline Send Email
Jun 5, 2007
4:35 am
5666
I'm trying to strip out this text :- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Using this regex :- $search = array( ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 5, 2007
8:23 am
5667
Well, Your Apache should be compiled with ssl support. and the default ssl root directory should have the php programs. Priya...
vanila2000
Offline Send Email
Jun 5, 2007
10:13 am
5668
... 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...
Bob Hanson
hansonr312
Offline Send Email
Jun 5, 2007
11:11 am
5669
There's no </DOCTYPE> in that phrase. Try '@<!DOCTYPE[^>]*?>@si' ... -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN ...
Bob Hanson
hansonr312
Offline Send Email
Jun 5, 2007
11:27 am
5670
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 ...
Farhan khalid
farhan2kf
Offline Send Email
Jun 9, 2007
2:18 pm
5671
Can you supply the code you have so far! Thanks Ken ... stored in ... like...
Ken
olets3
Offline Send Email
Jun 9, 2007
2:41 pm
5672
In message <eeadcf600706090718j61c913f4qeec40af7f4e0c4f3@...> , Farhan khalid <farhan2kf@...> writes ... In the PHP manual, there is an...
Pete
computergeni...
Offline Send Email
Jun 10, 2007
4:45 pm
5673
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...
teacherweeks
Offline Send Email
Jun 11, 2007
8:45 pm
5674
... 99%: Your query, has an SQL error... try: $result = mysql_query(...) or die(mysql_error()); while($row = mysql_fetch_array($result)){ // Increment the...
José Miguel Santib...
jms1609
Offline Send Email
Jun 11, 2007
9:00 pm
5675
In message <1997.201.246.38.137.1181595064.squirrel@...>, =?iso-8859-1?Q?Jos=E9_Miguel_Santib=E1=F1ez_A. ?= <jms@...> writes ... I would...
Pete
computergeni...
Offline Send Email
Jun 11, 2007
9:30 pm
5676
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:...
Tech @ LDS
tech@...
Send Email
Jun 11, 2007
9:41 pm
5677
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...
David Weeks
teacherweeks
Offline Send Email
Jun 11, 2007
10:04 pm
5678
In message <001801c7ac74$33fed130$9bfc7390$@com>, David Weeks <teacherweeks@...> writes ... Easier - no More of a learning experience - yes. The problem...
Pete
computergeni...
Offline Send Email
Jun 11, 2007
10:54 pm
5679
Better you make it like this : while($row = mysql_fetch_array($result)){ extract($row); // Increment the total cost of all items $totalCost += ($qty *...
dea andrea
yayang_dea
Offline Send Email
Jun 12, 2007
6:47 am
5680
Hi, U can try this with numeric index in place of string index. eg. $totalCost += ($row[0] * $row[1]); ... I ... error...
shweta_ameriteck
shweta_ameri...
Offline Send Email
Jun 12, 2007
9:04 am
Messages 5651 - 5680 of 9227   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