Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

php-objects · Discussions about Object Oriented Programming in PHP

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 5000 - 5029 of 10490   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#5000 From: "Wolf Zscheile" <saxonyroots@...>
Date: Thu Feb 1, 2007 9:28 pm
Subject: RE: convert a multidimensional array to javascript
saxony
Send Email Send Email
 
Hi Robert,

this looks pretty good to me, but I'm still struggling to 'digest' and
'get used' of it..

It might take a little time and I will probably come back with a few
more questions..

Thanks a lot for your time and effort !!

Greetings from Goodwater, AL,

Wolf



-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of Atkinson, Robert
Sent: Wednesday, January 31, 2007 3:16 AM
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] convert a multidimensional array to javascript



Wolf, based on what you've said, this is the code to convert a PHP array
into
a JavaScript array :-

<?php

// Define a PHP array
$arySound[0]-["name"] = "Sound1";
$arySound[0]-["val1"] = "Sound1_val_-1";
$arySound[0]-["val2"] = "Sound1_val_-2";
$arySound[0]-["val3"] = "Sound1_val_-3";

$arySound[1]-["name"] = "Sound2";
$arySound[1]-["val1"] = "Sound2_val_-1";
$arySound[1]-["val2"] = "Sound2_val_-2";
$arySound[1]-["val3"] = "Sound2_val_-3";

$topi = 0; // This is the top level count
$subi = 0; // This is the sub-level count

echo "<script>\n"-;
echo "var myArray = new Array();\n"; // Define an initital array called
'myArray'

foreach ($arySound as $subArray) {
echo "myArray[$topi] = new Array();\n"; // Step through each
top level

foreach ($subArray as $key=>$value) { // Step through each
sub-level
echo "myArray[$topi]-[$subi] = '$value';\n"-;
$subi++; // Increment the sub-level count to create the next
array entry
}

$topi++; // Increment the top level count, to create a new
sub-array
}

echo "</script>\n"-;

?>

This should output the JavaScript :-

<script>
var myArray = new Array();
myArray[0] = new Array();
myArray[0][0] = 'Sound1';
myArray[0][1] = 'Sound1_val_-1';
myArray[0][2] = 'Sound1_val_-2';
myArray[0][3] = 'Sound1_val_-3';
myArray[1] = new Array();
myArray[1][4] = 'Sound2';
myArray[1][5] = 'Sound2_val_-1';
myArray[1][6] = 'Sound2_val_-2';
myArray[1][7] = 'Sound2_val_-3';
</script>

Rob.


-----Original Message-----
From: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
[mailto:HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com] On
Behalf Of Wolf Zscheile
Sent: 30 January 2007 23:15
To: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
Subject: RE: [php-objects] convert a multidimensional array to javascript

Hi Jaldip and Rob,

thanks a lot for offering your help !!

Ok..

I try to built a php/Mysql database for our english-speaking friends to
learn
and hear the German language:
HYPERLINK
"HYPERLINK
"http://www.saxonyroots.com/Nightschool/"http://www.saxonyro-ots.com/Nightsc
h-ool/"HYPERLINK
"http://www.saxonyroots.com/Nightsch"http://www.saxonyro-ots.com/Nightsch
ool/

The data is supposed to be loaded into a php array like:
$sound=array(-sound1(array(-s1,s2,s3,-etc)
(sound2(array(-s1,s2,s3,-etc)

this array should then go to Javascript where I could ask sound [1][2] =
what..
There is so much talk about JSON.. AJAX.. etc.. which is quite confusing to
a
Newbe..

Thanks you very much for your help.
Wolf




-----Original Message-----
From: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
[mailto:HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com] On
Behalf Of Jaldip Upadhyay
Sent: Monday, January 29, 2007 9:59 PM
To: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
Subject: Re: [php-objects] convert a multidimensional array to javascript

Hi,
Give me better definition so that it would be better for me to understand
your problem.Right now it seems like AJAX will be the solutionfor you.

Regards
Jaldip Upadhyay
91-9427287333

Wolf Zscheile <HYPERLINK
"mailto:saxonyroots-%40charter.-net"saxonyroots@--charter.-net> wrote: Hi
All,

what is the best way to convert a multidimensional PHP array to javascript
??

Thanks for any help,

Wolf

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/653 - Release Date: 1/26/2007
11:11 AM

[Non-text portions of this message have been removed]

---------------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers

[Non-text portions of this message have been removed]

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.14/657 - Release Date: 1/29/2007
9:04 AM

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.15/659 - Release Date: 1/30/2007
9:31 AM


[Non-text portions of this message have been removed]

PHP Data object relational mapping generator
HYPERLINK "http://www.metastorage.net/"http://www.metastor-age.net/
Yahoo! Groups Links

************-*********-*********-*********-*********-*********-*********-***
******-********
Any opinions expressed in email are those of the individual and not
necessarily those of the company. This email and any files transmitted with
it are confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a
person responsible for delivering to the intended recipient, be advised that
you have received this email in error and that any use is strictly
prohibited.

Random House Group + 44 (0) 20 7840 8400
HYPERLINK "http://www.randomhouse.co.uk"http://www.randomho-use.co.uk
HYPERLINK
"http://www.booksattransworld.co.uk"http://www.booksatt-ransworld.-co.uk
HYPERLINK
"http://www.kidsatrandomhouse.co.uk"http://www.kidsatra-ndomhouse.-co.uk
Generic email address - HYPERLINK
"mailto:enquiries%40randomhouse.co.uk"enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
************-*********-*********-*********-*********-*********-*********-***
******-********






--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.15/659 - Release Date: 1/30/2007
9:31 AM



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007
11:30 PM



[Non-text portions of this message have been removed]

#5001 From: "Wolf Zscheile" <saxonyroots@...>
Date: Fri Feb 2, 2007 2:22 am
Subject: RE: convert a multidimensional array to javascript
saxony
Send Email Send Email
 
Hi Rob.,

still got problems...

Your code looks ok, but the output is in a 'bunch', how can I get the output
for
each individual item ?

With Javascript I need
var soundx= myArray[0][3];

and to process this further

soundManager.play('soundx');

Please excuse the stupid questions of a Newbe..

Greeting,

Wolf




-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of Atkinson, Robert
Sent: Wednesday, January 31, 2007 3:16 AM
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] convert a multidimensional array to javascript



Wolf, based on what you've said, this is the code to convert a PHP array
into
a JavaScript array :-

<?php

// Define a PHP array
$arySound[0]-["name"] = "Sound1";
$arySound[0]-["val1"] = "Sound1_val_-1";
$arySound[0]-["val2"] = "Sound1_val_-2";
$arySound[0]-["val3"] = "Sound1_val_-3";

$arySound[1]-["name"] = "Sound2";
$arySound[1]-["val1"] = "Sound2_val_-1";
$arySound[1]-["val2"] = "Sound2_val_-2";
$arySound[1]-["val3"] = "Sound2_val_-3";

$topi = 0; // This is the top level count
$subi = 0; // This is the sub-level count

echo "<script>\n"-;
echo "var myArray = new Array();\n"; // Define an initital array called
'myArray'

foreach ($arySound as $subArray) {
echo "myArray[$topi] = new Array();\n"; // Step through each
top level

foreach ($subArray as $key=>$value) { // Step through each
sub-level
echo "myArray[$topi]-[$subi] = '$value';\n"-;
$subi++; // Increment the sub-level count to create the next
array entry
}

$topi++; // Increment the top level count, to create a new
sub-array
}

echo "</script>\n"-;

?>

This should output the JavaScript :-

<script>
var myArray = new Array();
myArray[0] = new Array();
myArray[0][0] = 'Sound1';
myArray[0][1] = 'Sound1_val_-1';
myArray[0][2] = 'Sound1_val_-2';
myArray[0][3] = 'Sound1_val_-3';
myArray[1] = new Array();
myArray[1][4] = 'Sound2';
myArray[1][5] = 'Sound2_val_-1';
myArray[1][6] = 'Sound2_val_-2';
myArray[1][7] = 'Sound2_val_-3';
</script>

Rob.


-----Original Message-----
From: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
[mailto:HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com] On
Behalf Of Wolf Zscheile
Sent: 30 January 2007 23:15
To: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
Subject: RE: [php-objects] convert a multidimensional array to javascript

Hi Jaldip and Rob,

thanks a lot for offering your help !!

Ok..

I try to built a php/Mysql database for our english-speaking friends to
learn
and hear the German language:
HYPERLINK
"HYPERLINK
"http://www.saxonyroots.com/Nightschool/"http://www.saxonyro-ots.com/Nightsc
h-ool/"HYPERLINK
"http://www.saxonyroots.com/Nightsch"http://www.saxonyro-ots.com/Nightsch
ool/

The data is supposed to be loaded into a php array like:
$sound=array(-sound1(array(-s1,s2,s3,-etc)
(sound2(array(-s1,s2,s3,-etc)

this array should then go to Javascript where I could ask sound [1][2] =
what..
There is so much talk about JSON.. AJAX.. etc.. which is quite confusing to
a
Newbe..

Thanks you very much for your help.
Wolf




-----Original Message-----
From: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
[mailto:HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com] On
Behalf Of Jaldip Upadhyay
Sent: Monday, January 29, 2007 9:59 PM
To: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
Subject: Re: [php-objects] convert a multidimensional array to javascript

Hi,
Give me better definition so that it would be better for me to understand
your problem.Right now it seems like AJAX will be the solutionfor you.

Regards
Jaldip Upadhyay
91-9427287333

Wolf Zscheile <HYPERLINK
"mailto:saxonyroots-%40charter.-net"saxonyroots@--charter.-net> wrote: Hi
All,

what is the best way to convert a multidimensional PHP array to javascript
??

Thanks for any help,

Wolf

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/653 - Release Date: 1/26/2007
11:11 AM

[Non-text portions of this message have been removed]

---------------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers

[Non-text portions of this message have been removed]

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.14/657 - Release Date: 1/29/2007
9:04 AM

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.15/659 - Release Date: 1/30/2007
9:31 AM


[Non-text portions of this message have been removed]

PHP Data object relational mapping generator
HYPERLINK "http://www.metastorage.net/"http://www.metastor-age.net/
Yahoo! Groups Links

************-*********-*********-*********-*********-*********-*********-***
******-********
Any opinions expressed in email are those of the individual and not
necessarily those of the company. This email and any files transmitted with
it are confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a
person responsible for delivering to the intended recipient, be advised that
you have received this email in error and that any use is strictly
prohibited.

Random House Group + 44 (0) 20 7840 8400
HYPERLINK "http://www.randomhouse.co.uk"http://www.randomho-use.co.uk
HYPERLINK
"http://www.booksattransworld.co.uk"http://www.booksatt-ransworld.-co.uk
HYPERLINK
"http://www.kidsatrandomhouse.co.uk"http://www.kidsatra-ndomhouse.-co.uk
Generic email address - HYPERLINK
"mailto:enquiries%40randomhouse.co.uk"enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
************-*********-*********-*********-*********-*********-*********-***
******-********






--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.15/659 - Release Date: 1/30/2007
9:31 AM



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007
11:30 PM



[Non-text portions of this message have been removed]

#5002 From: "Atkinson, Robert" <ratkinson@...>
Date: Fri Feb 2, 2007 8:59 am
Subject: RE: Approved file
ratkinsonuk
Send Email Send Email
 
Isn't it about time the moderator banned this person?

-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of mirrasyssolutions@...
Sent: 31 January 2007 08:17
To: php-objects@yahoogroups.com
Subject: [php-objects] Approved file


My approved file.
Yours sincerely


********************************************************************************\
***
Any opinions expressed in email are those of the individual and not necessarily
those of the company. This email and any files transmitted with it are
confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a person
responsible for delivering to the intended recipient, be advised that you have
received this email in error and that any use is strictly prohibited.

Random House Group + 44 (0) 20 7840 8400
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk
http://www.kidsatrandomhouse.co.uk
Generic email address - enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
********************************************************************************\
***

#5003 From: "Atkinson, Robert" <ratkinson@...>
Date: Fri Feb 2, 2007 9:01 am
Subject: RE: convert a multidimensional array to javascript
ratkinsonuk
Send Email Send Email
 
Please explain what you are trying to make, and perhaps I can give you the
right code.

Rob.

-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of Wolf Zscheile
Sent: 02 February 2007 02:22
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] convert a multidimensional array to javascript

Hi Rob.,

still got problems...

Your code looks ok, but the output is in a 'bunch', how can I get the output
for each individual item ?

With Javascript I need
var soundx= myArray[0][3];

and to process this further

soundManager.play('soundx');

Please excuse the stupid questions of a Newbe..

Greeting,

Wolf

********************************************************************************\
***
Any opinions expressed in email are those of the individual and not necessarily
those of the company. This email and any files transmitted with it are
confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a person
responsible for delivering to the intended recipient, be advised that you have
received this email in error and that any use is strictly prohibited.

Random House Group + 44 (0) 20 7840 8400
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk
http://www.kidsatrandomhouse.co.uk
Generic email address - enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
********************************************************************************\
***

#5004 From: "chitara1970" <chitara1970@...>
Date: Sat Feb 3, 2007 8:35 am
Subject: work with php framework
chitara1970
Send Email Send Email
 
Hi all!

I an novice in php. I don't know how to use frame work. In fact I am
not clear about what is it.

I've downloaded some framework like codeigniter, simphony, prado. But
failed to understand. How will I use them.

Know the sounds so silly....

But lease can anyone please help me regarding this.


Bye

#5005 From: "Altamiro Teixeira de Souza" <mirotsster@...>
Date: Sat Feb 3, 2007 1:55 pm
Subject: Re: work with php framework
altamiro.tei...
Send Email Send Email
 
Hi !
FrameWork is very general word for designating a suport structure in wich we
can organize our systems.
Frameworks are specialized in braking that boring part of the systems
development, releasing us for the central part of the application we want to
create, by extending their funcionality.
So that is not a paticular characteristic of PHP, but almost popular oop
linguage. Some examples of popular framework are: Eclipse, Velocity,
DreamWeaver, Strurts, and so on .

For PHP you can work with Eclipse or DreameWeaver (among others).

I hope it can show you the way of stones.



2007/2/3, chitara1970 <chitara1970@...>:
>
>   Hi all!
>
> I an novice in php. I don't know how to use frame work. In fact I am
> not clear about what is it.
>
> I've downloaded some framework like codeigniter, simphony, prado. But
> failed to understand. How will I use them.
>
> Know the sounds so silly....
>
> But lease can anyone please help me regarding this.
>
> Bye
>
>
>



--
Altamiro Teixeira de Souza


[Non-text portions of this message have been removed]

#5006 From: "Umut AYDIN" <devnetwork@...>
Date: Sat Feb 3, 2007 9:17 am
Subject: Re: work with php framework
crea_mind
Send Email Send Email
 
symfony is useful and great documented more thn others. you can see sample
videos on the net.
www.symfony-project.com

On 2/3/07, chitara1970 <chitara1970@...> wrote:
>
>   Hi all!
>
> I an novice in php. I don't know how to use frame work. In fact I am
> not clear about what is it.
>
> I've downloaded some framework like codeigniter, simphony, prado. But
> failed to understand. How will I use them.
>
> Know the sounds so silly....
>
> But lease can anyone please help me regarding this.
>
> Bye
>
>
>



--
Regards,
Umut AYDIN
Senior Software Developer

Istanbul, Turkey


[Non-text portions of this message have been removed]

#5007 From: "Wolf Zscheile" <saxonyroots@...>
Date: Sun Feb 4, 2007 1:50 pm
Subject: RE: convert a multidimensional array to javascript
saxony
Send Email Send Email
 
Hi Rob

Thanks a lot for your continuing interest. I'm just trying to figure out
things
and get organized..
As soon as I'm through with that I will get in touch with you again.

Thanks a lot,

Wolf



-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of Atkinson, Robert
Sent: Friday, February 02, 2007 3:01 AM
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] convert a multidimensional array to javascript



Please explain what you are trying to make, and perhaps I can give you the
right code.

Rob.

-----Original Message-----
From: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
[mailto:HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com] On
Behalf Of Wolf Zscheile
Sent: 02 February 2007 02:22
To: HYPERLINK
"mailto:php-objects%40yahoogroups.com"php-objects@-yahoogroups.-com
Subject: RE: [php-objects] convert a multidimensional array to javascript

Hi Rob.,

still got problems...

Your code looks ok, but the output is in a 'bunch', how can I get the output
for each individual item ?

With Javascript I need
var soundx= myArray[0][3]-;

and to process this further

soundManager.-play('soundx'-);

Please excuse the stupid questions of a Newbe..

Greeting,

Wolf

************-*********-*********-*********-*********-*********-*********-***
******-********
Any opinions expressed in email are those of the individual and not
necessarily those of the company. This email and any files transmitted with
it are confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a
person responsible for delivering to the intended recipient, be advised that
you have received this email in error and that any use is strictly
prohibited.

Random House Group + 44 (0) 20 7840 8400
HYPERLINK "http://www.randomhouse.co.uk"http://www.randomho-use.co.uk
HYPERLINK
"http://www.booksattransworld.co.uk"http://www.booksatt-ransworld.-co.uk
HYPERLINK
"http://www.kidsatrandomhouse.co.uk"http://www.kidsatra-ndomhouse.-co.uk
Generic email address - HYPERLINK
"mailto:enquiries%40randomhouse.co.uk"enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
************-*********-*********-*********-*********-*********-*********-***
******-********






--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007
11:30 PM



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.21/665 - Release Date: 2/2/2007
11:39 PM



[Non-text portions of this message have been removed]

#5008 From: "Brian Etheridge" <Brian.Etheridge@...>
Date: Mon Feb 5, 2007 9:24 am
Subject: RE: work with php framework
contact_bee
Send Email Send Email
 
Hi,
You've had some responses to your question, but I'm not sure they have
answered you satisfactorily.

My understanding of a framework development is the use of a library or
several libraries of software which form
the infrastructure within which my code executes.  I would expect a
framework to do a number of standard things,
such as helping me to write the system in a sensible way, help with form
building for my web pages,
validation of data entered in the form, navigation, security,
authentication, access control, database
management, etc.

Within this framework I would expect to be able to call into methods to
do these various things, and/or to
inherit from some base classes which provide basic functionality,
leaving the detail and business logic portions for me to
write myself.

I have used the open source content management product Mambo, which
provides such a framework for system
development.  It's quite good and fairly easy to become familiar with.
There is a follow on product called Joomla
which is based on Mambo, which you might want to look at.

If you prefer more of a hands-on programming approach (although Mambo
also requires PHP programming) then have a
look at CakePHP.  I am using this a lot at the moment and like it very
much.  It is very helpful but without getting in the way
and has a very active community.

Cake is very like Ruby and Groovy, where you follow convention (of
naming and design) to obtain considerable assistance
from the framework in the construction of the system.  It encourages the
MVC (model/view/controller) pattern of system
design and provides a broad range of components to help.

Good luck
Brian

________________________________

From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com]
On Behalf Of chitara1970
Sent: 03 February 2007 08:35
To: php-objects@yahoogroups.com
Subject: [php-objects] work with php framework



Hi all!

I an novice in php. I don't know how to use frame work. In fact I am
not clear about what is it.

I've downloaded some framework like codeigniter, simphony, prado. But
failed to understand. How will I use them.

Know the sounds so silly....

But lease can anyone please help me regarding this.

Bye






[Non-text portions of this message have been removed]

#5009 From: "Harish Balakrishnan Marar" <hb_marar@...>
Date: Mon Feb 5, 2007 3:10 pm
Subject: Re: work with php framework
hb_marar
Send Email Send Email
 
Hi ,

     Frameweork is something which helps you do not reinvent the wheel
again. For example, think of a authentication system. Obviously it
would be having users table in database and needs the CRUD operations.
How it would be if by configuration , a system gives you nearly all
the functions to manipulate the user table. Or think a self build
caching system, or session handling system up in just a few config
settings.

     Simphony is something matching ruby on rails framework. We are
using it like anything and i like it. Though in learning phase but is
worth appreciable. But if you do not intend to build high end
applications or is lie\ght weight application your aim go for codeignitor.

    Cheers. I would get you some books also and do not worry post to my
id any issues ...might be i have come across it while i explored. :D

regards

Harish Balakrishnan Marar

--- In php-objects@yahoogroups.com, "chitara1970" <chitara1970@...> wrote:
>
> Hi all!
>
> I an novice in php. I don't know how to use frame work. In fact I am
> not clear about what is it.
>
> I've downloaded some framework like codeigniter, simphony, prado. But
> failed to understand. How will I use them.
>
> Know the sounds so silly....
>
> But lease can anyone please help me regarding this.
>
>
> Bye
>

#5010 From: "Harish Balakrishnan Marar" <hb_marar@...>
Date: Mon Feb 5, 2007 3:17 pm
Subject: Re: work with php framework
hb_marar
Send Email Send Email
 
Hi,

    Brian, sorry i did not read your posts. Was in a rush that this
thread struck.Chitara, Brian said it better than me. Hope it helps.

regards

Harish

--- In php-objects@yahoogroups.com, "chitara1970" <chitara1970@...> wrote:
>
> Hi all!
>
> I an novice in php. I don't know how to use frame work. In fact I am
> not clear about what is it.
>
> I've downloaded some framework like codeigniter, simphony, prado. But
> failed to understand. How will I use them.
>
> Know the sounds so silly....
>
> But lease can anyone please help me regarding this.
>
>
> Bye
>

#5011 From: "Brian Etheridge" <Brian.Etheridge@...>
Date: Mon Feb 5, 2007 3:39 pm
Subject: RE: Re: work with php framework
contact_bee
Send Email Send Email
 
No Problem, Harish.  You mentioned Simphony and CodeIgnitor, neither of
which I have used.  So that
was very interesting.  I will have a look at them myself.

Cheers
Brian

________________________________

From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com]
On Behalf Of Harish Balakrishnan Marar
Sent: 05 February 2007 15:18
To: php-objects@yahoogroups.com
Subject: [php-objects] Re: work with php framework



Hi,

Brian, sorry i did not read your posts. Was in a rush that this
thread struck.Chitara, Brian said it better than me. Hope it helps.

regards

Harish

--- In php-objects@yahoogroups.com
<mailto:php-objects%40yahoogroups.com> , "chitara1970" <chitara1970@...>
wrote:
>
> Hi all!
>
> I an novice in php. I don't know how to use frame work. In fact I am
> not clear about what is it.
>
> I've downloaded some framework like codeigniter, simphony, prado. But
> failed to understand. How will I use them.
>
> Know the sounds so silly....
>
> But lease can anyone please help me regarding this.
>
>
> Bye
>






[Non-text portions of this message have been removed]

#5012 From: sanjay roy <sanjayphp@...>
Date: Mon Feb 5, 2007 5:26 am
Subject: Re: work with php framework
sanjayphp
Send Email Send Email
 
i worked with CodeIgniter framework. As far i know there is nice  development
guide for working with it for design and development.

Altamiro Teixeira de Souza <mirotsster@...> wrote:
Hi !
   FrameWork is very general word for designating a suport structure in wich we
   can organize our systems.
   Frameworks are specialized in braking that boring part of the systems
   development, releasing us for the central part of the application we want to
   create, by extending their funcionality.
   So that is not a paticular characteristic of PHP, but almost popular oop
   linguage. Some examples of popular framework are: Eclipse, Velocity,
   DreamWeaver, Strurts, and so on .

   For PHP you can work with Eclipse or DreameWeaver (among others).

   I hope it can show you the way of stones.

   2007/2/3, chitara1970 <chitara1970@...>:
   >
   >   Hi all!
   >
   > I an novice in php. I don't know how to use frame work. In fact I am
   > not clear about what is it.
   >
   > I've downloaded some framework like codeigniter, simphony, prado. But
   > failed to understand. How will I use them.
   >
   > Know the sounds so silly....
   >
   > But lease can anyone please help me regarding this.
   >
   > Bye
   >
   >
   >

   --
   Altamiro Teixeira de Souza

   [Non-text portions of this message have been removed]






---------------------------------
  Get your own web address.
  Have a HUGE year through Yahoo! Small Business.

[Non-text portions of this message have been removed]

#5013 From: Gryphon <Gryphon4200@...>
Date: Tue Feb 6, 2007 6:15 pm
Subject: PHP development tools
gryphon4200
Send Email Send Email
 
I usually use the WAMP server at home to do development work but at work I do
not have admin rights on my machine but would still like to have something like
the WAMP server setup to do stuff while I'm at work.

Basicly, what I'm asking is, Does anyone know of a webserver and MySQL like
server that you can install or just run on a system without having admin rights
to the system.

Yahoo ID: Gryphon4200
gryphon4200@...
http://www.myspace.com/gryphon4200



________________________________________________________________________________\
____
Have a burning question?
Go to www.Answers.yahoo.com and get answers from real people who know.

[Non-text portions of this message have been removed]

#5014 From: "teacherweeks" <teacherweeks@...>
Date: Wed Feb 7, 2007 3:23 am
Subject: Reinstall Strangeness.... help!!!
teacherweeks
Send Email Send Email
 
I just had to reinstall PHP after my server totally crashed, I have
configured it exactly the same as far as I can tell, however I am
pretty sure there is something that got left out. I am know having
problems with code that was previously workin, most of the errors and
strangeness is coming from variable interactions. Variables are not
passing their informatin from one to another, variables that hold
database information are not working. Does anyone recognize these
symptoms and if so can you point me in the direction of the answer.

Teacherweeks

#5015 From: "Sreeni .A" <sreeniaphpcoder@...>
Date: Wed Feb 7, 2007 7:31 am
Subject: Re: PHP development tools
sreeniaitist
Send Email Send Email
 
Hi Gryphon..

        I did not understand your requirment clearly.. But I can tell you
some of other softwares

  like WAMP, you can use , EasyPHP which is available at apachefriends.net

               XAMPP is also one, additinal feature is you can Set the
version of php, so that you can make sure version compatibility on php.

               PHPtriod is also one

... Other wise you can download all the PHP from php.net, mysql from
mysql.org and apache and you can configure on your own.

- Sreeni.A

On 2/6/07, Gryphon <Gryphon4200@...> wrote:
>
>   I usually use the WAMP server at home to do development work but at work
> I do not have admin rights on my machine but would still like to have
> something like the WAMP server setup to do stuff while I'm at work.
>
> Basicly, what I'm asking is, Does anyone know of a webserver and MySQL
> like server that you can install or just run on a system without having
> admin rights to the system.
>
> Yahoo ID: Gryphon4200
> gryphon4200@... <gryphon4200%40yahoo.com>
> http://www.myspace.com/gryphon4200
>
> __________________________________________________________
> Have a burning question?
> Go to www.Answers.yahoo.com and get answers from real people who know.
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#5016 From: "Sreeni .A" <sreeniaphpcoder@...>
Date: Wed Feb 7, 2007 7:34 am
Subject: Re: Reinstall Strangeness.... help!!!
sreeniaitist
Send Email Send Email
 
hi ..

   check in php.ini file for

       register_globals
       shorttags_open

  I hope this will help you

-Sreeni,A



On 2/7/07, teacherweeks <teacherweeks@...> wrote:
>
>   I just had to reinstall PHP after my server totally crashed, I have
> configured it exactly the same as far as I can tell, however I am
> pretty sure there is something that got left out. I am know having
> problems with code that was previously workin, most of the errors and
> strangeness is coming from variable interactions. Variables are not
> passing their informatin from one to another, variables that hold
> database information are not working. Does anyone recognize these
> symptoms and if so can you point me in the direction of the answer.
>
> Teacherweeks
>
>
>


[Non-text portions of this message have been removed]

#5017 From: "Sreeni .A" <sreeniaphpcoder@...>
Date: Wed Feb 7, 2007 1:45 pm
Subject: {Announcement} PHP requirement 2+ exp; HYDERABAD
sreeniaitist
Send Email Send Email
 
hi ...

             I am working for *Nowpos Online Services Pvt ltd., Hyderabad

            *We have a urgent requirment for PHP, MySQL, and javascript.

            Experience on Linux is added advantage.

            We need people of 2 years of experience.

            Those who are interested, Please send your resumes to
vidya@....

--------------------------------------------------------------------------------\
-----------------------------------------------------------------------
**
* **www.nowpos.com * <http://www.nowpos.com/>
This is new mail-engine with special features from hyderabad company.

*NowPos vMail*: NowPos voice-email. A competitor to Slawesome and Springdoo
but much better. 1.6 GB inbox, 5 MB attachments, email widgets. RTF soon to
come. Will be a full-fledged voice-message portal with forums (
nagfans.nowpos.com) and competitions (to create a user-community like
Youtube but only voice).

--------------------------------------------------------------------------------\
----------------------------------------------------------------------------

**
*-Sreeni.A*


[Non-text portions of this message have been removed]

#5018 From: John Shanyinde <solavar@...>
Date: Wed Feb 7, 2007 1:57 pm
Subject: Re: PHP development tools
solavar
Send Email Send Email
 
Hi Gryphon,

Try usbWebServer (www.usbwebserver.nl/).  It has
Apache, MySQL, PHP and PHPMyAdmin.
It runs without installation.

solavar


--- Gryphon <Gryphon4200@...> wrote:

> I usually use the WAMP server at home to do
> development work but at work I do not have admin
> rights on my machine but would still like to have
> something like the WAMP server setup to do stuff
> while I'm at work.
>
> Basicly, what I'm asking is, Does anyone know of a
> webserver and MySQL like server that you can install
> or just run on a system without having admin rights
> to the system.
>
> Yahoo ID: Gryphon4200
> gryphon4200@...
> http://www.myspace.com/gryphon4200
>
>
>
>
________________________________________________________________________________\
____
> Have a burning question?
> Go to www.Answers.yahoo.com and get answers from
> real people who know.
>
> [Non-text portions of this message have been
> removed]
>
>




________________________________________________________________________________\
____
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel
bargains.
http://farechase.yahoo.com/promo-generic-14795097

#5019 From: "Michael Reaves" <mreaves@...>
Date: Wed Feb 7, 2007 6:20 pm
Subject: RE: Class on OOP
mreaves53
Send Email Send Email
 
Group,



I am looking for a class on OOP, specifically on php, in the USA preferably
in the southeast.



Thanks,



Michael J. Reaves

Database Administrator/Financial Coordinator





,_._,___



[Non-text portions of this message have been removed]

#5020 From: "Farhan khalid" <farhan2kf@...>
Date: Thu Feb 8, 2007 12:18 am
Subject: php ajax delete row without refresh
farhan2kf
Send Email Send Email
 
Hi,

i need to delete a record from database with php, ajax and then remove the
row from table

so if i have records
row1
row2
row3
row4
and i put a check on record row 3 then the row of records row 3 is deleted
and row 4 pushes 1 step upwards to fill the space of row3.

can anyone tell me how to do this?

Regards
Farhan


[Non-text portions of this message have been removed]

#5021 From: Anees <anees_muhd@...>
Date: Thu Feb 8, 2007 3:56 am
Subject: Re: php ajax delete row without refresh
anees_muhd
Send Email Send Email
 
Hi

Make the ur row listings as another ajax/ PHP function
and call the same after the detetion once again..

Use innerHTML property to insert it into DIV / TABLE


Anees Muhammed
___________


----- Original Message ----
From: Farhan khalid <farhan2kf@...>
To: phpexperts-owner <phpexperts@yahoogroups.com>; php-objects@yahoogroups.com
Sent: Thursday, February 8, 2007 5:48:17 AM
Subject: [php-objects] php ajax delete row without refresh













             Hi,



i need to delete a record from database with php, ajax and then remove the

row from table



so if i have records

row1

row2

row3

row4

and i put a check on record row 3 then the row of records row 3 is deleted

and row 4 pushes 1 step upwards to fill the space of row3.



can anyone tell me how to do this?



Regards

Farhan



[Non-text portions of this message have been removed]














<!--

#ygrp-mlmsg {font-size:13px;font-family:arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;
}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;
}
#ygrp-vitnav{
padding-top:10px;
font-family:Verdana;
font-size:77%;
margin:0;
}
#ygrp-vitnav a{
padding:0 1px;
}
#ygrp-actbar{
clear:both;
margin:25px 0;
white-space:nowrap;
color:#666;
text-align:right;
}
#ygrp-actbar .left{
float:left;
white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;
font-size:77%;
padding:15px 0;
}
#ygrp-ft{
font-family:verdana;
font-size:77%;
border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;
}

