Forum: PHP Sep 19th, 2009 |
| Replies: 3 Views: 270 I have got the webpage bit working now using:
<?php
define(TODAYFILE, 'todaysQuote.txt');
define(QUOTEFILE, 'quotelist.txt');
if ((time() - filemtime(TODAYFILE)) > 5) {
$quotes =... |
Forum: PHP Sep 19th, 2009 |
| Replies: 3 Views: 270 don't really want to do a database seems unnecessary as there is no other need for a database and the person who will be maintaining the site has any database experience.
It would be easier for me... |
Forum: PHP Sep 19th, 2009 |
| Replies: 3 Views: 270 Right i'm in the process of designing a web page for a property company and the owner has requested a random property be displayed each day.
I have modified a quote of the day script to work with... |
Forum: PHP Jun 3rd, 2009 |
| Replies: 3 Views: 264 thats amazing work world threat.
With that php script its literlly dump the whoe thing in the div i want i to appear in and change
//PARSE THE RSS FEED INTO ARRAY
$xml =... |
Forum: PHP Jun 3rd, 2009 |
| Replies: 3 Views: 264 I am designing a website for someone at the moment and they want a preview of thier wordpress blog on thier home page(not blog home page)
Is there a good way to do this automatically so that it... |
Forum: PHP May 3rd, 2008 |
| Replies: 2 Views: 1,013 var centerLatitude = 51.523647; //longittude and latitude coordinates and zoom geocodes
var centerLongitude = -0.146470;
var startZoom = 14;
var description = 'London';
function... |
Forum: PHP May 3rd, 2008 |
| Replies: 2 Views: 1,013 I have deisgned a site. http://intweb.tech.bcuc.ac.uk/~20318219/project/home.html and am trying to get my google map sorted. http://intweb.tech.bcuc.ac.uk/~20318219/project/index.php.
All the... |
Forum: PHP Mar 19th, 2008 |
| Replies: 2 Views: 1,174 Fair enough. It was a silly little thing. line 39 of the php code. Just moved it up to line 38 and all was well.
'name': 'Broadwick Street,
W1 '
It needed to be on one line rather then two, which... |
Forum: PHP Mar 19th, 2008 |
| Replies: 2 Views: 1,174 I am making a website to show Londoners where the nearest toilet to them is. I am having problems getting the data into the google maps application. It was working yesterday and now it isn't. Im... |
Forum: PHP Sep 4th, 2007 |
| Replies: 1 Views: 1,318 I need a script and am not quite sure of the best way to write it. Any help would be greatly appreciated.
Basicly I need a form that collects the following data User name, User id(number) module... |