I have jCombobox where all entidades students are loaded.
It happens to have two entities with the same name (two students Rodrigo Silva for example). Both are loaded into combo .
With gravar data in banco , i...
I am modeling a base for exchanging messages between users, and I have the following tables, user , user_friend and user_friend_message .
The user table stores all users of the system, user_friend makes the frien...
I'm trying to get results close to a specific record.
I tried to use ABS, but I could not do it using it.
The result limit is 5 .
Data
MARCA NOME_MARCA MEDIA
8 TOYOTA 100
11 HONDA 100
5...
I decided to listen to some users to make the conversion but I need your help because I have done a lot of research and nothing works.
The first file is:
<?php
include_once("/pasta/connectserver.php");
$table = "rjpsync_tag, rjpsync_i...
The big problem is that after insert , all values that have date, are zeros and in the format yyyy-dd-mm and not dd/mm/yyyy , as it was initially inserted. How can I enter these values in the formatting I desire?
I am doing a 4x4 array system for a client and am having a difficulty in the following question: The system has to check if the indicated to be checked already has 4 people in the network, if there is then look at the next indicated next, until...
I need to look up all the "id_category" fields in a particular database, and bring up a list of tables that contain this field in common, which in this case is the foreign key of the "sis_category" table.
I have a table in the multi-line database,
I wanted to get the highest id, which has status = 1, how can I do this with php? The id is one column of the table and the status is another.
Then I also want to know how to get the least elevate...
Hello, I would like to know how to create a friendships system for my facebook-style application. I'm not making a social network, but I need to implement that system.
I have a table of users where I store data like id and username of the r...