RE: [PHP] How would you write this?

2005-12-03 Thread Eternity Records Webmaster
Hi... the easiest way I have found to do exactly what your looking for is to use a pear package called html_quickform. I found it easy to use and it saves me hours and hours of work too. If your interested go to www.pear.php.net/html_quickform and have a look. -Original Message- From:

[PHP] template systems

2005-12-05 Thread Eternity Records Webmaster
Hi... I was wondering if there are any template systems out there that are fairly easy to use (that don't require hours and hours reading books) and that are fairly good as well? I need one also that works with pear packages since I use html_quickform a lot. I considered checking out smarty but

[PHP] functions that take variable arguments?

2005-12-05 Thread Eternity Records Webmaster
how do you create/use a function that takes an undefined amount of arguments? I looked at the manual but its a little confusing. for example, i want to make a function called Update inside a DB class: class DB { //vars here var $host; var $DbUser; //functions function Update(...) { //this

[PHP] pear website?

2005-12-07 Thread Eternity Records Webmaster
does anybody know if the pear website is having any problems? i cant seem to be able to go there and its the only website giving me problems right now... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] array carrying from one php page to another

2005-12-07 Thread Eternity Records Webmaster
I have an array $journal that I want to carry from a page (where it was created) to another page (a popup that shows the variables contents). Is this automatically available? or do I have to do something special to php?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] broken code....

2005-12-07 Thread Eternity Records Webmaster
I have this code that doesnt print the db results like they should... it uses pear::db package for the database. Was wondering if anybody can figure out how come it doesnt work... ?php require_once 'DB.php'; error_reporting('E_ALL'); $db = DB::connect('mysql://root:[EMAIL

RE: [PHP] broken code....

2005-12-10 Thread Eternity Records Webmaster
Got it fixed now... tnx... -Original Message- From: Ben Blay [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 9:46 AM To: Mark Steudel Cc: php-general@lists.php.net Subject: Re: [PHP] broken code I believe the difference between using = and = is that the former passes the

[PHP] unset and sessions

2005-12-12 Thread Eternity Records Webmaster
I use php 5.0.5 and was wondering when I use $_SESSION would unset() work the best for getting rid of the values in that array?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php