View Single Post
  #11 (permalink)  
Old 09-06-2007, 12:38 AM
suresh.gju suresh.gju is offline
Starter Member
 
Posts: 1
Default

how can i set both attribute and parameters at a time to a function call in PHP:
Above in this post way to set attribute or param are discussed but not both at a time.
i need this:
<SearchRequest limit="10" offset="20">
<query>is:unread</query>
</SearchRequest>

Thanks
Reply With Quote