Posts by Junior Venancio • 21 points
4 posts
-
0
votes0
answers465
viewsQ: PHP, how to write blank Date field in database?
my situation, is the following on localhost, bd, ignores the letters of the date field (dd/mm/yyyy), but when I go up to the server, it error, because I’m sure it tries to save the letters of these…
-
-1
votes1
answer53
viewsQ: When mysql_fecth_assoc, don’t you think, it kills the rest of the code, how do you make it return something?
Hello, I have a problem in this function when deleting, I do a search of what will be compared, and put two delete condition, because I need it to delete in one condition two tables, and if there is…
-
0
votes1
answer327
viewsQ: php, bring multiple rows from one linked table to another single id table
I’m having a hard time retrieving information. In the data for printing, I need to show in the variable $comp when she belongs to the same id_cadastro that I am consulting, so far everything well,…
-
1
votes1
answer159
viewsQ: PHP, marking checkbox for printing
I’m in the following situation, and I was wondering if you could help me. I have a page where I mark checkbox and send to the printing page. But I’m not getting the loop, for the code to see each id…