Tag Archives: base de données

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 forContinuer la lecture

Tagged , , , , | Laisser un commentaire

How can I print the field of the table [fermée]

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');
    

Continuer la lecture

Tagged , , , | Laisser un commentaire

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 IContinuer la lecture

Tagged , , | Laisser un commentaire

Système de points EXP pour les actions sur le site

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.
Actuellement, j'ai quelque chose comme ceci:

$this->db->query("INSERT INTO experience (userid, action, exp) VALUES 

Continuer la lecture

Tagged , , , | 1 Comment

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 programmingContinuer la lecture

Tagged , , , , | Laisser un commentaire

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,… Continuer la lecture

Tagged , , , | Laisser un commentaire

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]. Comme… Continuer la lecture

Tagged , , | Laisser un commentaire

Javascript eventssend 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.Continuer la lecture

Tagged , , | 1 Comment

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 theContinuer la lecture

Tagged , , , , | Laisser un commentaire

PDO database for arabic characters

i want to insert arabic characters to database using pdo with php
but i got these charectors in database

الجامع &#1575

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 Continuer la lecture

Tagged , , , , | Laisser un commentaire
40 pages