[PHP] Copy database from MySQL to MSAccess

2003-09-02 Thread Kjell Hansen
Hi there, I'd like to have a template DB stored with MySQL from which I later can create clientDB's for use with MSAccess. I've read that I can connect to MSAccess with PHP through ODBC and that's fine but how do I transfer the tables and cusomized data? TIA /Kjell Hansen --

[PHP] Re: Copy database from MySQL to MSAccess

2003-09-02 Thread Kjell Hansen
his could be to store the table definitions as SQL-statements in another table, but I'm not very thrilled about that idea. TIA /Kjell Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Broken links report

2003-06-03 Thread Kjell Hansen
arnings I would like to see. Somehow I just want to check for "HTTP/1.1 404 Object Not Found" and if found show it as a broken link. /Kjell > -Original Message- > From: Chris Kay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 08:48 > To: Kjell Hansen >

[PHP] Broken links report

2003-06-03 Thread Kjell Hansen
Hi, On a link page I have I'd like to show if the links are valid (=exists) I tried to do a pOpen (http://www.whatever.com/index.html,"r";) and if it exists everything is fine but if it's not there I get a warning "failed to create stream: HTTP request failed! HTTP/1.1 404 Object Not Found" Opening

Re: [PHP] Apache problem:PHP will not execute

2003-06-03 Thread Kjell Hansen
Sorry, for the delay in responding and for not indicating my OS... Linux SuSE8.1 is where I can't get i working, on my w2k it's functioning like it's supposed. /Kjell - Original Message - From: "Gurhan Ozen" <[EMAIL PROTECTED]> To: "Kjell Han

Re: [PHP] Apache problem:PHP will not execute

2003-06-03 Thread Kjell Hansen
Sorry for the delay... Yes, it is set (I even removed the directives) but it's still no executing but acting more like downloads :( Any suggestions? /Kjell - Original Message - From: "electroteque" <[EMAIL PROTECTED]> To: "Kjell Hansen" <[EMAIL PRO

[PHP] Create Thumbnails from image

2002-09-22 Thread Kjell Hansen
Hi, I'm using a Win2k with php4.1 and I'd like to make some thumbnails from pictures on my disk. I've gotten the impression that it's possible, but I havent' found out just how. I've stumbled across the ImageCopyResized function but it requires a imagehandle(?) to the file copied from. How do I g

Re: [PHP] Require variable declaration?

2002-03-27 Thread Kjell Hansen
? Thanx /Kjell - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "'Kjell Hansen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 10:45 PM Subject: RE: [PHP] Require variable declaration? > PHP is wea

[PHP] Require variable declaration?

2002-03-27 Thread Kjell Hansen
Hi, I've just started making my database/PHP-scripts and I'm used to, from my earlier development, have my variables declared at the top of each routine. But I can't find the command that would force me to declare my variables and I can't find the declare statement either. Is there a way to do th