#ygrp-vital{
background-color:#e0ecee;
margin-bottom:20px;
padding:2px 0 8px 8px;
}
#ygrp-vital #vithd{
font-size:77%;
font-family:Verdana;
font-weight:bold;
color:#333;
text-transform:uppercase;
}
#ygrp-vital ul{
padding:0;
margin:2px 0;
}
#ygrp-vital ul li{
list-style-type:none;
clear:both;
border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;
color:#ff7900;
float:right;
width:2em;
text-align:right;
padding-right:.5em;
}
#ygrp-vital ul li .cat{
font-weight:bold;
}
#ygrp-vital a {
text-decoration:none;
}

#ygrp-vital a:hover{
text-decoration:underline;
}

#ygrp-sponsor #hd{
color:#999;
font-size:77%;
}
#ygrp-sponsor #ov{
padding:6px 13px;
background-color:#e0ecee;
margin-bottom:20px;
}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;
margin:0;
}
#ygrp-sponsor #ov li{
list-style-type:square;
padding:6px 0;
font-size:77%;
}
#ygrp-sponsor #ov li a{
text-decoration:none;
font-size:130%;
}
#ygrp-sponsor #nc {
background-color:#eee;
margin-bottom:20px;
padding:0 8px;
}
#ygrp-sponsor .ad{
padding:8px 0;
}
#ygrp-sponsor .ad #hd1{
font-family:Arial;
font-weight:bold;
color:#628c2a;
font-size:100%;
line-height:122%;
}
#ygrp-sponsor .ad a{
text-decoration:none;
}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;
}
#ygrp-sponsor .ad p{
margin:0;
}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;
}
#ygrp-text tt{
font-size:120%;
}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->









