Posts by ana paula • 35 points
3 posts
-
1
votes1
answer28
viewsQ: Query to insert into a Sqlserver table
Sqlserver, given a table with the fields: id (int), name (nvarchar) and birth (smallDateTime) How can I write a query to insert into this table and then query this data from all table records. Id:…
-
0
votes1
answer77
viewsQ: Link PHP to HTML and Calculate how old and months
I would like to know if it is possible and how I can link this html in php, adding the count of how many years and how many months a person has I also wanted a php function that shows the name when…
-
0
votes1
answer91
viewsQ: In CSS and HTML how can I leave side by side?
I want to leave the div side by side and if possible with a vertical line dividing I tried div container like this but it didn’t work: div { width: 100px; height: 100px; display: inline-block; }…