Search Results

Showing results 1 to 40 of 102
Search took 0.01 seconds.
Search: Posts Made By: martinkorner
Forum: RSS, Web Services and SOAP Oct 7th, 2009
Replies: 2
Views: 1,617
Posted By martinkorner
Thanks Kyle,

Sorry for the delayed reply.

That worked perfectly :)

Thanks again,
Martin
Forum: RSS, Web Services and SOAP Sep 17th, 2009
Replies: 2
Views: 1,617
Posted By martinkorner
Hi,

I am trying to write a .htaccess script that can redirect any URL on my site (whether it exists or not, including sub-domains) to the index page of that site.

For example:...
Forum: JavaScript / DHTML / AJAX Feb 23rd, 2008
Replies: 6
Views: 6,352
Posted By martinkorner
Unless you make your entire site with flash, I think the only way to achieve this is to use frames - so your site pages run in one frame on a main page which just has that frame and your flash player...
Forum: Linux Servers and Apache Feb 22nd, 2008
Replies: 1
Views: 1,076
Posted By martinkorner
I would like a .htaccess file which rewrites .php files as .htm files, however, if the .php file doesn't exist - try simply opening the .htm file with the same name.
It also needs to do a 301...
Forum: PHP Jan 3rd, 2008
Replies: 4
Views: 2,478
Posted By martinkorner
Thanks chrelad,

I tried this, and tried reading each line individually, but the 'stop' term oddly never gets found (I have checked I'm searching for the correct term - which is on it's own line)....
Forum: PHP Jan 2nd, 2008
Replies: 4
Views: 2,478
Posted By martinkorner
I am currently reading and displaying the entire contents of a text file using the following code:
$html_get = file('content.txt');
foreach ($html_get as $html_num => $html_text) {
echo...
Forum: HTML and CSS Nov 19th, 2007
Replies: 6
Views: 2,482
Posted By martinkorner
Hi,

I think you have made the same mistake that I made almost a year ago - I am assuming that you are not an MV customer - and to use this script, you have to be.

em.submit is not a mainstream...
Forum: PHP Jun 16th, 2007
Replies: 3
Views: 5,592
Posted By martinkorner
Thank you :-)

I've been struggling with that for so long :->

I've simplified it a bit as well so that it can just subtract one hour from the current timestamp (if this is any help to anyone...
Forum: PHP Jun 15th, 2007
Replies: 3
Views: 5,592
Posted By martinkorner
Hi,
I need to put a time on my website which simply shows the current GMT London time...

I tried using<? echo date("g:ia") ?> but for some reason it displays the time exactly one hour ahead of my...
Forum: HTML and CSS Apr 10th, 2007
Replies: 4
Views: 8,150
Posted By martinkorner
Thanks Dynamictc,

I tried that and it works great.

Thanks again,
Martin
Forum: *nix Software Feb 17th, 2007
Replies: 6
Views: 2,351
Posted By martinkorner
I don't even know where PHP is installed :sad:

sorry for being a bit useless :rolleyes:


I'm currently only using 1&1's Home package (Linux hosted).

Don't know if that helps....
Forum: *nix Software Feb 15th, 2007
Replies: 6
Views: 2,351
Posted By martinkorner
I don't think I have access to the Apache error log :-(

I've taken the AddType x-mapp-php4 .html line out as I don't need it, but still have the
AddType x-mapp-php4 .htm, which prevents the...
Forum: *nix Software Feb 11th, 2007
Replies: 6
Views: 2,351
Posted By martinkorner
Is there anyone who can help me:?:

Am I even in the right forum??

Help.... Please,
Martin
Forum: *nix Software Feb 6th, 2007
Replies: 6
Views: 2,351
Posted By martinkorner
Hi,

I have a simple ".htaccess" file which needs to do two simple things;

It needs to allow php in normal htm and html files, and use my customized error pages.

The following code is the...
Forum: HTML and CSS Dec 15th, 2006
Replies: 4
Views: 8,150
Posted By martinkorner
Thanks Matt,

I'll try it....

Regards,
Martin
Forum: HTML and CSS Dec 14th, 2006
Replies: 4
Views: 8,150
Posted By martinkorner
I'm using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> (xhtml strict doctype) for a site I'm designing and when I validated it, I...
Forum: HTML and CSS Jun 28th, 2006
Replies: 19
Views: 4,617
Posted By martinkorner
Thanks..:)

Martin
Forum: PHP Apr 30th, 2006
Replies: 5
Views: 5,416
Posted By martinkorner
Thanks, I'll try it.
Martin
Forum: PHP Apr 30th, 2006
Replies: 5
Views: 5,416
Posted By martinkorner
To aarya,

I tried that but I got this error on submitting the form:


I've probably forgotten to chamge something obvious or sommat like that (but I can't see anything wrong :sad: )

Thanks...
Forum: HTML and CSS Apr 25th, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
It's OK, I'm not putting the day on it.

Thanks anyway.:cheesy:

Martin
Forum: HTML and CSS Apr 24th, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
Alright, thanks:cheesy: !

I'm working at it...

Martin
Forum: HTML and CSS Apr 24th, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
OK - sorry, I just assumed that it only explained what was said in the phrase by the link

Really Sorry ;)

Martin
Forum: HTML and CSS Apr 24th, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
That gives me something like:


But I would still prefer it without the dashes and in english order (dd-mm-yyyy) instead of American order (mm-dd-yyyy).
That's simple enough to change:


But I...
Forum: HTML and CSS Apr 24th, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
OK - that doesn't work because

Help?

Martin
Forum: HTML and CSS Apr 23rd, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
So would I do something like this?


<script type="text/javascript">
document.write ('Last updated: ', getDate(document.lastModified).toLocaleString(), ...
Forum: HTML and CSS Apr 23rd, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
OOps - Sorry I missed part of my code out (thought it didn't make sense!)

Here is the real code I currently use:

<script type="text/javascript">
document.write ('Last updated: ', new...
Forum: HTML and CSS Apr 22nd, 2006
Replies: 12
Views: 5,394
Posted By martinkorner
On my site I use the following code to tell users when I last updated my website:
Last updated: ', new Date(document.lastModified).toLocaleString(), '

This shows users something like this:

...
Forum: PHP Apr 21st, 2006
Replies: 5
Views: 5,416
Posted By martinkorner
Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told:


I was then told to come to this forum and ask about the basics of PHP...
Forum: HTML and CSS Apr 21st, 2006
Replies: 6
Views: 2,482
Posted By martinkorner
Right...Thanks...I will.

Martin
Forum: HTML and CSS Apr 20th, 2006
Replies: 6
Views: 2,482
Posted By martinkorner
Right - that'd be great, can you tell me how to do that?


Thanks!
Martin
Forum: HTML and CSS Apr 19th, 2006
Replies: 6
Views: 2,482
Posted By martinkorner
Hi, I went to...
http://www.mv.com/webtools/forms-info/form-submit-ex-em.html#em
...and I copied the text for each file, saved them as:
em.html
em.submit
em.template
em-done.html

I then...
Forum: HTML and CSS Apr 8th, 2006
Replies: 8
Views: 2,304
Posted By martinkorner
Is there two of you, or has cscgal just had a short coversation with herself above? hehe

Only kidding - Glad you sorted it out.

Ive just started with flash and I've realised how much cool stuff...
Forum: PHP Mar 27th, 2006
Replies: 15
Views: 4,945
Posted By martinkorner
Sorry I've not got back to you for so lony (DANIWEB didn't e-mail me to tell me I had a replyhttp://www.daniweb.com/techtalkforums/newreply.php?do=newreply&noquote=1&p=170163#
Roll Eyes (Sarcastic))...
Forum: Web Hosting Deals Mar 18th, 2006
Replies: 35
Views: 16,072
Posted By martinkorner
Thanks, I've e-miled them

Martin
Forum: PHP Mar 17th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
I removed the space before the "<?php" tag and now it works properly in both browsers! (Thanks DanceInstructor for the pm).

At the moment that just downloads over the previous page, how would I...
Forum: PHP Mar 14th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
Right.. thanks

Martin
Forum: PHP Mar 14th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
Oh right, thanks

Martin
Forum: PHP Mar 14th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
So If I use the windows one, will linux users still be able to access the download?

Martin
Forum: PHP Mar 12th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
Yeah, it's...
<?php
$file = 'http://www.martinkorner.host.sk/Swim.exe'; //Windows
$file = '/mnt/storage/users/m/a/r/martinkorner/Swim.exe'; //or Linux
$new_filename = '"Swim To The Sea.exe"'; ...
Forum: PHP Mar 11th, 2006
Replies: 27
Views: 6,652
Posted By martinkorner
OK - thanks,

Now I've got the download working in Firefox, but in Internet Explorer the checcks come through positive, but nothing happens.

Martin
Showing results 1 to 40 of 102

 


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

©2003 - 2009 DaniWeb® LLC