Posts by Sergio Murilo Cabral • 375 points
13 posts
-
4
votes1
answer210
viewsQ: How to create a simulator using SESSION
Hello, I am trying to create a simulator using SESSION, but as I am a beginner and very lay still, I am asking for the help of friends. Next I created the page where the user can change the logo,…
-
1
votes3
answers671
viewsA: Correct pennies in Boletophp Bank Slips
Hello, I would like to thank the rray because with your tip I managed to make the boleto print correctly "(including the cents of the products)" the values of the products added or not the banking…
-
6
votes3
answers671
viewsQ: Correct pennies in Boletophp Bank Slips
I’m using the Boletophp project to generate bank slips, but I noticed that the pennies are not recorded correctly, because when I buy a product with the value of for example, R $ 245,00 plus the…
-
12
votes1
answer8949
viewsQ: List states, cities and neighborhoods on registration form
I have a table called "ad", where I need to register the information coming from other 03 tables, are they: Tables of States, Cities and Neighborhoods. The objective is that the user himself makes…
-
4
votes1
answer292
viewsQ: Log data using Combobox
I’m trying to create a real estate company On-Line, I have already built the structure, but I have no idea how to register the States, Cities and Neighborhoods of the same using a Combobox. For…
-
0
votes0
answers364
viewsQ: States City List via GET State Code
I am trying to create a way that the user himself can register his City and his Neighborhood. But I’m not sure how to make that when the user selects the desired state, only the cities related to…
-
1
votes1
answer258
viewsQ: Select with repeated attributes
I’m having trouble recording in two different fields of a table using one <select> that has two attributes name and <options> with two value. I used the code below, but it only recorded…
-
3
votes1
answer1625
viewsQ: recording multiple images in the target folder and in the database with php and mysql
You can send 5 images to the target folder (upload), and at the same time record the names (img.jpeg) of these images in the Database table, using PHP and Mysql? Because I tried using the same…
-
-1
votes2
answers670
viewsQ: How to use radio input with Hidden input
I want to record two fields of a table simultaneously, it would be the field "gale_fotos" and "gale_status" and I am using the code below, but it only records the field "gale_status" as No. How do I…
-
2
votes2
answers427
viewsQ: Using $tempo = date("d/m/Y H:i:s",time()-86400); to delete past schedules
I am using this code to delete schedules with dates and times already past the current time. <?php while($res = mysql_fetch_array($select_agenda)){ $id = $res['id']; $nome = $res['nome']; $tel =…
-
1
votes3
answers799
viewsQ: How to center image to text?
I would like to use the image centered on the text, but I could only align it left or right. It has how to center it, making the text involve the whole image? The code I made is below: <style>…
-
-1
votes1
answer5123
viewsQ: Delete image from BD and server destination folder
I want to simultaneously delete images from a specific column ("logo") of a table with more than 05 columns, and from the server’s target folder ("upload"). But I was only able to delete not only…
-
1
votes1
answer1068
viewsQ: Delete image from BD and server destination folder simultaneously
I am trying to delete simultaneously a certain image that is in the "logo" field of a table that has several other fields, and the folder where it is stored that is called "upload", but I can only…