Re: [PHP] php 4.3.7/5.0

2004-07-13 Thread deseavers
http://marc.theaimsgroup.com/?l=php-general&m=108646344905178&w=2 -Original Message- From: Matthew Sims <[EMAIL PROTECTED]> Sent: Jul 13, 2004 12:15 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] php 4.3.7/5.0 > I've noticed that in the last release of php 4.3.7 (or 5.0.0), that > when chec

Re: [PHP] Link only active letters in alphabetical search

2004-07-08 Thread deseavers
I doubt this function is going to make your script more efficient, but you could also make use of the array_intersect () function. -Original Message- From: barophobia <[EMAIL PROTECTED]> Sent: Jul 8, 2004 10:47 AM To: php-general <[EMAIL PROTECTED]> Subject: [PHP] Link only active letter

Re: [PHP] How can I write/read encoded numbers into/from a file?

2004-07-08 Thread deseavers
http://us4.php.net/manual/en/function.base64-decode.php -Original Message- From: Julio Sergio Santana <[EMAIL PROTECTED]> Sent: Jul 8, 2004 9:44 AM To: [EMAIL PROTECTED] Subject: [PHP] How can I write/read encoded numbers into/from a file? I'm just starting with PHP, and I've been browsi

Re: [PHP] Re: Testing if cookies are enabled

2004-06-22 Thread deseavers
Reading Aidan's e-mails is like watching a Disney movie. You can't help but feel warm and fuzzy inside and loving toward the whole world. Basically, create a page with an HTML form that takes the user name and password (or whatever login information you think is appropriate). The action of the

Re: [PHP] Bulk table updates

2004-06-03 Thread deseavers
Use a SELECT query to get the values (SELECT * FROM table) and a table that has form input fields in the cells. The values for the form fields would be based on the array you get from the SELECT query. The form could be something like . In the script, before the body, you would have an if sta

Re: [PHP] Returning an object

2004-05-07 Thread deseavers
Aidan: Clearly, your efforts were less than successful. (I would have responded earlier, but I only really knew -- rather than really, really knew -- what I was talking about.) -Original Message- From: Curt Zirzow <[EMAIL PROTECTED]> Sent: May 7, 2004 3:20 PM To: [EMAIL PROTECTED] Cc: [

Re: [PHP] page_title

2004-05-07 Thread deseavers
echo "$page_title"; -Original Message- From: Curt Zirzow <[EMAIL PROTECTED]> Sent: May 7, 2004 4:47 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] page_title * Thus wrote Erik Gjertsen ([EMAIL PROTECTED]): > > > um, your title of you page goes here. Curt -- "I used to think I was inde