WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Php Script Stumped!

for

From: Tonda King
Date: Apr 7, 2006 5:20AM


Hi Salish,

Are you sure you meant to send this to me? I only just opened up our
Ramp Ascend the other day to test out how it may generate a report on
accessibility on our website. However, I had to close it down because
it was time for our virus protection to run and that slows out system
down horribly.

Thanks, TK


>>> <EMAIL REMOVED> >>>
Hello There,
Looked at the code and wondered if I understood you right. You are
explicitly echoing or displaying the username and password through the
PHP
script. If you do not do so then the username and password will not
display,
right? Or am I missing something? I see you are hard coding the
username in
the message instead of echoing the POST variable.

As for the time:
Consider getdate() then use strftime with format characters as you wish
Eg. print strftime('%c');
Also consider
// For local time is EST (U.S.)
$time_parts = localtime();
// (Then PST) is three hours earlier
$PST_time_parts = localtime(time() - 3 * 3600);
Hope this helps
Sailesh Panchang
Senior Accessibility Engineer
Deque Systems Inc. (www.deque.com)
11180 Sunrise Valley Drive, Suite #400,
Reston VA 20191
Phone: 703-225-0380 (ext 105)
E-mail: <EMAIL REMOVED>