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...
1326
:: Wils ::
gomesneto
Jan 5, 2004 3:52 am
<P><BR><BR>Hi, i am brazilian, you can:<BR><BR>class iTextbox <BR>{<BR> function iTextbox() <BR> {<BR> ...
1327
plumber
almisr
Jan 5, 2004 1:02 pm
1328
php-objects@yahoogrou...
Jan 5, 2004 4:15 pm
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...
1329
php-objects@yahoogrou...
Jan 5, 2004 4:15 pm
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...
1330
timnields
Jan 7, 2004 7:34 pm
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...
1331
timnields
Jan 9, 2004 3:21 pm
1332
Nezar Nielsen
fez_dk
Jan 9, 2004 5:15 pm
... 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...
1333
Imran Zamir
ali_imranzamir
Jan 17, 2004 10:24 am
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...
1334
majesticmusicproducts
majesticmusi...
Jan 21, 2004 4:21 pm
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...
1335
Manuel Lemos
mallemos
Jan 21, 2004 4:25 pm
Hello, ... Have you tried mailing the authors directly? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/...
1336
Imran Zamir
ali_imranzamir
Jan 26, 2004 8:54 am
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...
1337
Kalkoo
luis_karnak
Jan 26, 2004 5:00 pm
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...
1338
Manuel Lemos
mallemos
Jan 26, 2004 5:37 pm
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...
1339
php-objects@yahoogrou...
Feb 3, 2004 12:26 pm
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...
1340
php-objects@yahoogrou...
Feb 3, 2004 12:26 pm
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...
1341
php-objects@yahoogrou...
Feb 15, 2004 8:04 pm
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...
1342
php-objects@yahoogrou...
Feb 15, 2004 8:04 pm
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...
1343
php-objects@yahoogrou...
Feb 29, 2004 10:16 pm
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...
1344
php-objects@yahoogrou...
Feb 29, 2004 10:16 pm
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...
1345
mgobi2003
Mar 2, 2004 2:04 am
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...
1346
Jason Barnett
juzamjedi
Mar 2, 2004 4:50 am
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...
1347
mohammed farooq
farooqsam_786
Mar 2, 2004 4:50 am
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...
1348
Jerry Gottesman
jerry95w
Mar 2, 2004 2:33 pm
Also try http://www.dtheatre.com/scripts/formmail.php...
1349
David Rider
davidrider
Mar 6, 2004 3:57 am
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 ...
1350
Juma Lungo
jlungo
Mar 6, 2004 7:13 am
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...
1351
Tulga.G
fbi609
Mar 6, 2004 7:23 am
Hi, I mean if($username=="admin") { header("location: admin/index.php"); } elseif($username=="user"){ header("location: user/index.php"); } ... Created by...
1352
Richard Whitney
ruusvuu
Mar 6, 2004 7:25 am
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.php39;;) ...
1353
Juma Lungo
jlungo
Mar 6, 2004 7:36 am
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: ...
1354
Tulga.G
fbi609
Mar 6, 2004 7:43 am
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...