[PHP] mail() question

2001-03-20 Thread Wade DeWerff

is there a way to do this in a mail() ? I need to add the $Phone and $Email variables 
too the $message, but I need to format it so that it is on a new line in the 
emailI tried using  and /n, but it formats as text not code function. 


$message = $Info ."". $Phone ."". $Email;





Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Wade DeWerff

its much more than that however, I have Linux, 98, win2k and NT server on my
box..which has 2 physical hard drives and  5-6 partitions. However I
strongly suggest you read up on this subject of multi-boot. You have to take
into consideration that most operating systems require up to the first 4-8
mg of the hard drive and the boot files for NT OS's require to be on the
first physical hard drive at the first 2mg. Keep in mind also that LILO, the
Linux booting file cannot exist on same partition with any NT OS's. It
appears you only have 95 at this time so it wont be quite as complicated at
this time. You will have to get a boot manager that will handle partitioning
different partition types-NTFS, FAT16, FAT32, LINUX. One that will partition
these without messing up the others that you have already.



-Original Message-
From: Jack Dempsey <[EMAIL PROTECTED]>
To: Manisha <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, April 24, 2001 8:43 PM
Subject: Re: [PHP] Can I install Lihnux on My Windows 95 machine ?


>Yes, that's the idea behind having multiple drives ( or partitions ).
>If you format F and load Linux on it, then that won't affect any other
>partition...
>
>-jack
>
>Manisha wrote:
>>
>> Hi all,
>>
>> I am having my own personal computer running on windows 95. I have C / D
/
>> E / F / G drives with FAT 32 file system with lot of information on it. I
>> can format one drive out of these.
>>
>> Can I install Linux on it  ? (i.e. format F:\ and load Linux). Later on I
>> want to load Apache also on it.
>>
>> Is it feasible ? Any information about this on web ? If I format one
drive
>> and load Linux whether other drive info will get affected ?
>>
>> manisha
>>
>> --
>> PHP General 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 General 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 General 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] not working

2001-03-21 Thread Wade DeWerff

this is opening home.php instead of the test include file..whats wrong?

Test



-- 
PHP General 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]




Re: [PHP] not working

2001-03-21 Thread Wade DeWerff

Well Im trying to use a template system for pages. php4 bible lists it as
sort of a GET method of handling links rather than creating all of the
pages, you just use template with includes



>What are you wanting to do?  Let's assume :
>
>a. You want soon-to-be-included file names to depend on values
>   passed through the url QUERY_STRING (links). (also, be careful)
>b. The file containing this code is called home.php
>
>Let's slightly modify your code :
>
>Test
>
>
>Is that what you're wanting to do?  Btw, it's looking for home.php because
>that's what your link referring to, it isn't trying to include it ...
>let's hope not at least :)  So perhaps currently the file holding this
>code isn't home.php when it should be.
>
>Regards,
>
>Philip
>
>
>On Wed, 21 Mar 2001, Wade DeWerff wrote:
>
>> this is opening home.php instead of the test include file..whats wrong?
>>
>> Test
>> 
>>
>>
>> --
>> PHP General 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 General 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 General 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]




Re: [PHP] just a newbie in php, don't get mad

2001-03-26 Thread Wade DeWerff


buy Meloni's "PHP Essentials" or the "Teach yourself PHP in 24 hours" to
start. They are made for total beginners. Then move on to "Professional PHP
programming" or "PHP4 Bible". That will give you a better start.


>> ok as you got it already i am a newbie in php
>> could anyone please please post me what programs do I need or which could
>> help me to make some php stuff
>> sry for this may sound stupid to you all but all the manuals in the web
>> just were just talkin' 'bout totally technical stuff
>>
>> ok thnx :p
>
>I hope this site will be helpful:
>http://www.webdesigns1.com/php/
>
>Jeff Oien
>
>--
>PHP General 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 General 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]




Re: [PHP] help with parse

2001-04-03 Thread Wade DeWerff

ugh, ok, I was without php support for a bit, ok the script works, except
that it doesnt work...it prints even when browser is IE.


-Original Message-
From: Jason Murray <[EMAIL PROTECTED]>
To: Jason Murray <[EMAIL PROTECTED]>; 'WD'
<[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, April 03, 2001 7:54 PM
Subject: RE: [PHP] help with parse


>> > > > if ($HTTP_USER_AGENT = "Mozilla")
>>
>>^ This needs to be "=="
>
>Actually, it needs to be " if(substr($HTTP_USER_AGENT, "Mozilla"))".
>
>*slap.self*
>
>Jason
>
>--
>Jason Murray
>[EMAIL PROTECTED]
>Web Design Team, Melbourne IT
>Fetch the comfy chair!
>
>--
>PHP General 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 General 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]




Re: [PHP] help with parse

2001-04-03 Thread Wade DeWerff

well, this actually worked the way i had it ie. if ($HTTP_USER_AGENT =
"Mozilla") before I added the html outputs.


-Original Message-
From: Jason Murray <[EMAIL PROTECTED]>
To: Jason Murray <[EMAIL PROTECTED]>; 'WD'
<[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, April 03, 2001 7:54 PM
Subject: RE: [PHP] help with parse


>> > > > if ($HTTP_USER_AGENT = "Mozilla")
>>
>>^ This needs to be "=="
>
>Actually, it needs to be " if(substr($HTTP_USER_AGENT, "Mozilla"))".
>
>*slap.self*
>
>Jason
>
>--
>Jason Murray
>[EMAIL PROTECTED]
>Web Design Team, Melbourne IT
>Fetch the comfy chair!
>
>--
>PHP General 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 General 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]




Re: [PHP] IF this then, move to this line...

2001-04-05 Thread Wade DeWerff

this is mostly a C++ function, java has something similar as well
but break would be the closest


-Original Message-
From: CC Zona <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, April 05, 2001 1:03 PM
Subject: Re: [PHP] IF this then, move to this line...


>In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Brandon Orther) wrote:
>
>> Is there a way to make my script jump to a certain line in my code if a
>> certain variable is true.  like use an if then statement to check for a
>> certain value, then if it is true jump back to line 34 (Any line really).
>
>You can't specify by line number, but you might want to see the docs on
>"break"  and
>"continue" .
>Both allow you to specify how many levels to go back.
>
>--
>CC
>
>--
>PHP General 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 General 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]