2
Good morning to you all!
I am new to web development and am developing a web application with Php, javascript and mysql. My question is the following question: I have a table, where I am loading the information I recovered from my database, and are being displayed as it should be. What I need is, in one of the cells, I load the information id and when I click on it I want to open another tab, containing the information of that particular id, what I’m not able to do is pass this id using <a href="minhapagina.php"></a>
.
And the other question would be, how do I take another cell from that same table and see if the value in it is greater than zero, and if it is, change the background.
Thanks for your help!
<a href="minhapagina.php?minhavariavel=123"></a>
?– Caio Felipe Pereira
Post your PHP code and HTML code where you populate the data.
– Laerte