Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 25th, 2008, 03:55 AM
Raistlin Majere
Guest
 
Posts: n/a
Default bug (maybe) report

echo $mode;

if ($session->check('Account') && $mode != "rate" && !
empty($all[$temporary_account_id]['articles']['mark']) &&
$all[$temporary_account_id]['articles']['mark'])
{
echo $mode;

echo '<b><a href="'.$articlesurl.'result/rate/'.$temporary_id.'">'.
$subject.'</a></b[<a href="'.$articlesurl.'modify/'.
$temporary_id.'/'.$account_id.'">Modify</a>] [<a href="'.
$articlesurl.'delete/'.$temporary_id.'/'.$account_id.'">Delete</a>] '.
$points.'<br><br>';

This code is echoing:

rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
a12<br><br>
  #2  
Old March 25th, 2008, 04:05 AM
Jerry Stuckle
Guest
 
Posts: n/a
Default Re: bug (maybe) report

Raistlin Majere wrote:
Quote:
echo $mode;
>
if ($session->check('Account') && $mode != "rate" && !
empty($all[$temporary_account_id]['articles']['mark']) &&
$all[$temporary_account_id]['articles']['mark'])
{
echo $mode;
>
echo '<b><a href="'.$articlesurl.'result/rate/'.$temporary_id.'">'.
$subject.'</a></b[<a href="'.$articlesurl.'modify/'.
$temporary_id.'/'.$account_id.'">Modify</a>] [<a href="'.
$articlesurl.'delete/'.$temporary_id.'/'.$account_id.'">Delete</a>] '.
$points.'<br><br>';
>
This code is echoing:
>
rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
a12<br><br>
>
You'll have better luck asking in the CakePHP support forums. I doubt
many (if any) here know much about its operation.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  #3  
Old March 25th, 2008, 05:55 AM
Raistlin Majere
Guest
 
Posts: n/a
Default Re: bug (maybe) report

nevermind

On 24 mar, 23:54, Raistlin Majere <pedbe...@gmail.comwrote:
Quote:
echo $mode;
>
if ($session->check('Account') && $mode != "rate" && !
empty($all[$temporary_account_id]['articles']['mark']) &&
$all[$temporary_account_id]['articles']['mark'])
{
echo $mode;
>
echo '<b><a href="'.$articlesurl.'result/rate/'.$temporary_id.'">'.
$subject.'</a></b[<a href="'.$articlesurl.'modify/'.
$temporary_id.'/'.$account_id.'">Modify</a>] [<a href="'.
$articlesurl.'delete/'.$temporary_id.'/'.$account_id.'">Delete</a>] '.
$points.'<br><br>';
>
This code is echoing:
>
rate
no letter, no number, nothing
<a href="/CakePHP/toreadandtowrite/articles/result/rate/
2">Government</
a12<br><br>
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles