close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

works o live not test

Thread began 6/10/2012 6:47 am by software.current355386 | Last modified 6/11/2012 11:08 am by software.current355386 | 1483 views | 4 replies |

software.current355386

works o live not test

$kAppNow = time();
date_default_timezone_set('Europe/London');

$kAppToday = strftime("%d %B %G", $kAppNow);

live - displays ok
test - blank

test serve on pc uing xmapp 1.7.4 phpnfo 5.3.5
;ive phpinfo 5.2.17

like to get workin dont want to be chasing 'red herring' looking for problems that dont exist, any help idasecome , newbieat php/mysql

thanks

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

software.current355386

result

source
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');



$kAppNow = time();
date_default_timezone_set('Europe/London');

$kAppToday = strftime("%d %B %G", $kAppNow);
$kAppLongDay = strftime("%A, %d", $kAppNow) . strftime(" %B %G", $kAppNow);

echo "kAppLongDay = " . $kAppLongDay . PHP_EOL ."<br />";
echo "kAppToday = " . $kAppToday . PHP_EOL ."<br />";

?>


result live
kAppLongDay = Monday, 11 June 2012
kAppToday = 11 June 2012

result test
kAppLongDay = Monday, 11
kAppToday =


appears %B %G not working

Sign in to reply to this post

Jason ByrnesWebAssist

why not user date() instead of strftime():

php:
$kAppToday = date("d F Y", $kAppNow);

$kAppLongDay = date("l, d", $kAppNow) . date(" F Y", $kAppNow);
Sign in to reply to this post

software.current355386

fixed

solution worked thanks

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...