Re: [PHP] easy one

2001-05-15 Thread Adaran (Marc E. Brinkmann)
Hi Romulo, Romulo> Hello! Romulo> How do I check if a session exist before I call session_start()? check if the Cookie PHPSESSID has been set! --- EnjoY, Adaran ([EMAIL PROTECTED]) check http://www.adaran.net -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] Needing help hear

2001-05-15 Thread Adaran (Marc E. Brinkmann)
Hi Richard, Richard> I am trying to pull all the e-mail out of the database and put them Richard> in a format like this [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] Richard> this is what I have now but I don't seam to be going in the right Richard> direction. Could somebody give me

Re: [PHP] Books!

2001-05-12 Thread Adaran (Marc E. Brinkmann)
Hi FredrikAT, FredrikAT> Can anyone recommend a php(/mysql) book? Well, I don't know what language you do expect. I have read 3 Books in German, the best of them was "Internet intern: PHP 4 + MySQL" by Rolf D. Stoll & Gudrun Anna Leier. It's from Data Becker, and It is a really good book for beg

Re[2]: [PHP] weird problems with file uploads

2001-05-11 Thread Adaran (Marc E. Brinkmann)
Hi Mpeglitis, >> I'm trying to implement a file upload on a website so people can send us >> files of their work and I'm having a fantastic success with text files. >> The problem comes when I try to upload binary files such as zip or mp3, >> when I get the typical file attack error mesage from t

Re[2]: [PHP] PHP Editor

2001-05-11 Thread Adaran (Marc E. Brinkmann)
Hi Grishick, Grishick> Nothing is better then HomeSite Agreed ;-) --- EnjoY, Adaran ([EMAIL PROTECTED]) check http://www.adaran.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re[2]: [PHP] Newbie redirect/variable question

2001-05-10 Thread Adaran (Marc E. Brinkmann)
Hi Steve, Thursday, May 10, 2001, 1:39:36 PM, you wrote: Steve> Ok - thanks - my new redirect.php is Steve> if ($fred != "") { Steve> # $statement = "UPDATE links SET hits=hits+1 WHERE href=\"$u\""; Steve> # mysql_query($statement); Steve> Header("Location: $fred"); Steve> exit;

Re[2]: [PHP] Newbie redirect/variable question

2001-05-10 Thread Adaran (Marc E. Brinkmann)
Hi Steve, Thursday, May 10, 2001, 1:39:36 PM, you wrote: Steve> Ok - thanks - my new redirect.php is Steve> if ($fred != "") { Steve> # $statement = "UPDATE links SET hits=hits+1 WHERE href=\"$u\""; Steve> # mysql_query($statement); Steve> Header("Location: $fred"); Steve> exit;

Re: [PHP] Netscape shows only one result of a MySQL-question

2001-05-10 Thread Adaran (Marc E. Brinkmann)
Hi Lilly, Lilly> Hi, Lilly> Our new MySQL-databasesystem (just one table) runs very well with PHP4 - when accessed with MS Internet Explorer. Lilly> I just tested it with Navigator 4.7 and found that it always shows only ONE dataset! It tells correctly the number of found sets and will show ot

Re[2]: [PHP] PC MAG article

2001-05-10 Thread Adaran (Marc E. Brinkmann)
Hi all, Mark> seeing as how zdnet is owned by microsoft, you can decide how much Mark> credibility you can give their articles. Well, remember the article where they say, that the Microsoft web server solutions are a zillion times faster than Apache ? =) Well, is PHP the only scripting language

Re[2]: [PHP] thanks Hrishi AND ANOTHER QUESTION ?

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Jorge> HI MARC Jorge> I have installed Apache on windows 98, php4 already this installed, the Jorge> navigator that I use is netscape 6.0 Jorge> IT DOESN'T LOAD THE NAVIGATOR UP WITH APACHE. Well, I do have that problems, too. I'm using exactly the same programs, and if I have Apache Running,

Re[2]: [PHP] Variables in variable names

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi seriousj, Wednesday, May 09, 2001, 1:19:55 PM, you wrote: seriousj> The info is stored in the variables intitally by information entered by a seriousj> user on a webpage, can you have the browser store the info in an array and seriousj> have it passed by a form "post" command? Try ... o

Re: [PHP] thanks Hrishi AND ANOTHER QUESTION ?

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi Jorge Amaya, Wednesday, May 09, 2001, 11:39:36 AM, you wrote: Jorge> THANK YOU FOR YOUR CONCEPTS, HELPED ME ENOUGH, YOU ARE VERY KIND, I HAVE Jorge> A QUESTION MORE, APACHE IT| ALREADY WORKS ME, IT LOADS ME PHP4, BUT THE Jorge> NAVIGATOR DOESN'T BEGIN.. Jorge> IT DOESN'T LOAD THE NAVIGAT

Re: [PHP] multiple domain handling with php

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi Scott Mebberson, Wednesday, May 09, 2001, 7:43:16 AM, you wrote: Scott> Does anybody have any scripts or tips on hosting multiple domains on the one Scott> account ie. if the domain being requested is this, go here in my account if Scott> not go here in my account? Well, I hope I understood

Re: [PHP] quick question: frames OT

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi Romulo Roberto Pereira, Wednesday, May 09, 2001, 7:11:38 AM, you wrote: Romulo> Hello! Romulo> Just a quick ot question: Romulo> From a php script I open a frameset this divides the browser window in two Romulo> rows. How do I do to get rid of the frameset without closing the window? try a li