[EMAIL PROTECTED] wrote:
On Mon, 24 Mar 2008 13:10:17 -0600, [EMAIL PROTECTED] wrote:
Beware: round() apparently has changed its behavior from PHP 4. For
certain special numbers that seem to be multiples of 100,000, the
return
value is in exponential format, rather than the usual decimal fo
Hey Bill,
Thanks for the tips, makes sense and will try to follow them.
Cheers!
R
*
Ryan,
Four observations:
1. Don't try to solve your problem by changing the DOCTYPE. Bad HTML is
bad HTML. Changing the DOCTYPE may reduce the severity of the problem,
but it won't solve it.
2. You
At 12:21 PM -0400 4/9/08, Jason Pruim wrote:
I always used to type my HTML is lower case, but I've been trying to
get switched over to UPPERCASE to help separate code from content.
No reason to do change case and every reason to continue using lowercase.
Keep css and javascript unobtrusive
Hey Jim,
Yep, That was the problem fixed that and now everything works.
***
While we are on the topic of the ... tags, just a side note.
It
is invalid HTML syntax to have any tag between your
ok here
As a note: the only legal tag that I know of that can be placed in between the
above
Hey!
Thanks to you and everyone else who replied, I have fixed the problem by
remaking the tables...
> This is not really anything to do with PHP, of course... :)
:) True, in the end it was not. But in the beginning I couldnt figure out for
the love of god why my PHP script was not getting
Hi im trying to connect to Nominets EPP server
Details can be found here http://www.nominet.org.uk/registrars/systems/epp/
Im trying to send a login request the example can be found here
http://www.nominet.org.uk/registrars/systems/epp/login/
My script seems to connect ok, but im recieving no re
> On Mon, 24 Mar 2008 13:10:17 -0600, [EMAIL PROTECTED] wrote:
> > Beware: round() apparently has changed its behavior from PHP 4. For
> > certain special numbers that seem to be multiples of 100,000, the
return
> > value is in exponential format, rather than the usual decimal format.
> Some
> >
Andrew Ballard wrote:
On Wed, Apr 9, 2008 at 4:51 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 4:36 PM, Shawn McKenzie <[EMAIL PROTECTED]>
wrote:
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]>
wrote:
On Wed, Apr 9, 2008 at 4:54 PM, Andrew Ballard <[EMAIL PROTECTED]> wrote:
>
> Sounds to me like you already have an idea.
That's what I was going to say. Shawn, the thing you're looking
for is your idea.
Are we making sense yet? ;-P
--
Ask me about:
Dedicated servers starting @ $59.
On Wed, Apr 9, 2008 at 4:51 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
>
> Daniel Brown wrote:
>
> > On Wed, Apr 9, 2008 at 4:36 PM, Shawn McKenzie <[EMAIL PROTECTED]>
> wrote:
> >
> > > Daniel Brown wrote:
> > >
> > >
> > > > On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]>
>
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 4:36 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]>
wrote:
Maybe slightly off, but this is a general PHP question :-)
[snip!]
So to my question: does anyone
On Wed, Apr 9, 2008 at 4:36 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
>
> Daniel Brown wrote:
>
> > On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]>
> wrote:
> >
> > > Maybe slightly off, but this is a general PHP question :-)
> > >
> > [snip!]
> >
> > > So to my question: d
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
Maybe slightly off, but this is a general PHP question :-)
[snip!]
So to my question: does anyone know of a site or forum where people request
apps or sites to be built and then it can be voted on t
[snip]
> http://sourceforge.net/index.php
>
Thanks, I use SF a lot but is exactly opposite of what I was going for.
[/snip]
My bad, I mis-read.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jay Blanchard wrote:
[snip]
So to my question: does anyone know of a site or forum where people
request apps or sites to be built and then it can be voted on to track
the people that are interested? I'm not talking about sites where
people post paid development requests. Something open and
On Sat, Apr 5, 2008 at 7:44 PM, Manuel Lemos <[EMAIL PROTECTED]> wrote:
> on 04/04/2008 03:16 AM steve said the following:
> > FastCGI is *the* way to run PHP, but I think Apache is not the
> > platform for it anymore.
>
> If need more than one server, Apache pre-forked model may limited.
> Otherwi
On Wed, Apr 9, 2008 at 12:21 PM, Jason Pruim <[EMAIL PROTECTED]> wrote:
> > Jim points out the correct XHTML layout, which shows "ok here"
> > (or, as you have it, "stuff here") between the td/TD tags. Case
> > doesn't matter, but does make it look sloppy. In addition, case
> > /should/ matter
On Wed, Apr 9, 2008 at 11:36 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> Maybe slightly off, but this is a general PHP question :-)
[snip!]
>
> So to my question: does anyone know of a site or forum where people request
> apps or sites to be built and then it can be voted on to track the peopl
On Apr 9, 2008, at 11:29 AM, Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:18 AM, Jason Pruim <[EMAIL PROTECTED]>
wrote:
On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
While we are on the topic of the ... tags, just a
side
note. It is invalid HTML syntax to have any tag between your
ok
[snip]
So to my question: does anyone know of a site or forum where people
request apps or sites to be built and then it can be voted on to track
the people that are interested? I'm not talking about sites where
people post paid development requests. Something open and
non-contractual in the
Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:18 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
While we are on the topic of the ... tags, just a side
note. It is invalid HTML syntax to have any tag between your
ok here
But something like:
stuf
At 3:20 PM -0700 4/8/08, Ryan S wrote:
Hey!
Thanks Andrew, will look into those points that you sent me.
First thing to change will be the DOCTYPE I think, as i didht type
that but must have copied code into a pre-made page...
Cheers!
R
Ryan,
Four observations:
1. Don't try to solve you
Maybe slightly off, but this is a general PHP question :-)
I'm not a professional developer, just hobbyist at PHP. As now, when I
want to learn something new such as a new framework, it's beneficial to
build a PHP application in my free time as a learning exercise.
Sometimes the learning is n
On Wed, Apr 9, 2008 at 11:18 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
> On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
> >
> > While we are on the topic of the ... tags, just a side
> note. It is invalid HTML syntax to have any tag between your
> >
> > ok here
>
> >
>
> But something like:
>
On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
Ryan S wrote:
Hey Pete,
**
First, you should reply to the list - that way more people could
see the links you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the
bottom of this email.
**
It looks like there m
Ryan S wrote:
Hey Pete,
**
First, you should reply to the list - that way more people could see the links
you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this
email.
**
It looks like there may be a problem with the form tags - when I look
Greg Bowser írta:
the above won't work, as the parser will try to interpret $CFG and
put it in the string first,
In that case, $CFG is either null, or it is indeed an object. If it is
a standard object, which I it appears to be, then a fatal error will
be thrown because there is no __tostring()
On Wed, Apr 9, 2008 at 10:17 AM, Christoph Boget
<[EMAIL PROTECTED]> wrote:
> > DOM Nodes are specific to the document in which they were created, so
> > you can't just append a node from one document into another document.
> > The importNode function does what you want.
> > http://us2.php.n
> DOM Nodes are specific to the document in which they were created, so
> you can't just append a node from one document into another document.
> The importNode function does what you want.
> http://us2.php.net/manual/en/function.dom-domdocument-importnode.php
Interesting. Why is that, out of
On Wed, Apr 9, 2008 at 9:35 AM, Christoph Boget
<[EMAIL PROTECTED]> wrote:
> Could someone explain to me what I'm doing wrong?
>
> I'm trying to get an element from one DOMDocument and append it to a
> different DOMDocument. The (simplified) output of saveXML() from the
> first DOMDocument is a
Could someone explain to me what I'm doing wrong?
I'm trying to get an element from one DOMDocument and append it to a
different DOMDocument. The (simplified) output of saveXML() from the
first DOMDocument is as follows:
12
Here is a snippet of code:
createElement( 'menu' );
$oRootNode->setAt
On Wed, Apr 9, 2008 at 2:40 AM, Zoltán Németh <[EMAIL PROTECTED]> wrote:
> Richard S. Crawford írta:
>
> > Hi, everyone.
> >
> > This one's been driving me bonkers for an hour now. Anyone have any idea
> > why require_once would be dying silently in the script below?
> >
> > --
On Wed, Apr 9, 2008 at 1:27 AM, hce <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How can I check if the XMLReader is enabled or not in php? Also, how
> to config the php to support SOAP and WSDL?
>
> Thank you.
>
> Jim
This should answer your first question.
http://www.php.net/manual/en/function.exte
Eric Butera írta:
On Wed, Apr 9, 2008 at 8:07 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote:
On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor
<[EMAIL PROTECTED]> wrote:
OK, but my control only does the Ajax call when the u
>the above won't work, as the parser will try to interpret $CFG and
put it in the string first,
In that case, $CFG is either null, or it is indeed an object. If it is
a standard object, which I it appears to be, then a fatal error will
be thrown because there is no __tostring() function. If it's
On Wed, Apr 9, 2008 at 8:07 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
>
> On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote:
>
>
> > On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor
> >
> > <[EMAIL PROTECTED]> wrote:
> >
> > > OK, but my control only does the Ajax call when th
On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor
> <[EMAIL PROTECTED]> wrote:
> > OK, but my control only does the Ajax call when the user clicks the Go
> > button, whereas the scriptaculous library does an Ajax call everyti
On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor <[EMAIL PROTECTED]>
wrote:
>
> ""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor <
> [EMAIL PROTECTED]>
> > wrote:
> > they pretty much have that in the scriptacuous lib
On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor
<[EMAIL PROTECTED]> wrote:
> OK, but my control only does the Ajax call when the user clicks the Go
> button, whereas the scriptaculous library does an Ajax call everytime the
> user presses a key.
Any library should be flexible enough to register
Ryan S wrote:
Hey Pete,
**
First, you should reply to the list - that way more people could see the links
you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this
email.
**
It looks like there may be a problem with the form tags - when I look
Hey Pete,
**
First, you should reply to the list - that way more people could see the links
you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this
email.
**
It looks like there may be a problem with the form tags - when I look at this
code I
Aschwin Wesselius írta:
Richard S. Crawford wrote:
Hi, everyone.
This one's been driving me bonkers for an hour now. Anyone have any idea
why require_once would be dying silently in the script below?
$CFG->dirroot = "/home/rcrawford/public_html/tanktrun
Richard S. Crawford wrote:
Hi, everyone.
This one's been driving me bonkers for an hour now. Anyone have any idea
why require_once would be dying silently in the script below?
$CFG->dirroot = "/home/rcrawford/public_html/tanktrunk/tanktrunk";
$CFG->datar
Peter Ford wrote:
Mark Weaver wrote:
Ryan S wrote:
Hey everyone,
A bit of a puzzle here, dont know if this is a JS problem or PHP or
FF or just me.
(My money is on the last one :p )
Here's what I am trying to do:
In a form I have a listbox with the values 1-5, and under the
listbox
hi,
thanks for all your opinions and suggestions, i'll have a look at all of
them to see if i can implement a restricted system for mail() functions.
I'll report back in a few days to let you know if i've come up with
something that really works.
Thanks for all.
En/na Andrew Ballard ha esc
45 matches
Mail list logo