________________________________________________________________________________\
____
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

[Non-text portions of this message have been removed]

#5022 From: iponk crit <code_4ponk@...>
Date: Thu Feb 8, 2007 4:15 am
Subject: Re: php ajax delete row without refresh
code_4ponk
Send Email Send Email
 
if  you create your rows dinamically, you can make some javascript delete
function and to delete your selected row, and ajaxify it with some ajax function
to delete your data  that's contained in your table ;
ex;
<script language="javascript">
function insertRow(col1,....){
cells[i].innerHTML = "<a href=# onClick='DeleteEntry("+col0+");'>delete</a>";
}
function DeleteEntry(id)
{
     param="id="+id+"&action=delete";
     doSomeAjax('<!--{$xml_delete_file}-->', param, 'delete_response', 'post',
0/* no xml*/);

}
</script>


----- Original Message ----
From: Anees <anees_muhd@...>
To: php-objects@yahoogroups.com
Sent: Wednesday, February 7, 2007 7:56:12 PM
Subject: Re: [php-objects] php ajax delete row without refresh













             Hi



Make the ur row listings as another ajax/ PHP function

and call the same after the detetion once again..



Use innerHTML property to insert it into DIV / TABLE





Anees Muhammed

___________



----- Original Message ----

From: Farhan khalid <farhan2kf@gmail. com>

