Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: ardav
Forum: DaniWeb Community Feedback 6 Days Ago
Replies: 80
Views: 6,640
Posted By ardav
OK, take your word for it. I was around high 80's-90% when bot struck - now on 67%. I guess I've got a fan club of real members. :icon_rolleyes:
Forum: DaniWeb Community Feedback 7 Days Ago
Replies: 80
Views: 6,640
Posted By ardav
Seems like the downvotes are being lifted - although not all from the dvscript period. Left in limbo - at least when I had a really low count, I could troll to my heart's content. Now I just look...
Forum: DaniWeb Community Feedback 8 Days Ago
Replies: 42
Views: 2,024
Posted By ardav
I liked MFF. Constant tinkering doesn't necessarily improve matters. I use DW because I like the no-fuss interface and there's so much to do and say. However, recent changes haven't done anything to...
Forum: PHP 10 Days Ago
Replies: 2
Views: 256
Posted By ardav
Your problem is the session_destroy() function.
Do this:
x()
{
<?php
//session_destroy();
?>

}
Forum: DaniWeb Community Feedback 11 Days Ago
Replies: 42
Views: 2,024
Posted By ardav
Ouch! That told you mate. Careful with the old feedback. Here be tygers - and they don't like negativity! Why aren't you a party member? God-cursed seditionist as you are - I shall denounce thee. If...
Forum: PHP 14 Days Ago
Replies: 3
Views: 254
Posted By ardav
Re hosts:

If you've got a budget package, very often you don't get the full control. For htaccess, you may need to upgrade. Some hosts request that you send them the htaccess file and they will...
Forum: PHP 15 Days Ago
Replies: 5
Views: 292
Posted By ardav
show_large_image(this)';return false;

You need a ';' before the 'return false'.
Forum: DaniWeb Community Feedback 16 Days Ago
Replies: 5
Views: 557
Posted By ardav
@Z - don't worry about the rep. It's a pointless system propounded by the powers-that-be in order to extract the urine out of newbies and self-appointed aficionados. The mods/admins will tell you...
Forum: PHP 18 Days Ago
Replies: 8
Views: 394
Posted By ardav
Have you googled?

Have you thought of learning some basics before tackling this?
You'll need to know about:

sessions and $_SESSION variables
mysql connections
html forms with file upload...
Forum: PHP 18 Days Ago
Replies: 3
Views: 268
Posted By ardav
Use mod rewrite in .htaccess. Google it.
Forum: PHP 19 Days Ago
Replies: 5
Views: 279
Posted By ardav
Try this:

$client = utf8_encode(stripslashes(urldecode($_GET['clientData'])));

Worked for me. Here's how I tested it:

