Posts by user92889 • 47 points
2 posts
-
-2
votes1
answer55
viewsQ: How to use the ternary here?
$rs = $pbc->selectPublication(filter_input(INPUT_GET, 'id', FILTER_DEFAULT)); I have this code that is passed as argument of the method to select the posts on the system, but how can I use it…
-
5
votes1
answer482
viewsQ: How to select an option in select in a less laborious way?
I have a page called editarpublicacao.php who receives the id through GET. One of the two <select> for example contained on the page, is similar to that of companies: <select name="company"…