Questions tagged as 'mysql'

3
answers

How to check if the user is online at the moment?

It's as follows, I've made a system where the admin can view the online users at the moment and displace them. So far so good, I have created a variable in the user table in mysql that gets TRUE when the user logs in and FALSE when he flips, the...
asked by 26.04.2015 / 00:03
0
answers

Import XML into Mysql

I have two files in xml. When I import one of them it comes like this pública and the other comes like pública Open the files in notepad ++ and in the Format tab the two files are UTF-8 encoded (without BOM). How do I sol...
asked by 19.05.2015 / 21:44
0
answers

Accentuation on select

I'm trying to export some records from the Mysql database to Excel, but when it opens the spreadsheet where it has accentuation appears the signal how can I solve it?     
asked by 27.01.2015 / 12:54
0
answers

List Dates Online Schedules in a Table

Tone with a Problem here that I do not know how to solve. I did an Agenda that returns me the users and the calls that it would have in the week, this presented in a table equal to a weekly calendar. I will put a picture to better understand how...
asked by 22.01.2015 / 22:19
0
answers

How to create graph in pChart with object-oriented Connection?

I'm having problems creating my chart in pChart, I'm currently using an object-oriented connection and I'm getting connected to the database, but I'm not able to generate the data for the chart. I get the following error:    The image "../...
asked by 18.12.2014 / 14:56
0
answers

Register the database and treat this data on the same page after registration

I have to make a script that when I put the email in textarea it registers in the database and automatically after registration it starts to execute the script that pulls the image by email. I have already done the saving part in the bank and...
asked by 18.02.2015 / 20:57
1
answer

Problem listing all images

Good people and the following I have a photo upload that is working fine, I'm just trying to see the problem in displaying all the photos through for , there always appears an image just needs yours to find out where the problem. Code...
asked by 06.03.2015 / 00:15
0
answers

MYSQL, problem with characters importing csv

I am passing the Maxmind csv database to mysql and some accented characters are giving problem. In Latin a ? appears and in UTF nothing appears. CSV : Östra Frölunda UTF8 : LATIN1: ?stra Fr?lunda I used the code below that I f...
asked by 01.01.2015 / 18:25
0
answers

Add amount of gold to player

I have a [Mu Online] Ex 802 server, and it has {SHOP CASH} system for players to be able to buy their items. Well my Server has a control panel in which I can add the amount of currency the Player will have, plus this system is in C #. The Sh...
asked by 29.01.2015 / 19:10
0
answers

How to view queries that returned error?

Hello, I would like to know if in mySQL, in his own MySQL dictionary I can debug a query that returns with an error of a given application?     
asked by 22.10.2014 / 20:03