Forum: Windows Vista and Windows 7 Jun 21st, 2009 |
| Replies: 5 Views: 593 http://i39.tinypic.com/245zpnc.jpg |
Forum: Windows Vista and Windows 7 Jun 21st, 2009 |
| Replies: 5 Views: 593 I have ESET Nod 32 Internet Security running and it says I have a virus in my memory and it's unable to delete it.
My programs are constantly crashing and Im using around 3 of 4 GB of memory.
... |
Forum: PHP May 16th, 2009 |
| Replies: 2 Views: 198 I wouldnt recomend doing this through PHP, I would use .htaccess.
Just search on Google, there are loads of tutorials on it :) |
Forum: PHP May 16th, 2009 |
| Replies: 4 Views: 3,102 You will have to use ajax to execute PHP onclick. |
Forum: PHP May 16th, 2009 |
| Replies: 0 Views: 203 I run a vBulletin forum and Im trying to write a new BB Code.
This would be the syntax:
http://www.link1.com
http://www.link2.com
http://www.link3.com |
Forum: JavaScript / DHTML / AJAX May 7th, 2009 |
| Replies: 10 Views: 1,338 Ah ok. Do you know of a good way to do it with CSS? |
Forum: JavaScript / DHTML / AJAX May 7th, 2009 |
| Replies: 10 Views: 1,338 Will it handle anything comming trough CSS? |
Forum: JavaScript / DHTML / AJAX May 7th, 2009 |
| Replies: 10 Views: 1,338 So I dont have to edit anything using this? It will do everything automatically for me? |
Forum: JavaScript / DHTML / AJAX May 6th, 2009 |
| Replies: 10 Views: 1,338 Ive written an image preloading script but Im not sure if it would work. Could someone look at it and just clear up wether it should work or not
<html>
<head>
<script type="text/javascript">... |
Forum: PHP May 6th, 2009 |
| Replies: 5 Views: 816 I need something to read all files in a directory and all files in child directories and any directories below this.
Could someone provide a snippet for me.
Thanks :) |
Forum: JavaScript / DHTML / AJAX May 4th, 2009 |
| Replies: 2 Views: 927 Thanks
But the target bit doesn't work and isnt needed anyway.
So this would work
<div onclick="window.open('http://linky.com')">1</div> |
Forum: JavaScript / DHTML / AJAX May 4th, 2009 |
| Replies: 2 Views: 927 I have this code so when a user clicks a div they get taken to another page, just like the <a> tag.
However I want it to open in a new page like target="_blank" but I dont know how.
this is my... |
Forum: PHP Apr 10th, 2009 |
| Replies: 7 Views: 368 Ill try sleep(). Seems like the best solution. |
Forum: PHP Apr 9th, 2009 |
| Replies: 3 Views: 494 Well I wanted the key to be from the letters in $b. |
Forum: PHP Apr 9th, 2009 |
| Replies: 3 Views: 494 I want to check if a key exists in a MySQL DB. I can do this ok but I would need to create a new key if it does exist.
So this is the function that makes the key:
function keygen($a){
$b =... |
Forum: PHP Apr 9th, 2009 |
| Replies: 2 Views: 841 How is the value of the hidden field set in the first place? |
Forum: PHP Apr 9th, 2009 |
| Replies: 7 Views: 368 Thanks, works great.
Are there ways to do this with normal PHP queries? So dont execute it untill a given time? |
Forum: PHP Apr 9th, 2009 |
| Replies: 7 Views: 368 I want to redirect a user after a few seconds without using javascript. Is this possible?
Thanks. |
Forum: PHP Mar 14th, 2009 |
| Replies: 1 Views: 330 Ive got an RSS parser using the DOM. Its got a loop to display each item. I want to have a hidden field on each item then post this to another page.
Im having trouble counting each item in the... |
Forum: PHP Mar 13th, 2009 |
| Replies: 12 Views: 920 Should be able to
sleep(3600); |
Forum: PHP Mar 9th, 2009 |
| Replies: 1 Views: 363 Im trying to detect the format of an image. But I get a parse error
<?php
$filename = 'http://static.php.net/www.php.net/images/php.gif';
$file = fopen($filename, 'rb');
$size =... |
Forum: DaniWeb Community Feedback Mar 2nd, 2009 |
| Replies: 11 Views: 1,153 You guys seem to be missing the point. |
Forum: DaniWeb Community Feedback Mar 2nd, 2009 |
| Replies: 11 Views: 1,153 Lol, very true. But it doesn't have the syntax highlighting :| |
Forum: DaniWeb Community Feedback Mar 2nd, 2009 |
| Replies: 11 Views: 1,153 Thats why I said make it optional. Or mabey even on a toggle.
Almost all text editors these days come with optional word wrapping. I think it woud be a great addition. |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,155 Oh sorry, I misunderstood it. Thank you :)
EDIT: Got it set up really nicely now. Works great :D |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,155 Hmm...thats not quite as useable as I would hope.
Is there a way to do it how I want to or is it not possible? |
Forum: DaniWeb Community Feedback Mar 2nd, 2009 |
| Replies: 2 Views: 636 Theres a bug in the control panel where the sidebar on the right overlaps the control panel slightly. |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,155 I wanted to use it in the URL. Because I need to redirect users then show the error message. You know?
So I redirect them to page.php?error=nosearch and then the no search error would show up :) |
Forum: DaniWeb Community Feedback Mar 2nd, 2009 |
| Replies: 11 Views: 1,153 When posting a long line of code it goes down to the next line...for example:
$errormessages = array(
'nosearch' => 'Your search returned no results - <a href="guide?t=search">Click Here... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,155 I want to use $_GET['error'] to fetch error messages from an array.
Heres my array:
$errormessages = array(
'nosearch' => 'Your search returned no results - <a href="guide?t=search">Click... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 6 Views: 339 Thanks for that...
I needed to use javascript for this. Heres my code now:
<?php
if(empty($catcnt)){
echo("<script>location.href = 'index.php?error=Your search returned no... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 6 Views: 339 Ooops. Thats a mistype. The problem still stands though. Ill update the code in the first thread. |
Forum: PHP Mar 2nd, 2009 |
| Replies: 6 Views: 339 On my MySQL search what I want to do is redirect a user to another page and show an error message if the search returned no results. But for some reason the user never gets redirected.
Can you... |
Forum: JavaScript / DHTML / AJAX Feb 27th, 2009 |
| Replies: 1 Views: 1,118 Im sure this has been discussed endless times but I can't find anything which will do it how I want to.
I want to seemlessly execute some PHP onclick. It will just update a row in MySQL and I dont... |
Forum: PHP Feb 27th, 2009 |
| Replies: 10 Views: 1,102 Aha! Got it working. Took me a while to work out that I needed to change $search[0] to $search[1] :p
Thank you very much for all your help, youre a legend :) |
Forum: PHP Feb 27th, 2009 |
| Replies: 10 Views: 1,102 Hmm...doesnt seem to be working. Is this query valid?
SELECT * FROM list WHERE title LIKE '%$search%' AND where url LIKE '%$sites%' |
Forum: PHP Feb 27th, 2009 |
| Replies: 10 Views: 1,102 Thats amazing, thank you so much. What I will have to do is to tell my users to set site:example.com first then put the query. To make it easier.
So, to get the query. Ive done this...
$search... |
Forum: PHP Feb 26th, 2009 |
| Replies: 10 Views: 1,102 So would I do something like
SELECT FROM table1 WHERE column1='$foo' IN table1 WHERE column1='$foo2'
Is that right? Just guess work :p |
Forum: PHP Feb 26th, 2009 |
| Replies: 18 Views: 3,473 Theres not a secure way to transfer data through a URL even if you cover it with .htaccess because its still accessible. |
Forum: PHP Feb 26th, 2009 |
| Replies: 10 Views: 1,102 How would I do it though? :| Im really lost... |