To: phpexperts-owner <phpexperts@yahoogro ups.com>; php-objects@ yahoogroups.
com

Sent: Thursday, February 8, 2007 5:48:17 AM

Subject: [php-objects] php ajax delete row without refresh



Hi,



i need to delete a record from database with php, ajax and then remove the



row from table



so if i have records



row1



row2



row3



row4



and i put a check on record row 3 then the row of records row 3 is deleted



and row 4 pushes 1 step upwards to fill the space of row3.



can anyone tell me how to do this?



Regards



Farhan



[Non-text portions of this message have been removed]



<!--



#ygrp-mlmsg {font-size:13px; font-family: arial,helvetica, clean,sans- serif;}

#ygrp-mlmsg table {font-size:inherit; font:100% ;}

#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica, clean,sans-
serif;}

#ygrp-mlmsg pre, code {font:115% monospace;}

#ygrp-mlmsg * {line-height: 1.22em;}

#ygrp-text{

font-family: Georgia;

}

#ygrp-text p{

margin:0 0 1em 0;

}

#ygrp-tpmsgs{

font-family: Arial;

clear:both;

}

#ygrp-vitnav{

padding-top: 10px;

font-family: Verdana;

font-size:77% ;

margin:0;

}

#ygrp-vitnav a{

padding:0 1px;

}

