Re[2]: [PHP-WIN] php question

2001-10-11 Thread Chen Wei, Lian
Hi Brian, u must use header() function before you output any contents to client browser, and terminate ur script immediately after using it. -- regards, chen wei (http://www.cw213.net) === Solutions Developer of Earth9.com === F

Re: [PHP-WIN] php question

2001-10-11 Thread Brian Feliciano
okay, this is what i want to do. i have a login.php that asks the user to login. and then if the login was successful the user will "redirected" to my main.php. and also if the user is already logged and went to my index.php, he will be redirected immediately to main.php i tried to do header("Loc

Re: [PHP-WIN] php question

2001-10-11 Thread Brian Feliciano
can i redirect using include/requre?? i think this like the serverside include for php... > Hi, > > You can use Include or required instead !! > > Dan > > -Original Message- > From: Brian Feliciano [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 12, 2001 8:39 AM > To: Ignatius Teo; [E

Re: [PHP-WIN] php question

2001-10-11 Thread Brian Feliciano
thanks Ig! is there a better way than this? What i am doing is a login page. if the login is a success, then i will redirect it to the inside pages. thanx! > header("location: http://mydomain.com/index.php";); > > > - Original Message - > From: "Brian Feliciano" <[EMAIL PROTECTED]> > To:

Re: [PHP-WIN] php question

2001-10-11 Thread Chen Wei, Lian
Hi Brian, response.redirect actually just works like meta refresh, u can do it the same using header() in php. -- regards, chen wei (http://www.cw213.net) === Solutions Developer of Earth9.com === Friday, October 12, 2001, 2:30:

[PHP-WIN] php question

2001-10-11 Thread Brian Feliciano
ive been using ASP and now i'dlike to try PHP. But i cant seem find the counterpart of response.redirect to the PHP language. Pls. help. thanks. -- B R I A NF E L I C I A N O == Server Administrator The Websense Group Co. - Unit 103

php-windows Digest 12 Oct 2001 02:50:17 -0000 Issue 800

2001-10-11 Thread php-windows-digest-help
php-windows Digest 12 Oct 2001 02:50:17 - Issue 800 Topics (messages 9804 through 9812): session open failed 9804 by: Web user Large File Uploads 9805 by: Josh Tegart Re: Help with Php4.06 installation 9806 by: Mihail Bota emailing a submission to a web based news

[PHP-WIN] php

2001-10-11 Thread ChaoticWorks
For some reason whenever I do a multiple drop down box in php and click submit, the page it transfers too says that there were undefined index's. Which does not make sense because it worked for one of my friends and its an example right our of "Beginning PHP4." Thanks   -Sean- listbox.ZIP D

[PHP-WIN] unable to load fonts

2001-10-11 Thread mates
hi, i have the following script: i copied the verdana.ttf into the same directory where the script file is. it doesn't work. any idea what might wrong? libor -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-WIN] Re: session open failed and header() don't redirect

2001-10-11 Thread Robert W. Biddle
I had the same problem with my website earlier my problem was I didn't have permission for the IIS/Guest user to write to my session directory. That gave me the same error you got, so you might wanna check it out. -Rob [EMAIL PROTECTED] "Web User" <[EMAIL PROTECTED]> wrote in message 002601c

[PHP-WIN] unique sessions

2001-10-11 Thread CJD
When using sessions, is each session_id unique? Is there a way of making sure they are? CJD -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-WIN] gif support trouble

2001-10-11 Thread mates
hi, i'm getting the following error message: ImageGif: No GIF support in this PHP build in if i use imagepng...it works fine and the image shows correctly the gd_dll is loaded at start up. any idea? i'm also having trouble loading fonts with the imagettftext function. i copied the file ve

[PHP-WIN] emailing a submission to a web based news service

2001-10-11 Thread Nick Allen
do you know if it's possible to email a new thread to a web based news server. assuming the news server was an nntp one, I think it's within PHP's capabilities to retrieve an email say every half and hour via POP3 and then post it to the News server using IMAP. If so how could we schedule this?

Re: [PHP-WIN] Help with Php4.06 installation

2001-10-11 Thread Mihail Bota
Yeah, I solved the problem. It was a simple thing, I did not have the correct path. Steve--yes, "ppp" is the name of the server, since I am using a ppp connection. Thanks to all who tried to help me! Mihai On Wed, 10 Oct 2001, Steve Yates wrote: > MB> Error:"The specified CGI application misbeha

[PHP-WIN] Large File Uploads

2001-10-11 Thread Josh Tegart
Do we really have to wait 2 versions for large file uploads (> 20 megs) to work? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] session open failed

2001-10-11 Thread Web user
Hi, There are problems with session, Please give me some advice. Thank you! Mike System: PHP4.06 + Apache 1.3.20 Win32 + Win98 (the session configurations are default in php.ini) when the 1.php is running, the IE shows 2 errors as below: Warning: open(/tmp\sess_5176646ce5a800db9101970b80d507f6

php-windows Digest 11 Oct 2001 14:02:54 -0000 Issue 799

2001-10-11 Thread php-windows-digest-help
php-windows Digest 11 Oct 2001 14:02:54 - Issue 799 Topics (messages 9793 through 9803): Re: Data from local PC MySQL (or MSAccess) to remote UN IX ISP MySQL 9793 by: Corn Vollney-R7019C Re: windows compile - tsrm.lib error 9794 by: Simon Benjamin Re: Exec() again

Re: [PHP-WIN] php_mcrypt.dll

2001-10-11 Thread Brian Gleason
As before, this gets me one step closer to creating the php_mcrypt.dll. BUT now I am not able to locate a "libmcrypt.c" file in order to create the .lib file... Anyone have these files. php_mcrypt.dll libmcrypt.lib libmcrypt.c Someone, somewhere has to have them TIA Brian "Squirre1" Gle