RE: [PHP] web shot script

2008-11-18 Thread Per Jessen
Joey wrote: Sorry for the delay. The purpose is to be able to see what is running on a site at any given time. Apaches 'server-status' perhaps? /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Fatal error: Call to a member function on a non-object

2008-11-18 Thread Christopher Vogt
Hej, I created a change request: http://bugs.php.net/bug.php?id=46601 Best regards Christopher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpDesigner 2008?

2008-11-18 Thread Waynn Lue
I know the IDE wars spring up occasionally, but looking through the archives, I haven't seen any discussions pro or con for phpDesigner 2008 ( http://www.mpsoftware.dk/phpdesigner.php). Anyone had a chance to use it and think it's good or not? I just installed PDT + Eclipse today, and I'm still

Re: [PHP] while question

2008-11-18 Thread Nathan Rixham
Ashley Sheridan wrote: On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote: Ashley Sheridan wrote: On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote: Only thing to note with the foreach is that you are actually working on a copy of the array, so if you intend to modify it, pass it

[PHP] Re: phpDesigner 2008?

2008-11-18 Thread Holografix
Hi I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans and it's a good editor: http://www.netbeans.org/ (it's free!) Best regards, Holo Waynn Lue [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] I know the IDE wars spring up occasionally, but looking

Re: [PHP] while-question

2008-11-18 Thread Nathan Rixham
tedd wrote: At 7:02 PM -0500 11/17/08, Craige Leeder wrote: I'm not illiterate; promise :p - Craige Yeah, his parents were married before he was born. Cheers, tedd omg tedd, I was just reading this thread over, thought exactly that witty response, clicked you're reply and there it is;

[PHP] Re: phpDesigner 2008?

2008-11-18 Thread Nathan Rixham
Waynn Lue wrote: I know the IDE wars spring up occasionally, but looking through the archives, I haven't seen any discussions pro or con for phpDesigner 2008 ( http://www.mpsoftware.dk/phpdesigner.php). Anyone had a chance to use it and think it's good or not? I just installed PDT + Eclipse

[PHP] Re: phpDesigner 2008?

2008-11-18 Thread Peter Ford
Holografix wrote: Hi I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans and it's a good editor: http://www.netbeans.org/ (it's free!) Best regards, Holo Waynn Lue [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] I know the IDE wars spring up

Re: [PHP] Days until Easter and Christmas

2008-11-18 Thread Kevin Waterson
This one time, at band camp, tedd [EMAIL PROTECTED] wrote: Easter lands on different dates depending upon several different factors. For example in Canada it's the day after it is in the USA -- I guess Canadians are slower, eh? :-) Also, in some religions the date is the full-moon after

Re: [PHP] Days until Easter and Christmas

2008-11-18 Thread Nathan Rixham
Kevin Waterson wrote: This one time, at band camp, tedd [EMAIL PROTECTED] wrote: Easter lands on different dates depending upon several different factors. For example in Canada it's the day after it is in the USA -- I guess Canadians are slower, eh? :-) Also, in some religions the date is

Re: [PHP] Days until Easter and Christmas

2008-11-18 Thread Nathan Rixham
Nathan Rixham wrote: Kevin Waterson wrote: This one time, at band camp, tedd [EMAIL PROTECTED] wrote: Easter lands on different dates depending upon several different factors. For example in Canada it's the day after it is in the USA -- I guess Canadians are slower, eh? :-) Also, in some

Re: [PHP] while-question

2008-11-18 Thread Craige Leeder
Jochem Maas wrote: just for laughs .. given the 'dabble' thread Cleeder is phonetically very very close to a dutch word meaning 'messing around' .. rather in the way a 2yo might mess around with a bowl of yogurt. Haha, now that does make me laugh. Out of curiosity, what is the actual word

Re: [PHP] Days until Easter and Christmas

2008-11-18 Thread Aarno Syvänen
Read Wikipedia article computus On 18 Nov 2008, at 13:42, Nathan Rixham wrote: Nathan Rixham wrote: Kevin Waterson wrote: This one time, at band camp, tedd [EMAIL PROTECTED] wrote: Easter lands on different dates depending upon several different factors. For example in Canada it's the day

Re: [PHP] Days until Easter and Christmas

2008-11-18 Thread tedd
At 10:56 PM +1100 11/18/08, Kevin Waterson wrote: This one time, at band camp, tedd [EMAIL PROTECTED] wrote: Easter lands on different dates depending upon several different factors. For example in Canada it's the day after it is in the USA -- I guess Canadians are slower, eh? :-) Also,

[PHP] $_POST in header

2008-11-18 Thread Alain Roger
Hi, i have a PHP page with a form. when user click on submit button, it sends form data to itself (so it sends data $_POST to itself). i would like to access to header itself to reset those $_POST data to avoid (in case of F5 under windows system) to resend the same data serveral time. therefore

RE: [PHP] $_POST in header

2008-11-18 Thread Jay Blanchard
[snip] i have a PHP page with a form. when user click on submit button, it sends form data to itself (so it sends data $_POST to itself). i would like to access to header itself to reset those $_POST data to avoid (in case of F5 under windows system) to resend the same data serveral time.

Re: [PHP] $_POST in header

2008-11-18 Thread Craige Leeder
Hi Alain, In short, you can't. It's the users computer that remembers what headers it sent last time, and when you refresh, it WILL ask them to send those headers again. The way this is typically handled from a programming perspective is to do all your processing on one page, and then jump

Re: [PHP] while-question

2008-11-18 Thread Jochem Maas
Craige Leeder schreef: Jochem Maas wrote: just for laughs .. given the 'dabble' thread Cleeder is phonetically very very close to a dutch word meaning 'messing around' .. rather in the way a 2yo might mess around with a bowl of yogurt. Haha, now that does make me laugh. Out of curiosity,

Re: [PHP] while-question

2008-11-18 Thread Craige Leeder
Jochem Maas wrote: klieder ... kliederen the E sound is short. Interesting to know. Thanks :D - Craige -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can i lookup the index in a string where a regexp matches?

2008-11-18 Thread Rene Veerman
hi, i need to search with regexps in strings, and want to know the index (of the source string) at which the regexp matched. and the length of the matched string, so with substitutions like \d+.. i'm kinda in a hurry on this one, would appreciate your immediate answer very much.. --

[PHP] implode()

2008-11-18 Thread Terion Miller
I have read the whole forum at php.net on implode and I still don't get why this one does not work if (isset($_POST['BannerSize'])){$BannerSize = implode($_POST['BannerSize'],',');} else {$BannerSize = ;} someone please help

Re: [PHP] how can i lookup the index in a string where a regexp matches?

2008-11-18 Thread Rene Veerman
Rene Veerman wrote: hi, i need to search with regexps in strings, and want to know the index (of the source string) at which the regexp matched. and the length of the matched string, so with substitutions like \d+.. i'm kinda in a hurry on this one, would appreciate your immediate answer

RE: [PHP] how can i lookup the index in a string where a regexp matches?

2008-11-18 Thread Boyd, Todd M.
-Original Message- From: Rene Veerman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 8:47 AM To: php php Subject: [PHP] how can i lookup the index in a string where a regexp matches? hi, i need to search with regexps in strings, and want to know the index (of the

Re: [PHP] implode()

2008-11-18 Thread Yeti
with implode one can reverse the function arguments i know .. but ?php $BannerSize = ''; if (isset($_POST['BannerSize']) is_array($_POST['BannerSize'])) { $BannerSize = implode(',', $_POST['BannerSize']); } ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] implode()

2008-11-18 Thread Greg Bowser
$BannerSize = implode($_POST['BannerSize'], ','); Looks like you have your arguments backwards; try: $BannerSize = implode(',',$_POST['BannerSize']); --Greg

Re: [PHP] implode()

2008-11-18 Thread Craige Leeder
Terion Miller wrote: I have read the whole forum at php.net on implode and I still don't get why this one does not work if (isset($_POST['BannerSize'])){$BannerSize = implode($_POST['BannerSize'],',');} else {$BannerSize = ;} someone please help Is $_POST['BannerSize'] an array? e.g. IS

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Yeti
Yes, NetBeans became my favourite too a while ago. And it runs on many Operating Systems, is free and has a debugger. I also like the way it handles projects. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Date Issue

2008-11-18 Thread Andrew Ballard
On Mon, Nov 17, 2008 at 6:02 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote: -Original Message- From: Craige Leeder [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 4:50 PM To: Boyd, Todd M. Cc: [EMAIL PROTECTED];

[PHP] PHP performance profiling

2008-11-18 Thread Gryffyn
I did a search and didn't find anything really astounding sounding, so I wanted to ask for some live recommendations from the crowd here. I was wondering if anyone had used FirePHP with Firebug or could recommend a good profiling method for figuring out where the slow parts of your PHP code

[PHP] Re: implode()

2008-11-18 Thread Nathan Rixham
Terion Miller wrote: I have read the whole forum at php.net on implode and I still don't get why this one does not work if (isset($_POST['BannerSize'])){$BannerSize = implode($_POST['BannerSize'],',');} else {$BannerSize = ;} someone please help don't think it's a php thing, it's expecting

RE: [PHP] how can i lookup the index in a string where a regexp matches?

2008-11-18 Thread Boyd, Todd M.
-Original Message- From: Rene Veerman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 8:50 AM To: php php Subject: Re: [PHP] how can i lookup the index in a string where a regexp matches? Rene Veerman wrote: hi, i need to search with regexps in strings, and want to

Re: [PHP] while-question

2008-11-18 Thread Nathan Rixham
Craige Leeder wrote: Jochem Maas wrote: klieder ... kliederen the E sound is short. Interesting to know. Thanks :D - Craige don't believe him, jochem is really called Bob Davis, a slightly balding middle aged ASP developer from hull sent to infiltrate the PHP community and misguide

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Bastien Koert
On Tue, Nov 18, 2008 at 10:06 AM, Yeti [EMAIL PROTECTED] wrote: Yes, NetBeans became my favourite too a while ago. And it runs on many Operating Systems, is free and has a debugger. I also like the way it handles projects. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re[2]: [PHP] It's Sunday, and I'm bored...

2008-11-18 Thread ANR Daemon
Greetings, Govinda. In reply to Your message dated Monday, November 10, 2008, 3:42:40, Subversion, or svn for short. Helps you maintain code bases. Far better than regular backups (though by no means a replacement). I looked it over briefly and it looks smart for serious collaborated

Re: [PHP] while-question

2008-11-18 Thread Bastien Koert
On Tue, Nov 18, 2008 at 9:33 AM, Nathan Rixham [EMAIL PROTECTED] wrote: Craige Leeder wrote: Jochem Maas wrote: klieder ... kliederen the E sound is short. Interesting to know. Thanks :D - Craige don't believe him, jochem is really called Bob Davis, a slightly balding middle aged

Re: [PHP] PHP performance profiling

2008-11-18 Thread Richard Heyes
I'm curious about solutions that don't require installing something on the server side, since that's not usually an option with shared web hosting and all. Since PHP runs on the server, as part of the webserver, I think it will be inevitable that you'll need to install something on your

Re: Re[2]: [PHP] It's Sunday, and I'm bored...

2008-11-18 Thread Richard Heyes
... Hi, In looking at the manual regarding tagging, it seems an awful chore compared to CVS. Is this the generally held belief or do I need to go back and re-read? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General

Re: [PHP] implode()

2008-11-18 Thread Craige Leeder
Can we see the form, please? As well, try using print_r on the array and see what it outputs. - Craige Terion Miller wrote: yes there is , the selections are coming from a form (which isn't working because its not inserting into the db---ah another post later I imagine) do you think a mis

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Craige Leeder
Holografix wrote: Hi I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans and it's a good editor: http://www.netbeans.org/ (it's free!) Best regards, Holo I never knew Netbeans had a PHP IDE. I'll have to try it - Craige -- PHP General Mailing List

Re: [PHP] implode()

2008-11-18 Thread Dan Shirah
On 11/18/08, Terion Miller [EMAIL PROTECTED] wrote: I have read the whole forum at php.net on implode and I still don't get why this one does not work if (isset($_POST['BannerSize'])){$BannerSize = implode($_POST['BannerSize'],',');} else {$BannerSize = ;} someone please help You appear

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Eric Butera
On Tue, Nov 18, 2008 at 6:00 AM, Nathan Rixham [EMAIL PROTECTED] wrote: Waynn Lue wrote: I know the IDE wars spring up occasionally, but looking through the archives, I haven't seen any discussions pro or con for phpDesigner 2008 ( http://www.mpsoftware.dk/phpdesigner.php). Anyone had a

[PHP] Re: PHP performance profiling

2008-11-18 Thread Nathan Rixham
Gryffyn wrote: I did a search and didn't find anything really astounding sounding, so I wanted to ask for some live recommendations from the crowd here. I was wondering if anyone had used FirePHP with Firebug or could recommend a good profiling method for figuring out where the slow parts of

[PHP] SoapClient Result

2008-11-18 Thread uaca man
Hello, i´m trying to consume a .net webservice from php as fallow: $client = new SoapClient('http://localhost:1105/Web Service .Net/Service.asmx?WSDL'); print_r($client-HelloWorld()); and the result is: stdClass Object ( [HelloWorldResult] = Hello World ) The call works as expected, the

Re: [PHP] PHP performance profiling

2008-11-18 Thread Eric Butera
On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn [EMAIL PROTECTED] wrote: I did a search and didn't find anything really astounding sounding, so I wanted to ask for some live recommendations from the crowd here. I was wondering if anyone had used FirePHP with Firebug or could recommend a good

Re: [PHP] while-question

2008-11-18 Thread Robert Cummings
On Tue, 2008-11-18 at 14:33 +, Nathan Rixham wrote: Craige Leeder wrote: Jochem Maas wrote: klieder ... kliederen the E sound is short. Interesting to know. Thanks :D - Craige don't believe him, jochem is really called Bob Davis, a slightly balding middle aged ASP

Re: [PHP] implode()

2008-11-18 Thread Jim Lucas
Terion Miller wrote: I have read the whole forum at php.net on implode and I still don't get why this one does not work if (isset($_POST['BannerSize'])){$BannerSize = implode($_POST['BannerSize'],',');} else {$BannerSize = ;} someone please help Including the error that is generated

Re: [PHP] PHP performance profiling

2008-11-18 Thread TG
- Original Message - From: Eric Butera [EMAIL PROTECTED] To: Gryffyn [EMAIL PROTECTED] Cc: php-general@lists.php.net Date: Tue, 18 Nov 2008 12:16:04 -0500 Subject: Re: [PHP] PHP performance profiling On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn [EMAIL PROTECTED] wrote: I did a search

[PHP] anchor name on URL

2008-11-18 Thread Stan
If I had a page written in HTML and I had a named anchor on that page a name=myAnchor/a I could position the user at the anchor by http://myPage.com/myHTML.htm#myAnchor but I can't seem to make this work if the page is generated http://mypage.com/myPHP.php#myAnchor I've tried both

Re: [PHP] anchor name on URL

2008-11-18 Thread Daniel Brown
On Tue, Nov 18, 2008 at 1:25 PM, Stan [EMAIL PROTECTED] wrote: If I had a page written in HTML and I had a named anchor on that page a name=myAnchor/a I could position the user at the anchor by http://myPage.com/myHTML.htm#myAnchor but I can't seem to make this work if the page is

[PHP] Re: anchor name on URL

2008-11-18 Thread Nathan Rixham
Stan wrote: If I had a page written in HTML and I had a named anchor on that page a name=myAnchor/a I could position the user at the anchor by http://myPage.com/myHTML.htm#myAnchor but I can't seem to make this work if the page is generated http://mypage.com/myPHP.php#myAnchor I've

Re: [PHP] anchor name on URL

2008-11-18 Thread tedd
At 12:25 PM -0600 11/18/08, Stan wrote: If I had a page written in HTML and I had a named anchor on that page a name=myAnchor/a I could position the user at the anchor by http://myPage.com/myHTML.htm#myAnchor but I can't seem to make this work if the page is generated

Re: [PHP] anchor name on URL

2008-11-18 Thread Yeti
If you do not escape the name attribute you might run into trouble when using XHTML. Always escape attributes properly. GOOD: ?php echo HEREDOC div style=padding-bottom: 1500px;div style=padding-bottom: 1500px; a href=#aynchoor title=some_aynchoor name=some_aynchoorClick me/a /div div

Re: [PHP] Date Issue

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 10:11 -0500, Andrew Ballard wrote: On Mon, Nov 17, 2008 at 6:02 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote: -Original Message- From: Craige Leeder [mailto:[EMAIL PROTECTED] Sent: Monday, November

Re: [PHP] while question

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 10:52 +, Nathan Rixham wrote: Ashley Sheridan wrote: On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote: Ashley Sheridan wrote: On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote: Only thing to note with the foreach is that you are actually working

Re: [PHP] Date Issue

2008-11-18 Thread Andrew Ballard
On Tue, Nov 18, 2008 at 2:58 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: It just flew in the face of all I knew at the time to have a non-associative system-generated array (by that I mean one whos keys are integars and not string keys) that doesn't start at 0. No other arrays defined in

[PHP] Re: anchor name on URL

2008-11-18 Thread Stan
Well ... you got me thinking ... I moved the placement of the named anchor to inside the first td tag in the row and it works (instead of inside the tr tag. Sorry. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 14:21 -0600, Stan wrote: Well ... you got me thinking ... I moved the placement of the named anchor to inside the first td tag in the row and it works (instead of inside the tr tag. Sorry. Ah, it seems that the doctype might have been to blame then, as an a tag

RE: [PHP] Re: anchor name on URL

2008-11-18 Thread Boyd, Todd M.
-Original Message- From: Ashley Sheridan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 2:34 PM To: Stan Cc: php-general@lists.php.net Subject: Re: [PHP] Re: anchor name on URL On Tue, 2008-11-18 at 14:21 -0600, Stan wrote: Well ... you got me thinking ... I

Re: [PHP] Help insert not working, implode errors....

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 16:52 -0600, Terion Miller wrote: I changed the implode to : if (isset($_POST['BannerSize'])){$BannerSize = implode(',', $_POST['BannerSize']);} else {$BannerSize = ;} now it says Invalid Arguement whereas when it was the other way it didn't On Tue, Nov 18, 2008

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 14:58 -0800, Yeti wrote: I look forward to the day when markup isn't so bloated due to the inability of certain web browser franchises to get it right. Although I usually look at the future through an optimistic point of view, that day may never come. You say that,

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Daniel P. Brown
On Tue, Nov 18, 2008 at 6:09 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: You say that, have you heard the latest for IE9? They're already planning it, and apparently it's going to use Microsoft's own version of the Webkit engine! Fixed your post, Ash. -- /Daniel P. Brown

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 18:09 -0500, Daniel P. Brown wrote: On Tue, Nov 18, 2008 at 6:09 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: You say that, have you heard the latest for IE9? They're already planning it, and apparently it's going to use Microsoft's own version of the Webkit engine!

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Daniel Brown
On Tue, Nov 18, 2008 at 6:14 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: I don't think you fixed it, so much as wrote something else and made it look like I wrote it... Yes. -- /Daniel P. Brown http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current

[PHP] Scheduling scripts?

2008-11-18 Thread tedd
Hi guys: Dones anyone have any scheduling scripts that they might share OR can give me a link to some? I need a way for a user to register an appointment via a calendar. I don't want to write something that's already been done and available. Cheers, tedd -- --- http://sperling.com

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 18:21 -0500, Daniel Brown wrote: On Tue, Nov 18, 2008 at 6:14 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: I don't think you fixed it, so much as wrote something else and made it look like I wrote it... Yes. -- /Daniel P. Brown http://www.parasane.net/

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Yeti
I look forward to the day when markup isn't so bloated due to the inability of certain web browser franchises to get it right. Although I usually look at the future through an optimistic point of view, that day may never come. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] PostTrack/ListWatch System

2008-11-18 Thread Daniel P. Brown
All: I'm going to put the PostTrack/ListWatch system back in an active state to start counting and reporting next week. Thanks to those who voiced requests, suggestions, and inquiries. If anyone DOES NOT WANT their email address to appear in the Friday reports next to their post

Re: [PHP] Help insert not working, implode errors....

2008-11-18 Thread Terion Miller
I changed the implode to : if (isset($_POST['BannerSize'])){$BannerSize = implode(',', $_POST['BannerSize']);} else {$BannerSize = ;} now it says Invalid Arguement whereas when it was the other way it didn't On Tue, Nov 18, 2008 at 12:38 AM, Jim Lucas [EMAIL PROTECTED] wrote: Terion Miller

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Daniel Brown
On Tue, Nov 18, 2008 at 6:29 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: I'd really rather you didn't, please. And I'd rather you had a sense of humor. So in hindsight, we both learned something. -- /Daniel P. Brown http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me

Re: [PHP] Scheduling scripts?

2008-11-18 Thread Daniel P. Brown
On Tue, Nov 18, 2008 at 6:26 PM, tedd [EMAIL PROTECTED] wrote: Hi guys: Dones anyone have any scheduling scripts that they might share OR can give me a link to some? I need a way for a user to register an appointment via a calendar. I don't want to write something that's already been done

Re: [PHP] Scheduling scripts?

2008-11-18 Thread Richard Heyes
Dones anyone have any scheduling scripts that they might share OR can give me a link to some? I need a way for a user to register an appointment via a calendar. I don't want to write something that's already been done and available. Not sure if it does what you want, but you might try

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Richard Heyes
You say that, have you heard the latest for IE9? They're already planning it, and apparently it's going to use the Webkit engine! That would be nice, if only for the rather good canvas support, which I kinda have a vested interest in. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and

RE: [PHP] Scheduling scripts?

2008-11-18 Thread bruce
he's looking to create a script/app for his own.clent usage.. not to just use google's cal app,,, check out freshmeat.net, or sourceforge if you haven't already... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard Heyes Sent: Tuesday, November 18,

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 23:44 +, Richard Heyes wrote: You say that, have you heard the latest for IE9? They're already planning it, and apparently it's going to use the Webkit engine! That would be nice, if only for the rather good canvas support, which I kinda have a vested interest in.

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Richard Heyes
Yeah, but it will mean that there will still be about 3 different rendering versions of IE out there by the time it comes out; 7, 8 and 9 (I'm fairly sure 6 will have gone to that good ol' web in the sky by that time) Sure, but depending on how closely it follows WebKit, could make testing on

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 23:51 +, Richard Heyes wrote: Yeah, but it will mean that there will still be about 3 different rendering versions of IE out there by the time it comes out; 7, 8 and 9 (I'm fairly sure 6 will have gone to that good ol' web in the sky by that time) Sure, but

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Daniel P. Brown
On Tue, Nov 18, 2008 at 6:57 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: Don't forget Konqueror in that list ;) It's not exactly the same engine after Apple forked it from KHTML, but it's quite close, and both Konqueror and Safari are said to be working a little more closely than before to

Re: [PHP] Help insert not working, implode errors....

2008-11-18 Thread Jim Lucas
Terion Miller wrote: I changed the implode to : if (isset($_POST['BannerSize'])){$BannerSize = implode(',', $_POST['BannerSize']);} else {$BannerSize = ;} now it says Invalid Arguement whereas when it was the other way it didn't Invalid Argument. Then $_POST['BannerSize'] is not what

Re: [PHP] Scheduling scripts?

2008-11-18 Thread Jim Lucas
tedd wrote: Hi guys: Dones anyone have any scheduling scripts that they might share OR can give me a link to some? I need a way for a user to register an appointment via a calendar. I don't want to write something that's already been done and available. Cheers, tedd I used

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 19:01 -0500, Daniel P. Brown wrote: On Tue, Nov 18, 2008 at 6:57 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: Don't forget Konqueror in that list ;) It's not exactly the same engine after Apple forked it from KHTML, but it's quite close, and both Konqueror and

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Micah Gersten
Ashley Sheridan wrote: On Tue, 2008-11-18 at 23:51 +, Richard Heyes wrote: Yeah, but it will mean that there will still be about 3 different rendering versions of IE out there by the time it comes out; 7, 8 and 9 (I'm fairly sure 6 will have gone to that good ol' web in the sky by

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Craige Leeder
Micah Gersten wrote: I'd rather all the engines follow the W3C standards so that you just have to make sure your web page is compliant. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Though I always script to W3 Standards, I could care less if browsers

[PHP] NetBeans xdebug

2008-11-18 Thread Craige Leeder
Hi Guys, So after somebody mentioned that NetBeans supports PHP development, I decided to give it a try. I'm liking it thus far, but I have a question if anybody happens to know the answer. I have created a project group containing two projects (One for the site framework, one for the site