Been trying to unsubscribe this email account for days now
and now go. Anyone on this list have access to remove me?
Thank you.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes. Try yourself. All 3 ways provided to unsubscribe do no
work.
Brad
>[snip]Been trying to unsubscribe this email account for
days nowand now go. Anyone on this >list have access to
remove me?
>[/snip]
>
>And you have clicked on the unsub link in the e-mail?
>
>-- PHP General Mailing List (htt
You would probably brake a heck of a lot of things. CGI
scripts, etc.
>On a related note I was wondering what people thought of
php files with noextensions? So >if I changed index.php to
just index then I can create urllike
>www.mydomain.com/index/articleid/29 so it's search engine
friendly.
>
>
If you know the row count then use a for loop.
$count = mysql_num_rows($result);
for ($i=0;$i<$count;$i++) {
echo "I = $i";
}
Brad Dameron
Systems Administrator
SeaTab Software
www.seatab.com
>I am creating a query and displaying the results during a
while Loop. I know how to get >the tot
4 matches
Mail list logo