php - Concatenating URL using form -


i want make 1 of forms not override existing url concatenate in end of , needs override own input. example: have link

index.php?min_price=0&max_price=20&attribute[5]=test

and want add &ordering=ascending in end when submit form input, should replace ascending descending , on without removing else. attention ;)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -