Search Results

Showing results 1 to 40 of 138
Search took 0.01 seconds.
Search: Posts Made By: sarahk
Forum: Show Off your Projects Sep 10th, 2009
Replies: 0
Views: 670
Posted By sarahk
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,160
Posted By sarahk
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,941
Posted By sarahk
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,941
Posted By sarahk
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,941
Posted By sarahk
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
Posted By sarahk
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,345
Posted By sarahk
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,483
Posted By sarahk
Forum: Geeks' Lounge Apr 20th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
:o got a bit carried away
Forum: Geeks' Lounge Apr 19th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
boreal

This is quite educational :)
Forum: PHP Apr 19th, 2006
Replies: 2
Views: 1,360
Posted By sarahk
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,483
Posted By sarahk
Forum: Geeks' Lounge Apr 19th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
Forum: Geeks' Lounge Apr 19th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
Forum: Geeks' Lounge Apr 18th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
fleer (http://www.thefreedictionary.com/fleer)
Forum: Geeks' Lounge Apr 18th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
Forum: Geeks' Lounge Apr 18th, 2006
Replies: 103
Views: 11,483
Posted By sarahk
crones

http://www.ravenmimura.com/images/full/Crones.jpg
Forum: Websites for Sale Apr 17th, 2006
Replies: 4
Views: 1,715
Posted By sarahk
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
Posted By sarahk
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,840
Posted By sarahk
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,483
Posted By sarahk
closed
Forum: Search Engine Optimization Feb 28th, 2006
Replies: 20
Views: 4,033
Posted By sarahk
and therefore no PR to lose.
Forum: Search Engine Optimization Feb 26th, 2006
Replies: 20
Views: 4,033
Posted By sarahk
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,033
Posted By sarahk
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,033
Posted By sarahk
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,202
Posted By sarahk
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
Posted By sarahk
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,581
Posted By sarahk
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
Posted By sarahk
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,635
Posted By sarahk
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,333
Posted By sarahk
I believe there is a file called meta.php which writes that information.
Forum: PHP Jan 24th, 2006
Replies: 2
Views: 26,785
Posted By sarahk
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,618
Posted By sarahk
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,160
Posted By sarahk
Is there a place in this forum for promoting a free directory?
Forum: PHP Jan 12th, 2006
Replies: 2
Views: 1,450
Posted By sarahk
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,375
Posted By sarahk
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,639
Posted By sarahk
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
Posted By sarahk
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,938
Posted By sarahk
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,938
Posted By sarahk
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...
Showing results 1 to 40 of 138

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC