Jump to content

rockxl1

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Everything posted by rockxl1

  1. Hi ppl. I did update my class that convert your mysql tables in php classes. Is a code generation. If you have table users(id, name, password) the class will create users.class.php with geters and seters to put values in sql. Say what you think. [attachment deleted by admin]
  2. Hi, I had created mysql to php class. Very nice to program using OOP sintax. check out in http://projects.rafaelrocha.net/
  3. lol... it works! how is possible? blank lines?
  4. Error is: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/rockxl1/demo1.site-facil.net/admin.php:2) in /hsphere/local/home/rockxl1/demo1.site-facil.net/admin.php on line 24 code is: <?php //GESTAO require '../library/Gestao/config.inc.php'; require '../library/Gestao/Cliente_Servicos.Class.php'; require '../library/Gestao/Datas.php'; //site facil require 'config.php'; require '../library/SiteFacil/conteudo.class.php'; require '../library/SiteFacil/config.class.php'; require '../library/SiteFacil/template.class.php'; require '../library/SiteFacil/menu.class.php'; require '../library/SiteFacil/includes/configurar.php'; require '../library/SiteFacil/includes/varios.php'; require '../library/SiteFacil/includes/paginas.php'; //outros require '../library/Varios/Smarty-2.6.22/libs/Smarty.class.php'; session_start(); include VerificarLingua(); ini_set("display_errors", "1"); $Classe_ClientesServicos = new Cliente_servicos(); $Classe_ClientesServicos->CarregarDadoscliente_servicos(ID_CLIENTE_SERVICOS); $Classe_config = new config(ID_CLIENTE_SERVICOS); $Classe_Data = new Data(); if($Classe_ClientesServicos->getEstado() == 2 || $Classe_ClientesServicos->getEstado() == 3){ include 'error.php'; exit(); }
  5. i have : session_start();
  6. Hi again ppl! Every time i put php.ini file in my server with (max_file_size = 1000M) inside, do this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/rockxl1/demo1.site-facil.net/admin.php:2) Session Cache conflit with php.in-> max_file_size... :S Any help? thanks Rafael Rocha Portugal
  7. Hi. I have a xml like this: <gallery galleryname="album" layout="1" preferredstage="0" > <image thumb="images/image1-thumb.jpg">images/image1.jpg</image> <captiontext>image 6 sample text</captiontext> <imageurl popupwidth="420" popupheight="420">images/image1.jpg</imageurl> </gallery> DOMdocument Classe just work when i have tags like that: <title>Heloo</title> <main>problem</main> Right? What class i can use to chage easy my XML code? Thanks Rafael Rocha - Portugal
  8. Hi there. Any one know how is usefull sockets in php? I program java in university and sockets in java is very usefull. In php how can i use sockets? can anyone tell me a program example? chat? And threads? exist in php? Thanks Rafael Rocha - Portugal
  9. Hi ppl, Any one know a program like case estudio or MicroOLAP data base designer, but i put for the code: Create table Musicas_Sets (cod_pag Int, ...) and the program give me the designer of the tables and links. Any one??? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.