Flux d’activité

Flux d’activité de Messages

  1. phildu34


    ba non justement sa marche pas !!!

    moi j'ai sa au debut du fichier !

    <?php

    // © PEEL.FR

    define('FPDF_FONTPATH','../lib/class/pdf/font/');

    include("../configuration.inc.php");

    require("invoice.php");

    if (!empty($_GET['timestamp']) && !empty($_GET['id']) && !empty($_GET['mode'])) {

    // Chargement des variables pour afficher facture ou bons de commande

    echo (!empty($logo)

    $timestamp = urldecode(htmlspecialchars($_GET['timestamp']));

    $id = intval($_GET['id']);

    $mode = htmlspecialchars($_GET['mode']);

    $qid_commande = mysql_query("SELECT * FROM peel_commandes WHERE id = '$id' AND o_timestamp = '$timestamp'");

    if (mysql_num_rows($qid_commande) > 0) {

    $commande = mysql_fetch_object($qid_commande);

    $qid_items = mysql_query("

    SELECT

    p.reference

    ,oi.nom_produit

    ,p.prix AS curr_prix

    ,oi.prix AS purchase_prix

    ,oi.quantite

    c'est la ligne en rouge qu'il faut modifier ?

  2. negoce


    Bonjour,

    voilà une chose suspecte !! :(

    ça marche en local mais pas sur hebergeur !! :wacko:

    voilà ce que j'ai modifié:

    $registered_types = array(
    
    										/*"application/x-gzip-compressed"		 => ".tar.gz, .tgz",
    
    										"application/x-zip-compressed"		  => ".zip",
    
    										"application/x-tar"					 => ".tar",*/
    
    										"image/bmp"							 => ".bmp, .ico",
    
    										"image/gif"							 => ".gif",
    
    										"image/pjpeg"						   => ".jpg, .jpeg",
    
    										"image/jpeg"							=> ".jpg, .jpeg",
    
    										"image/png"							=> ".png",
    
    										"text/richtext"						 => ".txt, .rtf",
    
    										"application/pdf" 						=> ".pdf",
    
    										"application/msword"					=> ".doc",
    
    										/*"application/x-shockwave-flash"		 => ".swf",
    
    										"application/ved.ms-excel"			  => ".xls",
    
    										"application/octet-stream"			  => ".exe, .fla (etc)"*/
    
    										); 
    
    
    $allowed_types = array("image/bmp","image/gif","image/pjpeg","image/jpeg", "image/png", "text/richtext", "application/pdf", "application/msword");

    où est l'erreur ????

    merci d'uen aide...

  3. negoce


    Bonjour,

    bon, il y a du mieux !!

    mais ce n'est toujours pas ça !!

     
    
    <table width="100%" cellpadding="0" cellspacing="0" class="normal" bgcolor="#e0ffff" border="0">
    
    <tr><td valign="top">
    
    <table class="normal" bgcolor="#e0ffff" border="0">
    
      <tbody>
    
    	<tr>
    
    	  <td class="normal">Date d'achat:</td>
    
    	  <td class="normal">aa</td>
    
    	</tr>
    
    	 </tbody>
    
    </table>
    
    </td></tr>
    
    </table>

    ça donne ça:

    -------------------------------------------------

    ----------------------------------------------------

    .

    .

    .

    .

    .

    .

    . le grand vide !!

    .

    .

    .

    .

    cadre #oeffff----------------------------------------------------

    .

    .

    .

    .

    .

    .

    .

    .

    .

    .

    .

    .

    text: date d'achat aa

    .

    .

    fin cadre #0effff-----------------------------------------------------

    c'est pas gagné !! est ce que c'est tous la même chose ??

    merci d'une aide à bientôt....

  4. paulanna


    n'aurais tu pas des <br />, ou une image ou <tr><td>&nbsp;</td></tr> ou une valeur height due à ce qui se trouve au dessus ?

    ou sinon ajoute juste cellpadding="0" cellspacing="0" dans la balise <table>

    sinon tu écris :

    <table width="100%" cellpadding="0" cellspacing="0" class="normal" bgcolor="#e0ffff" border="0">

    <tr> <td valign="top">

    ici tu mets ton tableau comme indiqué dans ton post plus haut

    </td></tr></table>

Twitter Advisto ecommerce

Facebook PEEL Shopping