Topic: & converted to amp; in url

When i try to  add a GET in the url  like ( po_entry_items.php?NewOrder=Yes&reqid=8 ) after refreshing the page ,  the (&) converted to (amp;)    (  po_entry_items.php?NewOrder=Yes&req=8 )

Re: & converted to amp; in url

I cannot reproduce this error. Is this happening from inside FA ?

/Joe

Re: & converted to amp; in url

I Formed two pages , one for the requisition & the other for Purchase order.
when i click on a record in the requisition screen,it redirects me to the purchase order screen and retrieves all items from the selected requisition (po_entry_items.php?NewOrder=Yes&requisition_id=8 ). This works fine
The problem occurs when i refresh the purchase order screen as it converts the "&" to "&" . so this leads that the requisition id can't read and therefor the request's items can't be retrieved. Thanks smile

Re: & converted to amp; in url

What do you do to 'refresh' the screen?

Re: & converted to amp; in url

Example:  after x minutes the session of the login is ended .. when i login again it redirects me to the previous page which was (po_entry_items.php?NewOrder=Yes&requisition_id=8 ) to be after re login (po_entry_items.php?NewOrder=Yes&requisition_id=8 ) ..   "&" converted to "&" .

Re: & converted to amp; in url

i'm having the same issue, did someone manage to solve it?

Re: & converted to amp; in url

This may have to do with the php.ini setting for url encoding.....