Forum: DaniWeb Community Feedback 18 Days Ago |
| Replies: 20 Views: 6,826 |
Forum: DaniWeb Community Feedback Jan 3rd, 2007 |
| Replies: 18 Views: 1,493 Re: Problems with the digests? Couldn't edit my old post so ... just received another one, that's 3 exactly an hour apart. This last one had the html all screwed up. |
Forum: DaniWeb Community Feedback Jan 3rd, 2007 |
| Replies: 18 Views: 1,493 |
Forum: DaniWeb Community Feedback Jan 3rd, 2007 |
| Replies: 18 Views: 1,493 Problems with the digests? I've just started getting digests (are they a new initiative?) but the last one I received 3 times! Is something playing havoc with the mailing program? |
Forum: Windows NT / 2000 / XP / 2003 Aug 7th, 2006 |
| Replies: 0 Views: 1,288 Picasa Problem I'm an early adopter with software so I've been using Picasa since the early days.
Unfortunately my first experiences with XP were sooooo bad that I've only just moved to it on my SOHO machines (but... |
Forum: Geeks' Lounge Jul 10th, 2006 |
| Replies: 27 Views: 4,178 Re: $250 Prize for Best Blogger I put a stack of effort into my own blog and don't want to dilute that by having a second blog. Can I put excerpts from my blog into this one with "read more" type of thing? |
Forum: Geeks' Lounge Apr 24th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 20th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: PHP Apr 19th, 2006 |
| Replies: 2 Views: 934 Re: Unexpected T_STRING on this section of code
@$numm = mysql_num_rows($reg);
if ($numm == "1"){
die('Someone already has an account with that email, you can't have multis');
}your error message has a ' in it
so... |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 7,774 Re: Word Melt crones
http://www.ravenmimura.com/images/full/Crones.jpg |
Forum: Websites for Sale Apr 17th, 2006 |
| Replies: 4 Views: 1,165 |
Forum: Database Design Apr 17th, 2006 |
| Replies: 1 Views: 1,018 Re: A few things i dont understand That very much depends on how you have structured your database and you don't give that info.
for #1 I'd recommend you pass MySQL (etc) the actual dates for the query rather than leave it to work it... |
Forum: Ad Space for Sale Apr 17th, 2006 |
| Replies: 12 Views: 2,028 |
Forum: Geeks' Lounge Apr 17th, 2006 |
| Replies: 103 Views: 7,774 |
Forum: Search Engine Optimization Feb 28th, 2006 |
| Replies: 20 Views: 3,053 |
Forum: Search Engine Optimization Feb 26th, 2006 |
| Replies: 20 Views: 3,053 Re: Rel=Nofollow Oh, lucky you. The joys of being in the USA. Airfares and travelling time (ie extra days away from family & work) make attending those conferences prohibitive right now. One day... |
Forum: Search Engine Optimization Feb 26th, 2006 |
| Replies: 20 Views: 3,053 Re: Rel=Nofollow That sounds great in theory, however it's not my understanding that the SE's interpret it that way.
You are right that it's your call and your way to control the outbound links so that only... |
Forum: Search Engine Optimization Feb 26th, 2006 |
| Replies: 20 Views: 3,053 Re: Rel=Nofollow That's an interesting take. I subscribe to a number of forums and post to a) refine my skills; b) see what people are having problems with that is not covered elsewhere and write a blog comment on... |
Forum: PHP Feb 26th, 2006 |
| Replies: 1 Views: 4,100 Re: undefined offset ERROR! In this line for ($j = 0;$j < 107;$j++) { you are assuming there are 107 lines when there aren't. You'd be better to use for ($j = 0;$j < count($arr);$j++) { |
Forum: PHP Feb 24th, 2006 |
| Replies: 9 Views: 1,128 Re: Semi-noob help None of that seemed easy to understand
Yes -> is used for objects such as$apple = new Fruit();
$apple->color = 'red';
$apple->price = 1;
while => is used for arrays$apple = array();
$apple['price']... |
Forum: PHP Feb 20th, 2006 |
| Replies: 4 Views: 1,159 Re: Any good Javascript forum ? How about in the top of the web development section? else try weberforums.com they have a javascript subforum. I doubt it's busier than this one though. |
Forum: PHP Feb 13th, 2006 |
| Replies: 1 Views: 932 |
Forum: PHP Feb 5th, 2006 |
| Replies: 2 Views: 1,246 |
Forum: PHP Jan 26th, 2006 |
| Replies: 3 Views: 2,924 |
Forum: PHP Jan 24th, 2006 |
| Replies: 2 Views: 13,392 Re: Update query (mysql) I'd say it's because MySQL will only accept one database command at a time. When you put the full string into phpMyAdmin it's code will break it up into 3 update commands and send them down. You have... |
Forum: PHP Jan 22nd, 2006 |
| Replies: 8 Views: 6,849 Re: Warning: Cannot modify header information header() doesn't have to be at the very top of your code but it does have to be before there is even one character sent to the browser. This might be a blank line before the <?php or maybe you... |
Forum: DaniWeb Community Feedback Jan 12th, 2006 |
| Replies: 20 Views: 6,826 |
Forum: PHP Jan 12th, 2006 |
| Replies: 2 Views: 1,124 Re: What's wrong with this code? this line mysql_query("INSERT INTO nonmembers($name, $website, $comment)) VALUES(name, website, post_text) ");should read mysql_query("INSERT INTO nonmembers (name, website, post_text) VALUES... |
Forum: PHP Dec 30th, 2005 |
| Replies: 3 Views: 1,106 Re: IP address help needed Several problems you may enconter:
* she's on dial up and her IP changes everytime she connects
* she's on adsl and her IP changes occassionally
I'd have to wonder that the board admin isn't... |
Forum: PHP Dec 19th, 2005 |
| Replies: 1 Views: 1,052 Re: Shrink images You'll find lots of good info on Graphics at the PHP site: http://www.php.net/gd |
Forum: PHP Dec 14th, 2005 |
| Replies: 1 Views: 856 Re: need help in error you have array variables in the string, but the coding is incomplete. it should be
echo "RGB values of the pixel at position {$x} - {$y} are: {$colorrgb['red']} {$colorrgb['green']}... |
Forum: PHP Dec 5th, 2005 |
| Replies: 5 Views: 1,407 Re: String literial question Take a look at the PHP manual for some options:
http://www.php.net/manual/en/ref.errorfunc.php
where you put something like this at the top of each page
error_reporting(E_WARNING); |
Forum: PHP Dec 4th, 2005 |
| Replies: 5 Views: 1,407 Re: String literial question The braces tell php that the string inside is a variable name, a nice safe way of getting the data
print("{$links['URL']}");In an array it can't quite work out what to do here because it sees the... |
Forum: PHP Nov 26th, 2005 |
| Replies: 2 Views: 2,819 Re: split the word What are the rules for the split, number of characters, the semi colon?
If it's the semi colon take a look at explode (http://www.php.net/explode) |