#ygrp-actbar{

clear:both;

margin:25px 0;

white-space: nowrap;

color:#666;

text-align:right;

}

#ygrp-actbar .left{

float:left;

white-space: nowrap;

}

.bld{font-weight: bold;}

#ygrp-grft{

font-family: Verdana;

font-size:77% ;

padding:15px 0;

}

#ygrp-ft{

font-family: verdana;

font-size:77% ;

border-top:1px solid #666;

padding:5px 0;

}

#ygrp-mlmsg #logo{

padding-bottom: 10px;

}



#ygrp-vital{

background-color: #e0ecee;

margin-bottom: 20px;

padding:2px 0 8px 8px;

}

#ygrp-vital #vithd{

font-size:77% ;

font-family: Verdana;

font-weight: bold;

color:#333;

text-transform: uppercase;

}

#ygrp-vital ul{

padding:0;

margin:2px 0;

}

#ygrp-vital ul li{

list-style-type: none;

clear:both;

border:1px solid #e0ecee;

}

#ygrp-vital ul li .ct{

font-weight: bold;

color:#ff7900;

float:right;

width:2em;

text-align:right;

padding-right: .5em;

}

#ygrp-vital ul li .cat{

font-weight: bold;

}

#ygrp-vital a {

text-decoration: none;

}



#ygrp-vital a:hover{

text-decoration: underline;

}



#ygrp-sponsor #hd{

color:#999;

font-size:77% ;

}

#ygrp-sponsor #ov{

padding:6px 13px;

background-color: #e0ecee;

margin-bottom: 20px;

}

#ygrp-sponsor #ov ul{

padding:0 0 0 8px;

margin:0;

}

#ygrp-sponsor #ov li{

list-style-type: square;

padding:6px 0;

font-size:77% ;

}

#ygrp-sponsor #ov li a{

text-decoration: none;

font-size:130% ;

}

#ygrp-sponsor #nc {

background-color: #eee;

margin-bottom: 20px;

padding:0 8px;

}

#ygrp-sponsor .ad{

padding:8px 0;

}

#ygrp-sponsor .ad #hd1{

font-family: Arial;

font-weight: bold;

color:#628c2a;

font-size:100% ;

line-height: 122%;

}

#ygrp-sponsor .ad a{

text-decoration: none;

}

#ygrp-sponsor .ad a:hover{

text-decoration: underline;

}

#ygrp-sponsor .ad p{

margin:0;

}

o {font-size:0; }

.MsoNormal {

margin:0 0 0 0;

}

#ygrp-text tt{

font-size:120% ;

}

blockquote{margin: 0 0 0 4px;}

.replbq {margin:4;}

-->



____________ _________ _________ _________ _________ _________ _

The fish are biting.

Get more visitors on your site using Yahoo! Search Marketing.

http://searchmarket ing.yahoo. com/arp/sponsore dsearch_v2. php



[Non-text portions of this message have been removed]














<!--

#ygrp-mlmsg {font-size:13px;font-family:arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;
}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;
}
#ygrp-vitnav{
padding-top:10px;
font-family:Verdana;
font-size:77%;
margin:0;
}
#ygrp-vitnav a{
padding:0 1px;
}
#ygrp-actbar{
clear:both;
margin:25px 0;
white-space:nowrap;
color:#666;
text-align:right;
}
#ygrp-actbar .left{
float:left;
white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;
font-size:77%;
padding:15px 0;
}
#ygrp-ft{
font-family:verdana;
font-size:77%;
border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;
}

