Good stuff. You will be collecting them into an easily accessible/linkable list, I presume? thanx, rickb
Ooo. That's an interesting idea. But, would you want to do it for the 'ul', or for the 'li' items? Or do you think the 'li's would inline as...
Looks like IE isn't honoring the 'float:left' style in the '#nav li' tags. I know the current fashion isn't to avoid tables, but it seems like...
I love PHP better.
A lot of the PopCap games were coded in Java, but I think they've gone over to ActiveX (C++). I was working on a large scientific visualization...
in PHP4 or greater, you don't need to register session variables - just set them. Setting session vars: -------------------- session_start();...
Ah.. right.. I meant 'explode', not 'split'. rickb.
Try 'fgets'. Personally, I like to use file_get_contents and then split on "\n": $array = split("\n", file_get_contents('filename'));...
So, I was reviewing this and noticed a lot of pages still had irrelevent ads on them. Then, I took a closer look at the pages and realized some...
Right. It suddenly seemed to have fixed itself. I dunno. Moving targets drive me crazy. thanx, rickb
On Edit: Well, Never mind. I just looked again, and everything is wonderful. Guess I just had to complain to somebody/something...
Notice that Drupal has capability for adding custom blocks. Have you checked out their forum? Otherwise, you'll probably have to get into the...
Ah. Thanks for the feedback, although a bit late. Yeah, I've done that - actually gone through a couple of url schemes. The current one...
Separate names with a comma.