Thodoris wrote:
I am trying to parse an ini conf file using parse_ini_file but fails
without returning something. I found this which is probably the reason:
http://bugs.php.net/bug.php?id=44544
(the $ in the values)
The problem is that this file has more than 7500 lines so it's kind of
diffi
There appears to be a bug in the FF3x cell line generating code. border-collapse
is a mess, it doubles up some cell lines and drops others when drawing and
redrawing tables.
I had to make a nice lines between cells by assigning tds with bottom and right
sides only.
Al...
Jessi Berkelham
Shawn McKenzie wrote:
Shawn McKenzie wrote:
Peter van der Does wrote:
On Thu, 21 May 2009 14:08:11 -0500
Shawn McKenzie wrote:
This doesn't make sense. You say "class A needs to be extended with
another class", however what you show below is "class A extending
framework_class".
I worded
Eddie Drapkin wrote:
Suhosin is completely not-related to SQL, though, I don't know why you'd
bring it up...
I brought it up because suhosin catches many exploits that otherwise get
through, including exploits that allow inclusion of remote files that
can then be used to run arbitrary command
Shawn McKenzie wrote:
> Peter van der Does wrote:
>> On Thu, 21 May 2009 14:08:11 -0500
>> Shawn McKenzie wrote:
>>
>>
>>> This doesn't make sense. You say "class A needs to be extended with
>>> another class", however what you show below is "class A extending
>>> framework_class".
>>>
>> I worde
Peter van der Does wrote:
> On Thu, 21 May 2009 14:08:11 -0500
> Shawn McKenzie wrote:
>
>
>> This doesn't make sense. You say "class A needs to be extended with
>> another class", however what you show below is "class A extending
>> framework_class".
>>
>
> I worded it wrong, I apologize.
> C
On Thu, 2009-05-21 at 13:05 -0700, Jessi Berkelhammer wrote:
> Hi,
> This post is another one that might be better asked on a CSS-list, but
> it is relevant to this thread.
>
> The calendar at http://php1.net/my-php-calendar/ seems to have a similar
> issue to a problem I am havingcell borde
Hi,
This post is another one that might be better asked on a CSS-list, but
it is relevant to this thread.
The calendar at http://php1.net/my-php-calendar/ seems to have a similar
issue to a problem I am havingcell borders (sometimes) disappear in
Firefox when you zoom out. In both this ca
On Thu, 21 May 2009 14:08:11 -0500
Shawn McKenzie wrote:
>
> This doesn't make sense. You say "class A needs to be extended with
> another class", however what you show below is "class A extending
> framework_class".
>
I worded it wrong, I apologize.
Class A needs to be an extension of the f
Eddie Drapkin wrote:
> Suhosin is completely not-related to SQL, though, I don't know why you'd
> bring it up...
Well, because the post that I was replying to brought it up and I happen
to agree that it's a good idea even though it has nothing to do with SQL :-)
>>> Michael A. Peters wrote:
Suhosin is completely not-related to SQL, though, I don't know why you'd
bring it up...
>
>
>
> On Thu, May 21, 2009 at 3:42 PM, Shawn McKenzie wrote:
>
>> Michael A. Peters wrote:
>> > Sumit Sharma wrote:
>> >> Hi,
>> >>
>> >> I am designing a php website for my client which interact with
>> datab
Michael A. Peters wrote:
> Sumit Sharma wrote:
>> Hi,
>>
>> I am designing a php website for my client which interact with database.
>> This is my first project for any client (I hope he is not reading this
>> mail
>> ;-) ). I am a bit more concerned with database security. Can somebody
>> shed
>>
On Thu, May 21, 2009 at 12:10 PM, tedd wrote:
> Could you be certain that your algorithm would figure out which way it needs
> to present the text to a blind person?
My own experience browsing the web with Lynx (which for the most part,
tends to ignore table layout, giving you the content of tabl
On 20/05/2009 9.03, Angelo Zanetti wrote:
Hi all.
We have done quite a few projects and we are looking to find better ways to
implementing forms.
Forms seem to be quite time consuming and repetitive.
Generally are there any classes or libraries that will assist with:
1. Easy crea
Weston C wrote:
Is there a straightforward way (or, heck, any way) of placing mixed
html/text content into xpath-specified nodes using any of PHP's XML
tools?
So far, I've tried SimpleXML and the DOM and things aren't coming out well.
Not sure if it is of any use to you, I don't use XPath at a
Peter van der Does wrote:
> I have the following situation.
>
> I wrote some software and split it up into functionality:
>
> class core {
> function go{
> }
> }
>
> class A extends core {
> // PHP4 constructor
> function A {
> $this->go();
> }
>
> }
>
> class B extends core {
>
Sumit Sharma wrote:
Hi,
I am designing a php website for my client which interact with database.
This is my first project for any client (I hope he is not reading this mail
;-) ). I am a bit more concerned with database security. Can somebody shed
some light on the security measurements, precau
Is there a straightforward way (or, heck, any way) of placing mixed
html/text content into xpath-specified nodes using any of PHP's XML
tools?
So far, I've tried SimpleXML and the DOM and things aren't coming out well.
SimpleXML:
/* $filename contains path to valid XML file, $xpathxpr conta
On 21/5/09 18:48, Weston C wrote:
I almost just wish
we'd accepted the horse was out of the barn and tried to figure out an
easy way to signal distinctions between layout tables and semantic
tabular data, rather than trying to get the entire internet to
completely retool.
One year after HTML 4.
At 11:48 AM -0600 5/21/09, Weston C wrote:
On Thu, 2009-05-21 at 09:54 -0400, tedd wrote:
My thoughts are -- my understanding the reason why tables have
received such bad-press is that designers have abused tables in
holding designs together with nested tables AND in doing so made it
difficu
this reminds me of the classic line in "Real Programmers Don't Use Pascal":
"Besides, the determined Real Programmer can write Fortran programs in any
language."
On 5/21/09 4:02 AM, "Jim Lucas" wrote:
> Since this has been a topic of dicussion, I figured I would add my thoughts.
>
> I have be
On Thu, 2009-05-21 at 09:54 -0400, tedd wrote:
> My thoughts are -- my understanding the reason why tables have
> received such bad-press is that designers have abused tables in
> holding designs together with nested tables AND in doing so made it
> difficult for the visually disabled to pull conte
Benjamin Hawkes-Lewis wrote:
On 21/5/09 09:02, Jim Lucas wrote:
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
[snip]
But, not knowing how the various types of accessibility applications
work, I am guessing that the layout to an applicatio
On 21/5/09 09:02, Jim Lucas wrote:
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
[snip]
But, not knowing how the various types of accessibility applications
work, I am guessing that the layout to an application trying to read it
should wor
Peter van der Does wrote:
I have the following situation.
I wrote some software and split it up into functionality:
class core {
function go{
}
}
class A extends core {
// PHP4 constructor
function A {
$this->go();
}
}
class B extends core {
}
In core I define functions and va
Vernon,
CC messages to php-general to keep responses on-list. See my comments
inline.
On Thu, May 21, 2009 at 12:06 PM, Vernon St.Croix wrote:
>
> I have amended as you advised and the mysqli errors are now gone. Thanks
> for that.
>
> I however have another one I can't get rid of:
>
>
> *Warnin
Jim Lucas wrote:
Jim Lucas wrote:
Since this has been a topic of dicussion, I figured I would add my
thoughts.
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
Recent threads have finally made me do it. Let me know what you think.
Hi Ji
On Thu, 2009-05-21 at 12:14 -0400, Eddie Drapkin wrote:
> I'd be more fond of unrolling some of those loops and feeding the data into
> a proper template than tweaking what looks like really half-arsed code.
>
> On Thu, May 21, 2009 at 11:57 AM, Ashley Sheridan
> wrote:
>
> > On Thu, 2009-05-21 a
On 21/05/2009 10.02, Jim Lucas wrote:
Since this has been a topic of dicussion, I figured I would add my
thoughts.
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
Recent threads have finally made me do it. Let me know what you think.
http://w
I have the following situation.
I wrote some software and split it up into functionality:
class core {
function go{
}
}
class A extends core {
// PHP4 constructor
function A {
$this->go();
}
}
class B extends core {
}
In core I define functions and variables that are to be used
I'd be more fond of unrolling some of those loops and feeding the data into
a proper template than tweaking what looks like really half-arsed code.
On Thu, May 21, 2009 at 11:57 AM, Ashley Sheridan
wrote:
> On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote:
> > Ashley Sheridan wrote:
> > >
Ashley Sheridan wrote:
> On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote:
>> Ashley Sheridan wrote:
>> > Tedd, I've got a fairly simple calendar script in PHP here
>>> http://www.ashleysheridan.co.uk/coding.php?group=php&article=coding_php_calendar.php
>>> which could be adapted fairly ea
haliphax wrote:
Microsoft's Azure cloud computing framework has now been exposed to
PHP. I haven't tested any of the features myself, but it seems like a
pretty interesting (and leverage-able) concept to work with... figured
I'd pass the word along.
http://phpazure.codeplex.com/
cheers for th
Yeah, it doesn't work here, either.
On Thu, May 21, 2009 at 11:44 AM, Shawn McKenzie wrote:
> Ashley Sheridan wrote:
> > Tedd, I've got a fairly simple calendar script in PHP here
> >
> http://www.ashleysheridan.co.uk/coding.php?group=php&article=coding_php_calendar.phpwhich
> could be adapted
On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote:
> Ashley Sheridan wrote:
> > Tedd, I've got a fairly simple calendar script in PHP here
> > http://www.ashleysheridan.co.uk/coding.php?group=php&article=coding_php_calendar.php
> > which could be adapted fairly easily with the right tweaks.
Ashley Sheridan wrote:
> Tedd, I've got a fairly simple calendar script in PHP here
> http://www.ashleysheridan.co.uk/coding.php?group=php&article=coding_php_calendar.php
> which could be adapted fairly easily with the right tweaks.
>
>
> Ash
> www.ashleysheridan.co.uk
>
I cant get the calend
Microsoft's Azure cloud computing framework has now been exposed to
PHP. I haven't tested any of the features myself, but it seems like a
pretty interesting (and leverage-able) concept to work with... figured
I'd pass the word along.
http://phpazure.codeplex.com/
--
// Todd
--
PHP General Mai
Michelle Konzack wrote:
Hello Nathan,
Am 2009-05-21 13:44:38, schrieb Nathan Rixham:
Nothing :D
- anything php based would involve polling which will kill
any server when trying to create a realtime chat environment
(1 request per second per chatter + 1 for each message send + normal
hi
On Thu, May 21, 2009 at 10:15, Richard W wrote:
>
> Any help will be greatly appreciated, especially answering 2) as to why I
> can't read the data.
Are you certain that the problem lies within the shmop reading?
Check to see if the file is actually being accessed properly, the key
is good fr
On Thu, May 21, 2009 at 9:34 AM, Nathan Rixham wrote:
> Leidago !Noabeb wrote:
>
>> Hi All
>>
>>
>> I know this is not strictly a PHP question, but i have a problem whenever
>> i
>> insert a record using PHP. Basically the auto increment field does not
>> work
>> at all. Here's the structure of t
Hi
I have a query regarding shared memory created under Linux and then
accessing it by PHP script.
For my application, I have created a shared memory block in Debian Linux
using the shm_open(..), ftruncate(...) and mmap(...) function calls.
The shared memory block is of size 6304 bytes long. It
On Thu, 2009-05-21 at 09:54 -0400, tedd wrote:
> At 1:02 AM -0700 5/21/09, Jim Lucas wrote:
> >Since this has been a topic of dicussion, I figured I would add my thoughts.
> >
> >I have been toying with the idea of doing a -less layouts
> >involving tabular data, calendars, etc...
> >
> >Recent th
if you really want to get to the real low level details of an app...
unless you're dealing with an app that's seriously crunching, and extremely
sensitive to returning data to the user's browser in a timely manner, you
should write all replies back to a db/tbl... this would allow you as the
develo
At 1:02 AM -0700 5/21/09, Jim Lucas wrote:
Since this has been a topic of dicussion, I figured I would add my thoughts.
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
Recent threads have finally made me do it. Let me know what you think.
On Thu, 2009-05-21 at 19:17 +0530, Sumit Sharma wrote:
> One more thing, should I use @ for security purpose or not so that the use
> can reply me with the errors so that I can troubleshoot the problem more
> effectively.
>
>
> Sumit
>
> -- Forwarded message --
> From: Ashley She
On Thu, May 21, 2009 at 01:02:07AM -0700, Jim Lucas wrote:
> Since this has been a topic of dicussion, I figured I would add my
> thoughts.
>
> I have been toying with the idea of doing a -less layouts involving
> tabular data, calendars,
> etc...
>
> Recent threads have finally made me do it. L
One more thing, should I use @ for security purpose or not so that the use
can reply me with the errors so that I can troubleshoot the problem more
effectively.
Sumit
-- Forwarded message --
From: Ashley Sheridan
Date: Thu, May 21, 2009 at 6:36 PM
Subject: Re: [PHP] SECURITY PRE
Hello Nathan,
Am 2009-05-21 13:44:38, schrieb Nathan Rixham:
> Nothing :D
> - anything php based would involve polling which will kill
> any server when trying to create a realtime chat environment
> (1 request per second per chatter + 1 for each message send + normal
> hits) - so say 30 ch
On 5/21/09 5:06 AM, "O. Lavell" wrote:
> Jim Lucas wrote:
>
>> Since this has been a topic of dicussion, I figured I would add my
>> thoughts.
>>
>> I have been toying with the idea of doing a -less layouts
>> involving tabular data, calendars, etc...
>
> Why?
it's a zen practice.
--
PHP
On 5/21/09 3:05 AM, "Ashley Sheridan" wrote:
> I'm advocating tables on this one, as it is pretty much tabular data.
i too would put a table of product data in an html table.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Leidago !Noabeb wrote:
Hi All
I know this is not strictly a PHP question, but i have a problem whenever i
insert a record using PHP. Basically the auto increment field does not work
at all. Here's the structure of the table that i'm using:
CREATE TABLE `children` (
`cid` int(4) NOT NULL auto
Leidago !Noabeb wrote:
> Hi All
>
> I know this is not strictly a PHP question, but i have a problem
> whenever i insert a record using PHP. Basically the auto increment
> field does not work at all. Here's the structure of the table that i'm
> using:
>
> CREATE TABLE `children` (
> `cid` int(
On Thu, May 21, 2009 at 7:32 AM, Vernon St.Croix wrote:
> *Warning*: mysqli_query() expects parameter 1 to be mysqli, object given
> in *C:\wamp\www\draft\checkout.php* on line *26*
>
> ***for the script
>
>
> include("mysql.class.php");
>
> include ("header.php");
>
>
>
> //include (
2009/5/21 Leidago !Noabeb
> Hi All
>
>
> I know this is not strictly a PHP question, but i have a problem whenever i
> insert a record using PHP. Basically the auto increment field does not work
> at all. Here's the structure of the table that i'm using:
>
> CREATE TABLE `children` (
> `cid` int
Hi All
I know this is not strictly a PHP question, but i have a problem whenever i
insert a record using PHP. Basically the auto increment field does not work
at all. Here's the structure of the table that i'm using:
CREATE TABLE `children` (
`cid` int(4) NOT NULL auto_increment,
`cname` cha
On Thu, 2009-05-21 at 18:22 +0530, Sumit Sharma wrote:
> Hi,
>
> I am designing a php website for my client which interact with database.
> This is my first project for any client (I hope he is not reading this mail
> ;-) ). I am a bit more concerned with database security. Can somebody shed
> so
Hi,
I am designing a php website for my client which interact with database.
This is my first project for any client (I hope he is not reading this mail
;-) ). I am a bit more concerned with database security. Can somebody shed
some light on the security measurements, precautions, and functions r
Michelle Konzack wrote:
Hello,
I like to install a forum for my customers and additional a PHP5 based
Web-Chat system with publich and private chatrooms.
What can you recommend?
Nothing :D - anything php based would involve polling which will kill
any server when trying to create a realti
Hello,
I like to install a forum for my customers and additional a PHP5 based
Web-Chat system with publich and private chatrooms.
What can you recommend?
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant
Can you please help with my checkout script. I have been getting errors as
shown below:
Warning: mysqli_query() expects parameter 1 to be mysqli, object given in
C:\wamp\www\draft\checkout.php on line 26
Warning: mysqli_affected_rows() expects parameter 1 to be mysqli, object given
in C:
Ellen Heitman wrote:
> Hello! I would really appreciate some answers to a few basic questions.
> I have done some research online, but it would greatly help me to get
> direct answers.
> 1. If my site needs to be available to many browsers, including those
> that may not be entirely up-to-date, is
Jim Lucas wrote:
> Since this has been a topic of dicussion, I figured I would add my
> thoughts.
>
> I have been toying with the idea of doing a -less layouts
> involving tabular data, calendars, etc...
Why?
> Recent threads have finally made me do it. Let me know what you think.
>
> http://
2009/5/21 Jim Lucas
> Jim Lucas wrote:
>
>> Since this has been a topic of dicussion, I figured I would add my
>> thoughts.
>>
>> I have been toying with the idea of doing a -less layouts involving
>> tabular data, calendars, etc...
>>
>> Recent threads have finally made me do it. Let me know wh
Jim Lucas wrote:
Since this has been a topic of dicussion, I figured I would add my
thoughts.
I have been toying with the idea of doing a -less layouts
involving tabular data, calendars, etc...
Recent threads have finally made me do it. Let me know what you think.
http://www.cmsws.com/exam
Since this has been a topic of dicussion, I figured I would add my thoughts.
I have been toying with the idea of doing a -less layouts involving tabular data, calendars,
etc...
Recent threads have finally made me do it. Let me know what you think.
http://www.cmsws.com/examples/templates/div_
65 matches
Mail list logo