#ygrp-vital{
background-color:#e0ecee;
margin-bottom:20px;
padding:2px 0 8px 8px;
}
#ygrp-vital #vithd{
font-size:77%;
font-family:Verdana;
font-weight:bold;
color:#333;
text-transform:uppercase;
}
#ygrp-vital ul{
padding:0;
margin:2px 0;
}
#ygrp-vital ul li{
list-style-type:none;
clear:both;
border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;
color:#ff7900;
float:right;
width:2em;
text-align:right;
padding-right:.5em;
}
#ygrp-vital ul li .cat{
font-weight:bold;
}
#ygrp-vital a {
text-decoration:none;
}

#ygrp-vital a:hover{
text-decoration:underline;
}

#ygrp-sponsor #hd{
color:#999;
font-size:77%;
}
#ygrp-sponsor #ov{
padding:6px 13px;
background-color:#e0ecee;
margin-bottom:20px;
}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;
margin:0;
}
#ygrp-sponsor #ov li{
list-style-type:square;
padding:6px 0;
font-size:77%;
}
#ygrp-sponsor #ov li a{
text-decoration:none;
font-size:130%;
}
#ygrp-sponsor #nc {
background-color:#eee;
margin-bottom:20px;
padding:0 8px;
}
#ygrp-sponsor .ad{
padding:8px 0;
}
#ygrp-sponsor .ad #hd1{
font-family:Arial;
font-weight:bold;
color:#628c2a;
font-size:100%;
line-height:122%;
}
#ygrp-sponsor .ad a{
text-decoration:none;
}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;
}
#ygrp-sponsor .ad p{
margin:0;
}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;
}
#ygrp-text tt{
font-size:120%;
}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->









________________________________________________________________________________\
____
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited

[Non-text portions of this message have been removed]

#5023 From: "Atkinson, Robert" <ratkinson@...>
Date: Thu Feb 8, 2007 9:13 am
Subject: RE: php ajax delete row without refresh
ratkinsonuk
Send Email Send Email
 
Newer browsers implement the JavaScript DOM Tree model, which provides a
'removeChild' function. This will allow you to identify and remove any
element of the DOM, including a row in a table.

This working example shows you how it works :-


<table id="myTable">
<tr>
<td>Row 0 Cell 1</td>
<td>Row 0 Cell 2</td>
</tr>
<tr>
<td>Row 1 Cell 1</td>
<td>Row 1 Cell 2</td>
</tr>
<tr>
<td>Row 2 Cell 1</td>
<td>Row 2 Cell 2</td>
</tr>
</table>
<a href="#" onclick="remChild(1);return false;">removeChild(1)</a>
<script>

function remChild(n) {
   if (document.getElementById) {
     var tbl = document.getElementById('myTable');
     if (tbl.hasChildNodes()) {
       var tbdy;

       // Loop through the 'mytable' DOM tree looking for the table body

       for (var i = 0; i < tbl.childNodes.length; i++) {
         if (tbl.childNodes[i].nodeName == 'TBODY') {
           tbdy = tbl.childNodes[i];
           break;
         }
       }
       if (tbdy.hasChildNodes()) {
         var row, rowCounter = 0;

       // now loop through the table body looking for the 'n' row and delete
if found

         for (var i = 0; i < tbdy.childNodes.length; i++) {
           if (tbdy.childNodes[i].nodeName == 'TR') {
             if (rowCounter == n) {
               row = tbdy.childNodes[i];
               tbdy.removeChild(row);
               break;
             } else {
               rowCounter++;
             }
           }
         }
       }
     }
   }

}

</script>

-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of Farhan khalid
Sent: 08 February 2007 00:18
To: phpexperts-owner; php-objects@yahoogroups.com
Subject: [php-objects] php ajax delete row without refresh

Hi,

i need to delete a record from database with php, ajax and then remove the
row from table

so if i have records
row1
row2
row3
row4
and i put a check on record row 3 then the row of records row 3 is deleted
and row 4 pushes 1 step upwards to fill the space of row3.

can anyone tell me how to do this?

Regards
Farhan

********************************************************************************\
***
Any opinions expressed in email are those of the individual and not necessarily
those of the company. This email and any files transmitted with it are
confidential and solely for the use of the intended recipient
or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a person
responsible for delivering to the intended recipient, be advised that you have
received this email in error and that any use is strictly prohibited.

Random House Group + 44 (0) 20 7840 8400
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk
http://www.kidsatrandomhouse.co.uk
Generic email address - enquiries@...

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
********************************************************************************\
***

#5024 From: "Farhan khalid" <farhan2kf@...>
Date: Thu Feb 8, 2007 11:34 am
Subject: Re: php ajax delete row without refresh
farhan2kf
Send Email Send Email
 
Thanks that looks like what i need

i will test it.






On 2/8/07, Atkinson, Robert <ratkinson@...> wrote:
>
>   Newer browsers implement the JavaScript DOM Tree model, which provides a
> 'removeChild' function. This will allow you to identify and remove any
> element of the DOM, including a row in a table.
>
> This working example shows you how it works :-
>
> <table id="myTable">
> <tr>
> <td>Row 0 Cell 1</td>
> <td>Row 0 Cell 2</td>
> </tr>
> <tr>
> <td>Row 1 Cell 1</td>
> <td>Row 1 Cell 2</td>
> </tr>
> <tr>
> <td>Row 2 Cell 1</td>
> <td>Row 2 Cell 2</td>
> </tr>
> </table>
> <a href="#" onclick="remChild(1);return false;">removeChild(1)</a>
> <script>
>
> function remChild(n) {
> if (document.getElementById) {
> var tbl = document.getElementById('myTable');
> if (tbl.hasChildNodes()) {
> var tbdy;
>
> // Loop through the 'mytable' DOM tree looking for the table body
>
> for (var i = 0; i < tbl.childNodes.length; i++) {
> if (tbl.childNodes[i].nodeName == 'TBODY') {
> tbdy = tbl.childNodes[i];
> break;
> }
> }
> if (tbdy.hasChildNodes()) {
> var row, rowCounter = 0;
>
> // now loop through the table body looking for the 'n' row and delete
> if found
>
> for (var i = 0; i < tbdy.childNodes.length; i++) {
> if (tbdy.childNodes[i].nodeName == 'TR') {
> if (rowCounter == n) {
> row = tbdy.childNodes[i];
> tbdy.removeChild(row);
> break;
> } else {
> rowCounter++;
> }
> }
> }
> }
> }
> }
>
> }
>
> </script>
>
> -----Original Message-----
> From: php-objects@yahoogroups.com <php-objects%40yahoogroups.com> [mailto:
> php-objects@yahoogroups.com <php-objects%40yahoogroups.com>] On
> Behalf Of Farhan khalid
> Sent: 08 February 2007 00:18
> To: phpexperts-owner;
php-objects@yahoogroups.com<php-objects%40yahoogroups.com>
> Subject: [php-objects] php ajax delete row without refresh
>
> Hi,
>
> i need to delete a record from database with php, ajax and then remove the
> row from table
>
> so if i have records
> row1
> row2
> row3
> row4
> and i put a check on record row 3 then the row of records row 3 is deleted
> and row 4 pushes 1 step upwards to fill the space of row3.
>
> can anyone tell me how to do this?
>
> Regards
> Farhan
>
>
>
********************************************************************************\
***
> Any opinions expressed in email are those of the individual and not
> necessarily those of the company. This email and any files transmitted with
> it are confidential and solely for the use of the intended recipient
> or entity to who they are addressed. It may contain material protected by
> attorney-client privilege. If you are not the intended recipient, or a
> person responsible for delivering to the intended recipient, be advised that
> you have received this email in error and that any use is strictly
> prohibited.
>
> Random House Group + 44 (0) 20 7840 8400
> http://www.randomhouse.co.uk
> http://www.booksattransworld.co.uk
> http://www.kidsatrandomhouse.co.uk
> Generic email address -
enquiries@...<enquiries%40randomhouse.co.uk>
>
> Name & Registered Office:
> THE RANDOM HOUSE GROUP LIMITED
> 20 VAUXHALL BRIDGE ROAD
> LONDON
> SW1V 2SA
> Random House Group Ltd is registered in the United Kingdom with company
> No. 00954009, VAT number 102838980
>
>
********************************************************************************\
***
>
>
>


