Forum: Show Off your Projects Sep 10th, 2009 |
| Replies: 0 Views: 668 My real estate directory (http://www.realstate.ws) started life using wsnlinks but I wanted a bit more control so I've built a new body using cakephp over it's old database.
The template is... |
Forum: DaniWeb Community Feedback Aug 11th, 2008 |
| Replies: 21 Views: 15,107 How do we report bad posts - like a bump to a 3 year old thread? |
Forum: DaniWeb Community Feedback Jan 3rd, 2007 |
| Replies: 18 Views: 1,938 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,938 Just got another one. I don't want to unsubscribe and I know that's an option. I'd just like to get a single copy. |
Forum: DaniWeb Community Feedback Jan 3rd, 2007 |
| Replies: 18 Views: 1,938 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 Aug 7th, 2006 |
| Replies: 0 Views: 1,870 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... |
Forum: Geeks' Lounge Jul 10th, 2006 |
| Replies: 27 Views: 5,344 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: 11,474 |
Forum: Geeks' Lounge Apr 20th, 2006 |
| Replies: 103 Views: 11,474 :o got a bit carried away |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 11,474 boreal
This is quite educational :) |
Forum: PHP Apr 19th, 2006 |
| Replies: 2 Views: 1,360 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... |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 11,474 |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 11,474 |
Forum: Geeks' Lounge Apr 19th, 2006 |
| Replies: 103 Views: 11,474 |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 11,474 fleer (http://www.thefreedictionary.com/fleer) |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 11,474 |
Forum: Geeks' Lounge Apr 18th, 2006 |
| Replies: 103 Views: 11,474 crones
http://www.ravenmimura.com/images/full/Crones.jpg |
Forum: Websites for Sale Apr 17th, 2006 |
| Replies: 4 Views: 1,712 I bid $100 but it's for the domain really, the site that you've set up doesn't offer anything unique for webmasters and therefore requires an overhaul
I'd honor the link sales but if... |
Forum: Database Design Apr 17th, 2006 |
| Replies: 1 Views: 1,381 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... |
Forum: Ad Space for Sale Apr 17th, 2006 |
| Replies: 12 Views: 2,837 Oh yeah, you have a PR10 page looking to sell links do you?
rofl
PM me an example |
Forum: Geeks' Lounge Apr 17th, 2006 |
| Replies: 103 Views: 11,474 |
Forum: Search Engine Optimization Feb 28th, 2006 |
| Replies: 20 Views: 4,026 and therefore no PR to lose. |
Forum: Search Engine Optimization Feb 26th, 2006 |
| Replies: 20 Views: 4,026 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: 4,026 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: 4,026 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: 8,182 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,471 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();... |
Forum: PHP Feb 20th, 2006 |
| Replies: 4 Views: 1,580 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: 1,256 You will need to call it as the image source each time it's required
eg<img src='myimage.php?image_id=10001'><br />
<img src='myimage.php?image_id=12032'> |
Forum: PHP Feb 5th, 2006 |
| Replies: 2 Views: 1,633 rofl, sorry, not fair on a first post, but you had to be a model didn't you?! Couldn't just be a normal person looking for help.
Anyway, search on Google for "php tutorial" and follow some of the... |
Forum: PHP Jan 26th, 2006 |
| Replies: 3 Views: 4,327 I believe there is a file called meta.php which writes that information. |
Forum: PHP Jan 24th, 2006 |
| Replies: 2 Views: 26,764 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: 15 Views: 13,602 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: 21 Views: 15,107 Is there a place in this forum for promoting a free directory? |
Forum: PHP Jan 12th, 2006 |
| Replies: 2 Views: 1,449 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,374 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,638 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: 1,229 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,937 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,937 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... |