Tag Archives: banca dati
What is the best architecture to use at the back end for a java client based client/server setup?
I’m fairly new to programming and have been focussing a great deal on Java in recent months. I would like to write an application with a Java applet front end which will capture information about my users and allow for… Continua a leggere
How can I print the field of the table [chiuso]
I want to print beyond the picture, the name of its. The field name is on the sql table at the bottom.
To explain i want to print on this site and picture and the name.
http://kosar.comule.com/category.php
<?php require_once ('connect/connect.php');
…
PHP/MySQL relational database problem. Filter to match options
I have a table of people who need help, and a table of people who give help. They each have a one to many relationship with further tables for work hours, hobbies and activities.
My problem is that when I… Continua a leggere
EXP sistema a punti per le azioni sul sito web
So I need to create a function that is called every time a user completes an action, and then according to their action gives them exp points.
Currently I have something like this:
$this->db->query("INSERT INTO experience (userid, action, exp) VALUES …
Database engine for a (grande) Python project
I have a huge project written in PHP and the data is stored in MySQL (mostly MyISAM tables and a bit of InnoDB). Because the project gets bigger and more complicated I want to rewrite it using object oriented programming… Continua a leggere
php: I want a code to be executed every 1 minute
I will try be clear and specific
So i have a website, where people purchase stuff from each other.
To keep everything organised, when someone buys something from another user, That purchase will be moved to a table in database,… Continua a leggere
PHP: fill array from multiple sources
I need to create an array, in which first two columns are filled from MySQL DB, while other 1440 columns are filled with zeros. Please see my code.
First two columns are filled correctly, while zeros(0,1440) results in Array[0]. As… Continua a leggere
Javascript events – send values to database
I am having trouble sending data to the database. The values are being sent, but they are all going into the first drop zone field. And I need each dropzone value to go into the correct field in the database.… Continua a leggere
How should I go about capturing a custom form in Magento that is stored with the order?
I am working on a module to add a new step called Rental into the Onepage Checkout module in magento. The problem is not adding a step it is the data capture.
I want to be able to take the… Continua a leggere
PDO database for arabic characters
i want to insert arabic characters to database using pdo with php
but i got these charectors in database
الجامع ا
and when i put
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
the result was
??????????
…
i make the collection of the collom Continua a leggere





