On Mon, May 9, 2011 at 5:56 PM, tedd wrote:
> At 1:39 PM -0400 5/7/11, wrote:
>
>> > get_currentuserinfo();
>>
>> echo 'Welcome ' . $current_user->user_firstname . "\n";
>> echo '' . $current_user->user_lastname . "\n";
>> ?>
>>
>> Richard L. Buskirk
>>
>
> Really?
>
> How doe
Anyone else notice PHP throwing Warning and Notices even when display errors
and error reporting disabled?
I compiled PHP with the following:
'./configure' '--prefix=/usr/local/php-5.3.3' '--enable-cli' '--disable-debug'
'--disable-rpath' '--disable-static' '--with-pic' '--with-openssl=/usr' '
On Mon, May 9, 2011 at 4:18 PM, Joshua Kehn wrote:
> If you are only make the last name bold for stylistic purposes you should
> use CSS and a class. If you have text that needs to be phasized or
> ly put use the appropriate tags.
Hrmm, I personally don't think there is anything wrong with in th
On Monday, May 9, 2011 at 6:53 PM, Micky Hulse wrote:
On Mon, May 9, 2011 at 2:56 PM, tedd wrote:
> > Really?
> > How does the blind via readers, such as JAWS, understand what a is?
> > First, never use -- or for that matter.
> > Second, use or instead. Readers can understand and render
> > S
On Mon, May 9, 2011 at 2:56 PM, tedd wrote:
> Really?
> How does the blind via readers, such as JAWS, understand what a is?
> First, never use -- or for that matter.
> Second, use or instead. Readers can understand and render
> STRONG and EMPHASIZED text, but not and text -- those tags mean
Hello tedd,
I'm standing up and applauding you.
Really, I'm... quite touched. There are too few people that care about
us, I mean, JAWS users. Of course, we, my wife and I, develop accessible
websites
ourselves but... there is lots of inaccessible stuff out there.
--
With best regards from
At 1:39 PM -0400 5/7/11, wrote:
' . $current_user->user_firstname . "\n";
echo '' . $current_user->user_lastname . "\n";
?>
Richard L. Buskirk
Really?
How does the blind via readers, such as JAWS, understand what a is?
First, never use -- or for that matter.
Second, use or inst
On 9 May 2011 15:59, Vincent McGinley wrote:
> Notice: Undefined variable: Product in
> /Applications/MAMP/htdocs/Pages/Products/Bamboo_Zoo/index.php on line 181
>
And there's the issue.
In your old system, you probably had something called
"register_globals" enabled.
Please read http://php.ne
On 9 May 2011 14:53, Vincent McGinley wrote:
> Can you remove the @.
>>
>> Do you get an error?
> Tried this and got same result (page loads up halfway and no error message).
>>
>> Can you change the location to "./folder/$Product.php" ?
> Changed path and same result.
>>
>
>> Does the file actual
9 matches
Mail list logo