Re: [PHP] Inserting into the middle of an array

2001-04-01 Thread Yoshi Melrose
- Original Message - From: "Lindsay Adams" <[EMAIL PROTECTED]> > On 4/1/01 11:32 AM, "Yoshi Melrose" <[EMAIL PROTECTED]> wrote: > > > Ok. I must be s blind. Is there a function to insert a value into the > > middle of an array withou

[PHP] Inserting into the middle of an array

2001-04-01 Thread Yoshi Melrose
Ok. I must be s blind. Is there a function to insert a value into the middle of an array without rewriting it? -- 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,

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Yoshi Melrose
Ahh... that's right, my bad. =) - Original Message - From: "James Atkinson" <[EMAIL PROTECTED]> To: "PHP General List" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 4:59 PM Subject: RE: [PHP] Create a Bulletin Board > Anyone who wants a threaded discussion board won't be satisfied w

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Yoshi Melrose
You could also check out phpBB: http://www.phpbb.com - Original Message - From: "Boget, Chris" <[EMAIL PROTECTED]> To: "'Kath'" <[EMAIL PROTECTED]>; "'Jimmy Bäckström'" <[EMAIL PROTECTED]>; "PHP General List" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 4:40 PM Subject: RE: [PHP] C

Fw: [PHP] Script to convert # of seconds to HH:mm

2001-03-19 Thread Yoshi Melrose
Ok, you guys both rock. and now I feel real stupid. LOL Thanks! - Original Message - From: "Phillip Bow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 4:42 PM Subject: Re: [PHP] Script to convert # of seconds to HH:mm > function philtime($time){ > $hours

[PHP] Script to convert # of seconds to HH:mm

2001-03-19 Thread Yoshi Melrose
Can someone direct me or send me a script that will convert number of seconds into a format readable as HH:mm? I've tried making it myself, but it gets all messed up in the calculations. Thanks Yoshi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Yoshi Melrose
We knew what you mean. ;) - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Yoshi Melrose" <[EMAIL PROTECTED]>; "Work" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 11:14 AM Subject: Re: [P

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Yoshi Melrose
That's it, Thank you Andrew, I knew I had it somewhere. Michael, this is where you want to go, Andrew hit the nail right on the head! - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Yoshi Melrose" <[EMAIL PROTECTED]> Cc: <[

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Yoshi Melrose
I know i had one. I used one for a project I had in php I'll look for it and see if I can get it to you. Hmmm. - Original Message - From: "Michael Kimsal" <[EMAIL PROTECTED]> To: "Yoshi Melrose" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Se

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Yoshi Melrose
have you tried out http://freshmeat.net ? do a search for odbc, you'll find a few. :) - Original Message - From: "Michael Kimsal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 9:01 AM Subject: Re: [PHP] MS SQL databse connecting > Am I the only one who can not

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Yoshi Melrose
Costas, Depends on whether or not you're using a windows server or linux server. I've found that it's much easier to use MSSQL from a windows server since you can use the mssql_connect commands. for some reason or another (probably lack of configuration knowledge in linux) i've had problems runni

Re: [PHP] PHP & Apache

2001-03-19 Thread Yoshi Melrose
Patrick, Here's how i have my httpd.conf in 2000. make sure you put in the reference to the isapi dll: LoadModule php4_module c:/php/sapi/php4apache.dll Load the module and it should work fine. - Original Message - From: "Patrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda

Re: [PHP] cf to php

2001-03-19 Thread Yoshi Melrose
Chris, all you need to check that is: that should do it, as long as the url var exists it'll work. =) Yoshi - Original Message - > > > > is there a php equivalent for this little tidbit from a friend's cf > script? > > here it is: > > > > -- PHP General Mailing List (http://www