Search Result

Collapse
6 results in 0.0047 seconds.
Keywords
Members
Tags
tutorial
  •  

  • How to define "Absolute Path WITHOUT trailing slashes " in the following case.

    Hello,

    I recently came over a nice tutorial of voting system. The problem is that in one of the steps it requires to define a path to the directory of this voting system.
    The Folder that contains this system is called Pulse.
    Inside this folder is a file named pulse.config.ph p.
    Inside pulse.config.ph p is where I need to define a path.
    In the following line:
    Code:
    define('PULSE_DIR', '[B][U]//DEFINE HERE[/U][/B]'); //
    ...
    See more | Go to post

  • ramilol
    started a topic c++ gdi+ double buffer problem
    in C

    c++ gdi+ double buffer problem

    ok i have no idea how double buffer works
    i really need good sample example or tutorial
    thanks
    Ramiz
    See more | Go to post

  • saurabh9gupta
    started a topic Silverlight Image Gallery

    Silverlight Image Gallery

    I am developing a website in which i want to use 10 images and change image one by one after 5 seconds.

    I am using silverlight to develop this. but can't find any leasd on this.
    See more | Go to post

  • rstrathdee
    started a topic How to create simple templates

    How to create simple templates

    What sites do you recommend for me to learn how to construct good, simple templates for php/mysql (using css?)
    See more | Go to post

  • Discussion Forums with PHP Tutorial - MySQL Errors

    I created a table in mysql database named forums with the following code
    Code:
    CREATE*TABLE*posts*(
    ***ID*int(5)*DEFAULT*'0'*NOT*NULL*auto_increment,
    ***TopicID*int(5)*DEFAULT*'0'*NOT*NULL,
    ***Name*varchar(50)*NOT*NULL,
    ***Email*varchar(50)*NOT*NULL,
    ***Password*varchar(50)*NOT*NULL,
    ***TimeStamp*varchar(10)*NOT*NULL,
    ***Post*text*NOT*NULL,
    ***PRIMARY*KEY*(ID)
    );
    
    CREATE*TABLE*topics*(
    ...
    See more | Go to post
    Last edited by Pyrotecnix; Apr 5 '09, 06:53 PM. Reason: Forgot to add server versions

  • Atli
    started a topic MySQL Basic Tutorial

    MySQL Basic Tutorial

    This is an easy to digest 12 step guide on basics of using MySQL. It's a great refresher for those who need it and it work's great for first time MySQL users.

    Anyone should be able to get through this without much trouble. Programming knowledge is not required.

    Index
    1. What is SQL?
    2. Why MySQL?
    3. Installing MySQL.
    4. Using the MySQL command line interface
    5. Creating databases
    6. Creating Tables
      1. Data types
      2. The
    ...
    See more | Go to post
    Last edited by Atli; Feb 27 '10, 06:25 PM. Reason: Keeping the information up to date. Also cleaned up the code examples a bit.
Working...