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...
Show off your group to the world. Share a photo of your group with us.

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 2513 - 2542 of 9232   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2513
Hi, An Article About PHP. Please read it. *A fresh security flaw has surfaced in widespread Web service protocol PHP which could allow attackers to take...
Tamil Selvan
thik18
Offline Send Email
Sep 1, 2005
10:46 am
2514
Hi friends someone knows as to do a joined list in php? ... [Non-text portions of this message have been removed]...
devilmouse_facundo
devilmouse_f...
Offline Send Email
Sep 1, 2005
8:08 pm
2515
I think i speak for most members when I say, I have no clue what your question is....
Brian Cummiskey
delvtecsol
Offline Send Email
Sep 1, 2005
8:13 pm
2516
I'm trying to do build an AJAX application using javascript and PHP. I want to create XML in the client browser using JS and send it to to the server using...
Paul Bruesch
p_bruesch
Offline Send Email
Sep 1, 2005
11:31 pm
2517
Hi friends > someone knows as to do a LinkedList in php? __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes,...
devilmouse_facundo
devilmouse_f...
Offline Send Email
Sep 2, 2005
1:40 am
2518
... From: "devilmouse_facundo" <devilmouse_facundo@...> To: <php-objects@yahoogroups.com> Sent: Thursday, September 01, 2005 6:40 PM Subject:...
Mark Groen
markgroen@...
Send Email
Sep 2, 2005
2:23 am
2519
Hai..All. I had install and configuration Fckeditor in My Computer. I use Mandrake 9.2 with apache web server, php programming, and mysql. But not succesful,...
Zakaria .
zakariaweb
Offline Send Email
Sep 2, 2005
7:05 am
2520
Hi It would be better if you use TinyMCE its free, built on php and very easy to integarte... if you are using TinyMCE let me know... i have implemented and i...
Vandan C. Desai
vandan88
Offline Send Email
Sep 2, 2005
5:11 pm
2521
FCKEditor is an editor for the web, you can use it with php or javascript as it is described in the included demos and in their web page. If you still have...
Ezequiel Gonzalez Rial
gonrial
Offline Send Email
Sep 2, 2005
8:15 pm
2522
I concur. :) ... -- ~~ Scott Orange County PHP Users Group (with a smile) http://www.ocphp.com/ [Non-text portions of this message have been removed]...
Scott Johnson
the_mopboy
Offline Send Email
Sep 2, 2005
10:15 pm
2523
Probably he's talking about linked lists ... If so an approach in php would be the OO one: class List { var previous; var next; var contents; function List (...
Oreste Attanasio
attanasio@...
Send Email
Sep 3, 2005
8:05 am
2524
hi, you can find classes to do a linked list on PHP Classes (http://www.phpclasses.org). bye, Paolo...
Paolo Iannotta
ianny79
Offline Send Email
Sep 3, 2005
9:26 pm
2525
... PHP is different than C, when you do: $this->previous = $p you get 2 differents objects. The original is $p and the new one on $this->previous. If you...
José Miguel Santib...
jms1609
Offline Send Email
Sep 4, 2005
1:27 am
2526
dear all, i'm newbie in php and mysql database. i would like to ask about error description in mysql database. for example : 1026 means duplicate entry anyone...
taujago
Offline Send Email
Sep 5, 2005
5:31 pm
2527
Hello, I am new to this group. I am wondering if anyone knows how to make a search box and code it using PHP to search one folder (not the entire site) for...
Warren
warreng_online
Online Now Send Email
Sep 5, 2005
5:31 pm
2528
Heyo, I'm new to the group but have a few php snippets I've come to rely upon the recycling of... I build my querystring as $qs and then run it so: $yep =...
Michael Slavin
dewebbster
Offline Send Email
Sep 6, 2005
3:10 am
2529
How about <? header("Location: http://".$HTTP_SERVER_VARS['HTTP_HOST'] .dirname($HTTP_SERVER_VARS['PHP_SELF']) ._POST['a'] . ".html" ); ?> <html> <form action...
Michael Slavin
dewebbster
Offline Send Email
Sep 6, 2005
3:10 am
2530
oops, sorry about that... I should know better than to commit code while kids and wife await.... That first line *really* needs a conditional if wrapping it,...
Michael Slavin
dewebbster
Offline Send Email
Sep 6, 2005
3:36 am
2531
hi I want to send email by php but i want to use an smtp server like gmail I have pop3 account at this and my host dosent have smtp server. and I want to use...
happen_se
Offline Send Email
Sep 6, 2005
2:04 pm
2532
php uses sendmail (by default) not smtp ... [Non-text portions of this message have been removed]...
Patrick McGuire
chamberxlabs
Offline Send Email
Sep 6, 2005
2:43 pm
2533
/me slaps my hand for pressing send too quick... to use an external smtp server you will have to reconfigure php... ut i'm guessing since you said "your host"...
Patrick McGuire
chamberxlabs
Offline Send Email
Sep 6, 2005
2:46 pm
2534
You can download the MysQL reference Manual from here. http://dev.mysql.com/doc/ ... &#1588;&#1603;&#1610;&#1576; &#1575;&#1604;&#1604;&#1607;...
Shakeeb Ullah
sha_sher
Offline Send Email
Sep 6, 2005
6:56 pm
2535
Thanks! :) ... [Non-text portions of this message have been removed]...
Michael Slavin
dewebbster
Offline Send Email
Sep 6, 2005
7:42 pm
2536
Hello, ... If you are not using Windows, you can't use the mail() function. Under Linux/Unix, you can use try this class that comes with a wrapper named...
mallemos
Offline Send Email
Sep 6, 2005
9:28 pm
2537
See phpmailer... http://www.programacion.com/php/articulo/phpmailer/ Atte. Esteban Aguila Informatica M.A.S. www.mas.cl _____ De: php-objects@yahoogroups.com...
Esteban Aguila
eaguilac
Offline Send Email
Sep 7, 2005
2:45 am
2538
Hi all, Not quite a question about objects, so sorry if off-topic, but I'm hoping one of you has come across this before... A fellow developer found an obscure...
Brian Hickey
slickhickus001
Offline Send Email
Sep 8, 2005
2:17 pm
2539
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
Sep 11, 2005
2:38 pm
2540
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
Sep 11, 2005
2:38 pm
2541
Hello, I have a system running php 4.3.1 in RedHat EL 3. PHP is not yet configured to run GD. But I have to add a new site with GD support. GD must the 2.0 or...
Bimal Pouldel
bimal_kcmit
Offline Send Email
Sep 13, 2005
5:40 am
2542
Hello, I have a system running php 4.3.1 in RedHat EL 3. PHP is not yet configured to run GD. But I have to add a new site with GD support. GD must the 2.0 or...
Bimal Pouldel
bimal_kcmit
Offline Send Email
Sep 13, 2005
5:40 am
Messages 2513 - 2542 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