[PHP] Site structure and sessions

2003-07-25 Thread Blaine
domain. Is this more trouble than it is worth? Should I just use directories to organize the site? Thanks in advance, Blaine -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Problem with pointer in result handle

2003-03-17 Thread Blaine
I resolved the problem by using the mysql_data_seek function to set the pointer to the first record. mysql_data_seek($rsCommunitiesServed, 0); Blaine -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Problem with pointer in result handle

2003-03-17 Thread Blaine
st record. So, what I need to do is move the internal pointer of the result handle back to the first row of the result set. How can I do this? Thank you, Blaine -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with pointer in array

2003-03-17 Thread Blaine
= mysql_fetch_assoc($rsCommunitiesServed);), it works fine. However, I need to leave it unaltered. How can I solve this problem without altering the Dreamweaver MX recordset block? Thank you, Blaine // This page displays a list of cites from a database table with a link in two columns in a table

Re: [PHP] Functions and arguments

2003-01-29 Thread Blaine von Roeder
:::::::: Thanks for the help, Blaine von Roeder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Functions and arguments

2003-01-28 Thread Blaine von Roeder
de for the function if I need to, but I don't think that's where the problem lies. The way I've set it up it works fine if i do display_class_assigns(1234) and it pulls up the fields, displays, etc perfectly. Thanks for your time, Blaine von Roeder PS: I'm sort of new to the entir

Re: [PHP] Random String of n Length

2001-02-13 Thread Randall Blaine Goguen
Generate a Random Password with PHP http://www.linuxguruz.org/z.php?id=305 # Note: 1. You can add more charactors, numbers or lower case charactors # to '$possible_charactors' is you wish. # 2. You can change the string length, for example, # echo 'Random_Password(16);' for 16 charactors.

[PHP] Variable method

2001-01-18 Thread Blaine Grady
I have no problem with standard functions. Thanks for any help. = - Blaine __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail