php-windows Digest 2 Dec 2004 20:19:55 -0000 Issue 2493

Topics (messages 25107 through 25108):

Re: new mysql.dll for php...
        25107 by: Gryffyn, Trevor

Category/SubCategory
        25108 by: Tony Devlin

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I ran into this last weekend. I think what I was reading said you could
start using the "Improved MySQL Functions" (the ones that start with
"mysqli_*()") to work with the new password hash scheme.

You can find the online manual entry at:
http://www.php.net/manual/en/ref.mysqli.php


I think I ended up just downshifting my version of MySQL so I didn't
have to re-write anything, but there was some stuff in 4.1.x that I'd
like to take advantage of eventually.

Good luck!

-TG

> -----Original Message-----
> From: phpWalter [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 01, 2004 11:26 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] new mysql.dll for php...
> 
> 
> Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?
> 
> Seems they changed the password encryption method and the current DDLs
> don't work with new MySQL.
> 
> If so, can you post a link so I can pull them down?
> 
> Thanks
> 
> Walter
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Hello to all my fellow PHP friends,

  I'm embarking on yet another trecherous adventure.  This time Categories,
Sub-Categories and Sub-Sub Categories..

This is for a shopping cart module where the admin can create categories,
sub-categories, and sub-sub categories and then place in a certain sub-sub
category.  This is a two fold question, first I will draw an example display
of what I am trying to accomplish.

Example:

Main Category
         |
          ---> Sub Category
                        |
                         ---> Sub-Sub Category
                                              |
                                              ---> Product
Main Category2
         |
         ---> Sub Category2
                        |
                        ---> Sub-Sub Category2
                                             |
                                             ---> Product2

Question 1:
Admin needs to be able to create new sub categories and assign them to a
main category and be able to create a sub-sub category to assign to a sub
category and then a product to assign to a sub-sub category.  When adding a
new product the admin needs to select a main category which then creates a
dropdown box for a subcategory, which then (IF admin chooses) create a
dropdown box for a sub-sub category.  Any ideas on how to create a function
to handle this? I've seen lots of unstable javascript code to do this (not
to mention difficult to manage)

Question 2:
When displaying the category/sub/sub-sub category listing to the viewers,
whats the best way to handle the output?


Thanks in advance for all your help,

Tony Devlin

--- End Message ---

Reply via email to