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...
<P><BR><BR>Hi, i am brazilian, you can:<BR><BR>class iTextbox <BR>{<BR> function iTextbox() <BR> {<BR> ...
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...
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...
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...
... 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...
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...
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...
Hello, ... Have you tried mailing the authors directly? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
Hi, I mean if($username=="admin") { header("location: admin/index.php"); } elseif($username=="user"){ header("location: user/index.php"); } ... Created by...
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';) ...
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: ...
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...