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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1325 - 1354 of 9234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1325
Yeah, I've tried phpserv and Pat Server. Both are good. Pat Server is prolly a little more mature. Another one that a lot of people are using is Nanoweb. It's...
IP BG
iyanpac
Offline Send Email
Jan 2, 2004
4:53 am
1326
<P><BR><BR>Hi, i am brazilian, you can:<BR><BR>class iTextbox <BR>{<BR>&nbsp;&nbsp; function iTextbox() <BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...
:: Wils ::
gomesneto
Offline Send Email
Jan 5, 2004
3:52 am
1327 plumber
almisr
Offline Send Email
Jan 5, 2004
1:02 pm
1328
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
Jan 5, 2004
4:15 pm
1329
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
Jan 5, 2004
4:15 pm
1330
Hi, Not sure if this has been addressed here or not, but will object libraries like Smarty, ADODB, and those offered in PEAR run in PHP5? Thanks, Tim...
timnields
Offline Send Email
Jan 7, 2004
7:34 pm
1331 timnields
Offline Send Email
Jan 9, 2004
3:21 pm
1332
... Of course they will. Right now, there may be minor problems, but by the time php5 is released, i'm sure that most of them will be eliminated. The problem...
Nezar Nielsen
fez_dk
Online Now Send Email
Jan 9, 2004
5:15 pm
1333
Dear Group Members, Hopefully fine. I'm making a library software in PHP. I'm on Windows 2000 advanced server platform. I want to ask that if any person...
Imran Zamir
ali_imranzamir
Offline Send Email
Jan 17, 2004
10:24 am
1334
Hello, I have mysql_xml-2002-10-03 which I downloaded from www.phpclasses.org. It does not work. In what way? Well.. Who knows..but PHP won't execute like...
majesticmusicproducts
majesticmusi...
Offline Send Email
Jan 21, 2004
4:21 pm
1335
Hello, ... Have you tried mailing the authors directly? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/...
Manuel Lemos
mallemos
Offline Send Email
Jan 21, 2004
4:25 pm
1336
Hi All Group Members, I'm using Windows2000 advance server, php 4 and using cable net through ISA server when I try to send email via php script it returned...
Imran Zamir
ali_imranzamir
Offline Send Email
Jan 26, 2004
8:54 am
1337
Hi IZ, I was having the same issue, so I finally tried Argosoft mail server (freeware), and now I'm sending and receiving e-mails from/to my php pages, through...
Kalkoo
luis_karnak
Offline Send Email
Jan 26, 2004
5:00 pm
1338
Hello, ... That sounds like a bug in the mail() function that is not sending the right SMTP commands. Are you sure you do not need to authenticate to relay the...
Manuel Lemos
mallemos
Offline Send Email
Jan 26, 2004
5:37 pm
1339
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
Feb 3, 2004
12:26 pm
1340
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
Feb 3, 2004
12:26 pm
1341
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
Feb 15, 2004
8:04 pm
1342
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
Feb 15, 2004
8:04 pm
1343
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
Feb 29, 2004
10:16 pm
1344
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
Feb 29, 2004
10:16 pm
1345
HI all, I am very new to PHP programming. I would like to create page which will accept informations from the users and send it to my ID. I have tried it by...
mgobi2003
Offline Send Email
Mar 2, 2004
2:04 am
1346
What will you want to do with the user information? If you are looking for a simple front end for your website that can manage content, you might try...
Jason Barnett
juzamjedi
Offline Send Email
Mar 2, 2004
4:50 am
1347
mgobi2003 <gobinathm@...> wrote: HI all, I am very new to PHP programming. I would like to create page which will accept informations from the users...
mohammed farooq
farooqsam_786
Offline Send Email
Mar 2, 2004
4:50 am
1348
Also try http://www.dtheatre.com/scripts/formmail.php...
Jerry Gottesman
jerry95w
Offline Send Email
Mar 2, 2004
2:33 pm
1349
Are you trying to send the information to your email address? If so, I found a program called phpmailer that will do that for you. It's implemented as a php ...
David Rider
davidrider
Offline Send Email
Mar 6, 2004
3:57 am
1350
Hi my PhP database driven website is using a login form as a measure of redirecting users and administrators. The login is working perfectly but the problem is...
Juma Lungo
jlungo
Offline Send Email
Mar 6, 2004
7:13 am
1351
Hi, I mean if($username=="admin") { header("location: admin/index.php"); } elseif($username=="user"){ header("location: user/index.php"); } ... Created by...
Tulga.G
fbi609
Offline Send Email
Mar 6, 2004
7:23 am
1352
You might want to share your code, but try this: after your user logs in successfully and before they are currently redirected: header('Location:admin.php';) ...
Richard Whitney
ruusvuu
Online Now Send Email
Mar 6, 2004
7:25 am
1353
Thanks Tulga, but this is not working. It gives an error that header already sent. where should i put these codes? Lungo "Tulga.G" <tulga@...> wrote: ...
Juma Lungo
jlungo
Offline Send Email
Mar 6, 2004
7:36 am
1354
Do u use any header function before this header function? or session? ... Created by Tulga.G Powered by Netsoft Co.,Ltd Copyright 2003-2004. All rights...
Tulga.G
fbi609
Offline Send Email
Mar 6, 2004
7:43 am
Messages 1325 - 1354 of 9234   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