<?php
$x =...
Forum: PHP 20 Days Ago
Replies: 5
Views: 279
Posted By ardav
Do ya think ya could post yer code mista?
Forum: PHP 21 Days Ago
Replies: 2
Solved: Select Query
Views: 223
Posted By ardav
Mark it solved next time, so people won't waste their time checking the first post.
Forum: DaniWeb Community Feedback 23 Days Ago
Replies: 80
Views: 6,640
Posted By ardav
Sorry, trying not to laugh!
Forum: DaniWeb Community Feedback 24 Days Ago
Replies: 80
Views: 6,640
Posted By ardav
Huh, I thought it was "J" having a poke at me. I've been downvoted 40-odd times in a couple of hours - on forums where I offer solutions (or try to). So my rep has gone from 90-ish% to below 65%. As...
Forum: Geeks' Lounge 28 Days Ago
Replies: 1,427
Views: 157,016
Posted By ardav
Cawl (Welsh lamb + leek stew) washed down with some Felinfoel (http://www.felinfoel-brewery.com/). Great! Although the missus'll create like hell tomorrow morning after the sleepless night resulting...
Forum: PHP Nov 17th, 2009
Replies: 13
Views: 535
Posted By ardav
Sorry M, this was the problem:

$day = $no(date('w'));

should've been:

$day = $no[date('w')];

Guess I'm not square enough!
Forum: DaniWeb Community Feedback Nov 17th, 2009
Replies: 80
Views: 6,640
Posted By ardav
I agree that it's getting to be a daft system. Some idiots using it to upset other people. If it's not worth moaning about - if it's not that important - if it's just eye candy - pull the plug.
...
Forum: DaniWeb Community Feedback Nov 14th, 2009
Replies: 53
Views: 4,701
Posted By ardav
Just found this thread and have read each post (a bit sad, I know). The more I read, the more unbelievable I found it. How old are you guys? Grow up for #### sakes. Terminal victims and pitbull...
Forum: PHP Nov 13th, 2009
Replies: 11
Views: 552
Posted By ardav
I'd just have an include file (like config.php) containing all the relevant info in a switch statement. E.g.

//$current_time = integer from 0 to 23 (for hour), which is taken from date() functions...
Forum: PHP Oct 12th, 2009
Replies: 9
Views: 289
Posted By ardav
Just remember to protect it with a session id, so that you can't change anybody else's profile. View but not edit.
Forum: PHP Oct 11th, 2009
Replies: 7
Solved: Plssss hellpppp
Views: 363
Posted By ardav
That's a bad stuttering lisp you've got there V.D.
Forum: DaniWeb Community Feedback Oct 8th, 2009
Replies: 36
Views: 4,495
Posted By ardav
Lazarus here!

Am having 2nd thoughts about this now. Seeming to work to an extent - better that I expected - on my second helping of humble pie.

However, I'm seeing a few negatives for the...
Forum: PHP Jul 22nd, 2009
Replies: 1
Views: 263
Posted By ardav
Here's a revolutionary idea: see the site and download. It should save you starting a million threads a day.

revolutionary idea! (http://www.php.net/download-docs.php)
Forum: Geeks' Lounge Jul 18th, 2009
Replies: 83
Views: 4,248
Posted By ardav
Just one quick question, if Windows 7 comes without IE, how do you download it or FF, Opera, Chrome etc. without an installed browser?


BTW:
Just read all that bad kharma classroom banter. As a...
Forum: PHP Jul 15th, 2009
Replies: 12
Views: 685
Posted By ardav
What you're saying is that the counter should continue regardless of to where you navigate (e.g. you've been on this site a total of x minutes, y seconds)?
You can't carry over js scripts from one...
Forum: PHP Jul 15th, 2009
Replies: 8
Views: 716
Posted By ardav
There are definitely differences in SQL language between MySQL and MS SQL (just as there are between other dbs). You must check all statements thoroughly. If you've used one of the PEAR/PECL database...
Forum: PHP Jul 6th, 2009
Replies: 21
Views: 1,355
Posted By ardav
What's the problem? Seems to work. Do you want an autosuggest text box once the table has been selected? If so, there are hundreds of free scripts out there. If you want to do this you'll need to use...
Forum: PHP Jun 29th, 2009
Replies: 3
Views: 906
Posted By ardav
firstly, i'd recommend a js framework for the heavy lifting (I usually use prototype). There should be loads of autosuggest scripts out there. Anyway, here's one:
...
Forum: PHP Jun 10th, 2009
Replies: 6
Views: 488
Posted By ardav
I came across this a little while ago. I tried some of the functions and they were fine, although one or two didn't work (probably my fault):

http://phpjs.org/

It's basically a set of js...
Forum: PHP May 23rd, 2009
Replies: 3
Views: 415
Posted By ardav
I thought that you could only run one query at a time in php. Have you checked the php manual for mysql functions?
Forum: PHP May 14th, 2009
Replies: 2
Views: 1,057
Posted By ardav
Why don't you use ajax to do it all in the same page? Opening new windows/tabs (or creating popups) is pretty much detested by most people. You could create a faux popup with a Lightbox...
Forum: PHP May 14th, 2009
Replies: 3
Views: 336
Posted By ardav
Duplicate the login form of the forum on your website and have it send details to the forum form handler. If the form handler doesn't send you back to the website page automatically, write in some...
Forum: PHP Apr 29th, 2009
Replies: 5
Views: 441
Posted By ardav
I think this image is quite nice and self-explanatory:
Forum: PHP Mar 29th, 2009
Replies: 12
Views: 1,266
Posted By ardav
No problem. Check out the rendering in a few browsers if you decide to use it. This was just a quick implementation off the top of my head (it's pretty bare bones).
Forum: PHP Feb 2nd, 2009
Replies: 17
Views: 9,417
Posted By ardav
Nice tutorial, however, shouldn't we be using XHTML (lowercase tags) now?
Forum: PHP Jan 28th, 2009
Replies: 3
Views: 477
Posted By ardav
I use the extensible Spaw2 from Solmetra. Have used FCKEditor and didn't like it. Spaw2 is very useful because you can add tabs to the processor so you can write for multiple translations with a...
Forum: PHP Jan 26th, 2009
Replies: 4
Views: 367
Posted By ardav
Ahem uncle, did you read my post?
Showing results 1 to 38 of 38

 


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

©2003 - 2009 DaniWeb® LLC