Forum: RSS, Web Services and SOAP Oct 7th, 2009 |
| Replies: 2 Views: 1,617 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 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 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 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 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 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 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 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 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 Thanks Dynamictc,
I tried that and it works great.
Thanks again,
Martin |
Forum: *nix Software Feb 17th, 2007 |
| Replies: 6 Views: 2,351 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 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 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 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 Thanks Matt,
I'll try it....
Regards,
Martin |
Forum: HTML and CSS Dec 14th, 2006 |
| Replies: 4 Views: 8,150 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 |
Forum: PHP Apr 30th, 2006 |
| Replies: 5 Views: 5,416 Thanks, I'll try it.
Martin |
Forum: PHP Apr 30th, 2006 |
| Replies: 5 Views: 5,416 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 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 Alright, thanks:cheesy: !
I'm working at it...
Martin |
Forum: HTML and CSS Apr 24th, 2006 |
| Replies: 12 Views: 5,394 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 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 OK - that doesn't work because
Help?
Martin |
Forum: HTML and CSS Apr 23rd, 2006 |
| Replies: 12 Views: 5,394 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 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 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 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 Right...Thanks...I will.
Martin |
Forum: HTML and CSS Apr 20th, 2006 |
| Replies: 6 Views: 2,482 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 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 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 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 Thanks, I've e-miled them
Martin |
Forum: PHP Mar 17th, 2006 |
| Replies: 27 Views: 6,652 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 |
Forum: PHP Mar 14th, 2006 |
| Replies: 27 Views: 6,652 |
Forum: PHP Mar 14th, 2006 |
| Replies: 27 Views: 6,652 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 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 OK - thanks,
Now I've got the download working in Firefox, but in Internet Explorer the checcks come through positive, but nothing happens.
Martin |