[PHP-DB] Binary Data problem solved :-)

2002-09-29 Thread Chris Payne
Hi there everyone, Just wanted to let you know i've solved the binary data problem I was having, I can now zip both text and gif/jpeg files etc . on the fly, in the fopen command I missed out the rb at the end, I put in the r but NOT the b - doh, knew it would be something simple in the en

Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Hatem Ben
a php/mysql already exist : http://www.bigprof.com/appgini/ - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'johnny1b1g'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 4:19 PM Subject: RE: [PHP-DB] Very cool -= Code Generator =- !!! > >

[PHP-DB] Re: binary data?

2002-09-29 Thread David Robley
In article <000801c2658b$6ae22420$f7fea8c0@chris>, [EMAIL PROTECTED] says... > Hi there everyone, > > How can I import binary data - say from a gif file, into a string or array in PHP? >I can do text files/csv etc . but using the same method it won't do binary (I'm >sure for some obvious

[PHP-DB] Re: Accessing Foxpro free tables using ODBC

2002-09-29 Thread Yue Teng
Hi John, It could be a file permissions issue. I ran the script using PHP from XP's command prompt window and the output is fine. The problem occurs only when test.php is served by Apache. How should I grant the permissions? Do I modify php.ini or Apache's httpd.conf file? "John Lim" <[EMAIL P

Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Hatem Ben
i've check it, and also try it, code generated for a sample database won't run okay, most pages return errors ! if it will support others database, it will be a great tool Best regards, Hatem - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'johnny1b1g'" <[EMAIL PR

Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Tim
Also check out .codecharge.com - it's a bit more matured. I couldn't get codejay to work on my machine - can't even remember the errors. I just removed it after 2 hours of frustration. Tim -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-DB] export to csv file

2002-09-29 Thread Michael GARGIULLO
You need to specify a path that the webserver has write permissions to. Yes this can be bad, so be careful. I have a script that grabs data from2 databases and writes the report out to a csv file, which the browser then downloads. - Original Message - From: Diana Castillo <[EMAIL PR

[PHP-DB] Re: Accessing Foxpro free tables using ODBC

2002-09-29 Thread John Lim
"Yue Teng" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear All, > > Warning: SQL error: [Microsoft][ODBC Visual FoxPro Driver]Cannot open file > c:\web\data\dblist.dbf., SQL state S1000 in SQLExecDirect in c:\web\test.php > on line 10 > > Since the same OD

RE: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread John W. Holmes
> Use Codejay as your web assistant. > Create ASP , PHP, COLDFUSION , ASP.NET > web applications > Save time and money. > > Visit www.codejay.com Interesting program, did anyone else check it out?? All it really does is generate reports and create admin interfaces to add/edit data in a database