On 3/23/07, yolabingo <[EMAIL PROTECTED]> wrote:
>
> <form action='/users/index' >
>     <?php echo print $ajax -> autoComplete('User/livesearch', '/users/
> search'); ?>
> </form>

Well, the problem might be that you're doing echo print above instead
of just echo or print. :)

The output of print is always 1 when doing a comparison, so that
command becomes "echo 1", hence the 1 showing up in your output.

-- 
Chris Hartjes

My motto for 2007:  "Just build it, damnit!"

rallyhat.com - digital photo scavenger hunt
@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to