Posts by jgmnhp • 131 points
5 posts
-
6
votes4
answers11049
viewsQ: How to select in 3 tables?
I need to do SELECT in two tables with relationship n for n, soon, I will have to make use of the intermediate table as well, but I don’t know how to do it. I am using PHP and Sqlserver database.…
-
1
votes1
answer1949
viewsQ: Relationship intermediate table n for n
I have two tables with relation N to N in my database, with this, I must create an intermediate table that has the PK of each of these two tables. My doubt is: how to insert data referencing the Pks…
-
0
votes1
answer5450
viewsQ: Calling PHP function in jQuery
I am starting my PHP studies and I have to make a registration form, however, it is very bad to validate data via PHP, so I am using jQuery for this. However, I need to call the PHP function inside…
-
4
votes1
answer1835
viewsQ: php registration form NO database
I am learning php and need to create a form using only html, jquery, ajax and php without using database. The data must appear in a table below the form I was instructed to do using Session,…
-
2
votes2
answers3467
viewsQ: How to edit HTML table data with jquery
I am creating a registration page where I can only use HTML, jquery and css. Once registered, the information must be in a table below and this table, the data must be able to be changed However,…