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
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
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
= 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
::::::::
Thanks for the help,
Blaine von Roeder
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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.
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
8 matches
Mail list logo