EDI files and PHP123 (9/24/2010 12:58:10 PM) comp.lang.php Hello, I have a question regarding the EDI files. I would like to know if there are functions/libraries in PHP5 that allow you to create edi files based on database records or csv files. I've looked around @php... pereges
opening a directory526 (4/20/2009 5:02:57 PM) comp.lang.php Hi, I'm trying to wirte a code for a photo gallery and my photos are stored in a directory (/Pictures/BalloonDay) but it seems I cannot open the directory: $handle = opendir("./Pictures/BalloonDay") I don't g... pereges
unable to insert data into table.1416 (4/18/2009 1:43:37 AM) comp.lang.php Hi, I've a tablenamed userdb with following fields: id : int (11), not null, auto_increment Username: varchar(40) Password:varchar(40) Firstname:varchar(40) Middlename:varchar(40) Lastname:varchar"(40) Sex:ti... pereges
reading strings from terminal and writing them to a file2042 (3/31/2009 6:24:54 AM) comp.lang.lisp Hi, I've been trying this question: Q. Write a function that reads strings from the terminal and writes the strings on different lines to a file called myfile. Write five strings to the file. Show the proce... pereges
Trigger question..please help.933 (3/27/2009 7:28:44 AM) comp.databases.oracle.server Hello, I've an employee table which I created as follows: CREATE TABLE employee (fname VARCHAR2(15) NOT NULL, minit VARCHAR2(1) NULL, lname VAR... pereges
Help with a problem #2040 (3/20/2009 9:57:10 PM) comp.lang.lisp Hello I need help with the following problem: Define a function g that takes four parameters: a predicate funcp, a function func, a number n, and a variable args (which is preceded by the token &rest). The ... pereges
(eql x y) = T and (equal x y) = NIL2236 (2/10/2009 6:31:43 PM) comp.lang.lisp Can some one please show me an example of this case ? (x and y can be sustituted) What exactly is the difference between eql and equal ? ... pereges
Common LISP tutorials555 (1/20/2009 10:28:07 PM) comp.lang.lisp Does anyone know of an good beginner tutorials (online) to Lisp ? I also have paul graham's book on lisp. ... pereges
opening a directory526 (4/20/2009 5:02:57 PM) comp.lang.php Hi, I'm trying to wirte a code for a photo gallery and my photos are stored in a directory (/Pictures/BalloonDay) but it seems I cannot open the directory: $handle = opendir("./Pictures/BalloonDay") I don't g... Broli00(348)
doubling list elements at every level using recursion160 (4/14/2009 5:22:39 AM) comp.lang.lisp Hi, I'm working on this particular problem in my text: Define a recursive function double that takes a list in which all atoms are numbers. The function doubles all numbers at every level in the list. Tests ... Broli00(348)
reading strings from terminal and writing them to a file2042 (3/31/2009 6:24:54 AM) comp.lang.lisp Hi, I've been trying this question: Q. Write a function that reads strings from the terminal and writes the strings on different lines to a file called myfile. Write five strings to the file. Show the proce... Broli00(348)
Help with a problem110 (3/20/2009 9:55:35 PM) comp.lang.lisp Hello I need help with the following problem: Define a function g that takes four parameters: a predicate funcp, a function func, a number n, and a variable args (which is preceded by the token &rest). The ... Broli00(348)
(eql x y) = T and (equal x y) = NIL2236 (2/10/2009 6:31:43 PM) comp.lang.lisp Can some one please show me an example of this case ? (x and y can be sustituted) What exactly is the difference between eql and equal ? ... Broli00(348)
Populating a database in mysql with a loader338 (10/2/2008 2:36:45 AM) comp.databases.mysql Hello, I'm totally new to subject of database and I'm using mysql for my project development. I would like to know what loader software I can use for populating the mysql database. Also, are there good tutorial... Broli00(348)
Variable naming conventions.3528 (8/9/2008 12:27:26 PM) comp.lang.c Apart from the some rules set by the C standard what , in your opinion, are good naming convetions for variables ? Can you please give an example or two ? ... Broli00(348)