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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1339 - 1368 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1355
i am using a session in this page. but thanks i can see now i am very close to solve the problem Lungo "Tulga.G" <tulga@...> wrote: Do u use any header...
Juma Lungo
jlungo
Offline Send Email
Mar 6, 2004
8:03 am
1356
Lungo, You also need to make sure that no page (html) information is placed in the buffer prior to the header location function. I have found little things ...
Bob Burns
bnburns
Offline Send Email
Mar 6, 2004
2:21 pm
1357
Problems with 'Header Information already sent'? Solution...Don't use Location: etc, etc For example, instead of: if($username=="admin") { header("location:...
John Shanyinde
solavar
Offline Send Email
Mar 6, 2004
9:37 pm
1358
Actually, that's not what the "Header Information already sent" comes from. It comes from the script already sending output to thet browser before the header...
otkcotsd
Offline Send Email
Mar 6, 2004
11:19 pm
1359
... send your header as header don't write something before BABA...
plumber
almisr
Offline Send Email
Mar 7, 2004
10:49 am
1360
yea, not even a hard return ... From: plumber To: php-objects@yahoogroups.com Sent: Sunday, March 07, 2004 5:48 AM Subject: Re: [php-objects] Redirecting users...
Angel S. Moreno
malehispanic...
Online Now Send Email
Mar 7, 2004
5:53 pm
1361
You're right with your method. But if programmer using debuging like in adodb, the debug message cannot display correctly. fn http://www.rindudendam.com...
Fadjar Nurswanto
fajr_n
Offline Send Email
Mar 8, 2004
1:45 am
1362
Hi, Why don't you try echoing some javascript that sets the location.href to the desired page? For instance: <?php $redirectURL =...
johnheinstein
Offline Send Email
Mar 8, 2004
5:43 am
1363
Hi Lungo, Does your user table in your database have a "type" field?? That would be the easiest way... E.G: USER TABLE: User_name User_login User_password ...
Vivie
vivster81@...
Send Email
Mar 8, 2004
7:35 am
1364
... And you can also use headers_sent() to write a function to do either one based on whether the headers have been sent already. function...
Derek Scruggs
derekscruggs
Offline Send Email
Mar 8, 2004
6:19 pm
1365
Nice, Derek. I didn't know that trick. -j ... http://www.meta-language.net/...
Jeff Bennett
JBennett@...
Send Email
Mar 8, 2004
6:39 pm
1366
Hi All, I would like to use CORBA via PHP, unfortunately I am not able to find examples significant. I do not find either the documentation necessary to do...
dragogold
Offline Send Email
Mar 12, 2004
2:28 pm
1367
Has any one has any solution to this problem. I want to upload multiple files with a single file input field. Earlier for multiple uploads I had set an arry of...
Krishna Iyer
oscontract
Offline Send Email
Mar 13, 2004
6:52 am
1368
... you can't make a select multiple it's impossible you could to do this with java and an applet...
plumber
almisr
Offline Send Email
Mar 13, 2004
9:39 am
Messages 1339 - 1368 of 9235   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