[Non-text portions of this message have been removed]

#5025 From: Pascal Linares <pascal.linares@...>
Date: Wed Feb 7, 2007 8:49 am
Subject: Re: Reinstall Strangeness.... help!!!
calou51
Send Email Send Email
 
Hi teacherweeks,
Your issue looks like register-globals is set to false in php.ini (which
has been the default installation from Php 4.2.0
See http://fr2.php.net/manual/en/ini.core.php#ini.register-globals for
details and security issues.
Cheers,
Pascalou.

teacherweeks wrote:
>
> I just had to reinstall PHP after my server totally crashed, I have
> configured it exactly the same as far as I can tell, however I am
> pretty sure there is something that got left out. I am know having
> problems with code that was previously workin, most of the errors and
> strangeness is coming from variable interactions. Variables are not
> passing their informatin from one to another, variables that hold
> database information are not working. Does anyone recognize these
> symptoms and if so can you point me in the direction of the answer.
>
> Teacherweeks
>
>

#5026 From: "Harry Morten" <hmorten@...>
Date: Wed Feb 7, 2007 2:07 pm
Subject: Re: PHP development tools
harry_morten
Send Email Send Email
 
Look up XAMPP in Google. It should do the trick.

Harry

>>> Gryphon4200@... 06-02-07 >>>
I usually use the WAMP server at home to do development work but at
work I do not have admin rights on my machine but would still like to
have something like the WAMP server setup to do stuff while I'm at
work.

Basicly, what I'm asking is, Does anyone know of a webserver and MySQL
like server that you can install or just run on a system without having
admin rights to the system.

Yahoo ID: Gryphon4200
gryphon4200@...
http://www.myspace.com/gryphon4200



________________________________________________________________________________\
____
Have a burning question?
Go to www.Answers.yahoo.com and get answers from real people who know.

[Non-text portions of this message have been removed]



________________________________________________________________

The views expressed in this e-mail are the views of the individual and may not
reflect the views of the organisation. British Sugar accepts no liability for
any
losses or damages arising from reliance on the information contained in this
e-mail.
The information contained in this e-mail is confidential, may be legally
privileged
and is intended solely for use by the individual or organisation to whom it is
addressed. E-mail information is subject to copyright and must not be used,
disseminated, copied or disclosed to third parties without the written consent
of British Sugar. If you are not the intended recipient you should delete this
e-mail, destroy all copies and inform the Webmaster

bswebmaster@...

Copyright  British Sugar plc
All Rights Reserved

       Registered Office:
Weston Centre
10 Grosvenor Street
London
W1K 4QY

  A limited company registered in England 315158

#5027 From: "NaKelS" <nakels@...>
Date: Thu Feb 8, 2007 12:16 am
Subject: Writing in Lotus Notes Database
nakels2003
Send Email Send Email
 
Hi all,

I have a trouble. I´m develop a web in php and mysql where some data is
stored. Some parts of this data need to be stored in a nfs database (lotus
notes database) too…

So, how I can pass data from mysql to a lotus notes database ?



Looking for a solution I found something to READ a lotus notes database ..
but not luck with WRITE on in



I would appreciate any help you can give me.



Thanks,



Javier P.









   _____

De: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] En
nombre de Michael Reaves
Enviado el: miércoles, 07 de febrero de 2007 19:21
Para: php-objects@yahoogroups.com
Asunto: RE: [php-objects] Class on OOP



Group,

I am looking for a class on OOP, specifically on php, in the USA preferably
in the southeast.

Thanks,

Michael J. Reaves

Database Administrator/Financial Coordinator

,_._,___

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#5028 From: seyi moses <single_only_boy@...>
Date: Wed Feb 7, 2007 11:42 am
Subject: Re: Reinstall Strangeness.... help!!!
single_only_boy
Send Email Send Email
 
Hello
   I want you to send me the link of php mailer you have.
          thanks
   moses

"Sreeni .A" <sreeniaphpcoder@...> wrote:
           hi ..

check in php.ini file for

register_globals
shorttags_open

I hope this will help you

-Sreeni,A

On 2/7/07, teacherweeks <teacherweeks@...> wrote:
>
> I just had to reinstall PHP after my server totally crashed, I have
> configured it exactly the same as far as I can tell, however I am
> pretty sure there is something that got left out. I am know having
> problems with code that was previously workin, most of the errors and
> strangeness is coming from variable interactions. Variables are not
> passing their informatin from one to another, variables that hold
> database information are not working. Does anyone recognize these
> symptoms and if so can you point me in the direction of the answer.
>
> Teacherweeks
>
>
>

[Non-text portions of this message have been removed]






---------------------------------
Sucker-punch spam with award-winning protection.
  Try the free Yahoo! Mail Beta.

[Non-text portions of this message have been removed]

#5029 From: "David Weeks" <teacherweeks@...>
Date: Fri Feb 9, 2007 1:49 am
Subject: RE: Reinstall Strangeness.... help!!!
teacherweeks
Send Email Send Email
 
Messages 5000 - 5029 of 10490   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help