RE: [PHP] Displaying Multidimensional Arrays

2003-08-25 Thread Chris W. Parker
Jason Williard on Monday, August 25, 2003 2:00 PM said: > Would anyone be able to offer some assistance on this front? Sure... if you give us more info. (i.e. maybe the array layout?) c. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] verifying sql INSERTs

2003-08-25 Thread Chris W. Parker
Hi! (MySQL) What's the best way to determine a sql INSERT statement has executed successfully? What I've got is a function whose sole purpose is to add new staff members to an app. I've written. There's a basic form that the user fills out (first name, last name, email address) and submits. Only

RE: [PHP] Problem with date('w')

2003-08-25 Thread Jennifer Goodie
> I have a problem with the date function > > $theday = date("Y-m-d", time()); > echo date((w), $theday); > ?> I'm pretty sure the optional second argument for date is a unix timestamp that you would generate by using either time or mktime or strtotime. You are passing it something in the for

RE: [PHP] [Newbie Guide] For the benefit of new members

2003-08-25 Thread Chris W. Parker
[EMAIL PROTECTED] on Monday, August 25, 2003 5:11 AM said: > 5. Provide a clear descriptive subject line. Avoid general subjects > like "Help!!", "A Question" etc. Change to: 5. Provide a clear descriptive subject line. Avoid general subjects like "Help!!", "A Ques

RE: [PHP] ob_start and transparent sessions 4.3.2

2003-08-25 Thread Wouter van Vliet
Hi, I too am running PHP4.3.2 and never took any notice about the session id's being appended and stuff .. after reading your message I got a little alarmed, since I'm also using output buffering. So, I turned off my cookies, restarted my browser and saw that indeed no session id's were appended.

RE: [PHP] Window.status message

2003-08-25 Thread Chris W. Parker
murugesan on Monday, August 25, 2003 1:51 AM said: > echo "Click here "; Google* is your friend http://hotwired.lycos.com/webmonkey/96/40/index3a.html?tw=programming Chris. * search terms used were "window.status" -- PHP General Mailing List (http://www.ph

[PHP] ob_start and transparent sessions 4.3.2

2003-08-25 Thread Miek Lohmann
Hi, I've got a strange problem with enabled transparent sessions for my scripts. Before upgrading to PHP 4.3.2 I could use output buffering (ob_start()) and sessions without problems. Meanwhile with this new version the PHPSESSID is NOT appended to any link like html - tag (a href or something lik

[PHP] Re: how to keep decimals from rounding

2003-08-25 Thread DvDmanDT
use floor(), I think that rounds it down... ceil() rounds it up... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Rob Yelvington" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Is there a way to surpress round() or number_format() from rounding > decimal places?

[PHP] preg_match bug

2003-08-25 Thread Christian Calloway
Hey I wanted to see if anyone was getting the same problem. Using preg_match in the following pattern: "/(.|\n)+?<\/tr>/" PHP seems to be crashing. I get a "Page cannot be displayed" message from the browser. I've come across this before, and I just upgraded to 4.3.3, and no difference. -- PHP

[PHP] Displaying Multidimensional Arrays

2003-08-25 Thread Jason Williard
I am trying to create a function that will take a multidimensional array and turn it into a form based off the information in the array. I have run into a bit of a road block when it comes to displaying the array. Would anyone be able to offer some assistance on this front? - Jason -- PHP Gen

[PHP] Uploading by email

2003-08-25 Thread Wouter van Vliet
Hi, I know it's slightly not totally about PHP.. but since I wanna do it with PHP, i'll post it here. I was wondering if anybody can help me to accomplish the following: - Somebody sends an email to, for example, [EMAIL PROTECTED] This email has some attachments, being photo's to be added to some

[PHP] PHP permissions problem

2003-08-25 Thread Lowell Allen
My commercial host is set up with the public root directory, "public_html", owned by user: userid, group: nobody. Directories I create within public_html are owned by user: userid, group: userid. As a result, PHP does not have permission to create files or write to files in public_html, but it does

[PHP] how to keep decimals from rounding

2003-08-25 Thread Rob Yelvington
Is there a way to surpress round() or number_format() from rounding decimal places? I have a value of ".253338" being returned via a calc function. I take that value and multiply by 100 because I want "25.333" to be displayed. I've used round(), sprintf(), and number_format() and each of them

Re: [PHP] "back" works in opera but not in internet explorer

2003-08-25 Thread Eric Wood
To fix this, I put: session_cache_limiter ('private, must-revalidate'); at the beginning of all my pages. Seems to work. -eric wood anders thoresson wrote: > When I push the back buttom in Opera, I get back to the previous > (database/php-generated) page in my site, but when I'm using IE an

php-general Digest 25 Aug 2003 19:14:55 -0000 Issue 2258

2003-08-25 Thread php-general-digest-help
php-general Digest 25 Aug 2003 19:14:55 - Issue 2258 Topics (messages 160645 through 160677): Re: Unable to get the values in next page 160645 by: murugesan 160646 by: Cody Phanekham 160654 by: murugesan 160657 by: murugesan Use PHP or MySQL 160647 by

[PHP] HIPAA EDI X12 stuff?

2003-08-25 Thread Richard Lynch
I don't suppose anybody has any HIPAA stuff implementing something like: ASC X12N 270/271 (004010X092) or its subsequent standards in PHP?... Email off-list if you have any idea what I'm talking about, since *I* don't even want to really do this, so I doubt too many others are interested... What

Re: [PHP] include () problems

2003-08-25 Thread Jim Lucas
If you are having a problem that tells you that output was displayed on a given line in a given file. And you found this because after the output you tried sending headers, then look in that file on that given line, and you will see the problem. It could be a simple as a ?> To: <[EMAIL PROTECT

[PHP] querystring and frameset issue

2003-08-25 Thread Irvin Amoraal
Can somebody tell me how to pass a value between two php pages within a frameset. I have a simple two column framset: navbar on the left, content on the right. I have two pages that are displayed in the content area. Both are PHP pages. I would like to pass an ID value from the first page(a list

RE: [PHP] Use PHP or MySQL for MD5 function

2003-08-25 Thread Daevid Vincent
Well, IMHO it's better to use PHP. My reasoning is this: you want to hit the db and get out of there as quick as possible since you have limited threads. Plus, I try to keep my code as db agnostic as possible, so that it's portable. Having said that, if it's a quick project or something simple, I'd

[PHP] mysql or php timestamp arithmatic

2003-08-25 Thread Christian Calloway
Hey everyone, I am writing an application to keep track of employee vacation leave. I have two timestamp(14) database fields, lets call them start and end, signifying when start and end of a vacation leave, respectively. What I am trying to do is get the number of hours between start and end, for

[PHP] Session problem in back button

2003-08-25 Thread murugesan
Hello all, Now i have a problem in back button. After signing in when I click back button It goes to login page. But when I click the forward button it is going to the main page. How can I prevent this. -murugesan -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] mail() question

2003-08-25 Thread Alister
On Mon, 25 Aug 2003 14:24:25 +0200 Matthias Wulkow <[EMAIL PROTECTED]> wrote: > A> Did you install postfix _after_ PHP? Did you have a sendmail > A> binary in place before you configured PHP? If it's not there are > A> configure time, it won't even compile the 'mail' function. > Yes and there wa

[PHP] Recursive Object Troubles

2003-08-25 Thread Joshua Groboski
I am building a recursive Menu object. Inside each menu item there is an array which should allow me to add submenu items and so on. I am having trouble, though, with getting the submenus to stay. They are disappearing as I go along. Here is the menu class: (part of it anyway) class Menu {

[PHP] Re: HTML form handling

2003-08-25 Thread sven
Chris Baxter wrote: > Hi, > > I am trying to send the results of a form to my email account and am > having difficulty carrying the form variable through if I use an html > mime type. > > Basically, if I send the form using a plain text format, the form > results are sucessfully copied to the email

Re: [PHP] script not terminating on user abort

2003-08-25 Thread Dennis Jacobfeuerborn
On Mon, 2003-08-25 at 01:15, Curt Zirzow wrote: > * Thus wrote Dennis Jacobfeuerborn ([EMAIL PROTECTED]): > > Hi! > > The connection_* function don't seem to work for me and I can no longer > > determine when the user has aborted the script. When I close the browser > > window the script just keeps

Re: [PHP] How to open random Flash page with hyperlink?

2003-08-25 Thread Curt Zirzow
* Thus wrote Cody Phanekham ([EMAIL PROTECTED]): > Murugesan, > > main.php: > session_name("mysessionname"); > session_start(); > if (!$s_authed) // check access > { > // user hasnt been authorised, therefore redirect to login page This is exactly why register globals is turned off by default

Re: [PHP] CMS question.

2003-08-25 Thread Edmond Baroud
On August 25, 2003 08:13 am, Jay Blanchard wrote: > What makes you think that the developer did something unethical? It looks like you're familiar with this particular case and the developper happens to be your friend so you're defending him? Anyways, I believe I said "to make a long stroy short

[PHP] Cookie saving path on Clinet

2003-08-25 Thread Binay Agarwal
Hi Everybody I know this is vague but couldn't find the answer. Where (i mean system path) cookies are saved on Client's machine. I though it is in windows/temp or temporaray internet files (in win 2000) but it wasn't there. Please tell me. Thanks Binay

[PHP] PHP 4.3.3 released

2003-08-25 Thread Ilia Alshanetsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a lengthy QA process, PHP 4.3.3 is finally out! This maintenance release solves a fair number of bugs found in prior PHP versions and addresses several security issues. All users are *strongly* advised to upgrade to 4.3.3 as soon as possible. PH

Re: [PHP] In need of a script

2003-08-25 Thread Jason Sheets
One thing to be aware of, Location: /newpage.php will probably work with most browsers (I know it works with IE, Mozilla and Opera) but the spec requires an absolute path to the file you are redirecting to including protocol, server, path and file. As Wouter demonstrated you should always die

RE: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Wouter van Vliet
So, while overnight everybody has said something about this.. Let me add a few lines. Also because I just want to keep the discussion running, since I'm having pretty much the same kind of situation. First of all, what I get fro your description is that your friend wants to make changes to access

[PHP] Re: Problem with date('w')

2003-08-25 Thread Danielle van Gladbach
Hi, Try: Danielle Beoi 7308 wrote: > Hi > > I have a problem with the date function > > $theday = date("Y-m-d", time()); > echo date((w), $theday); > ?> > > should print 1 if today is monday, 2 if today is tuesday ... > though it's printing 4 and today is monday ! > > any idea ? -- PHP

Re: [PHP] mail() question

2003-08-25 Thread Matthias Wulkow
Hallo Alister, am Montag, 25. August 2003 um 03:27 hast Du Folgendes gekritzelt: A> Did you install postfix _after_ PHP? Did you have a sendmail binary in A> place before you configured PHP? If it's not there are configure time, A> it won't even compile the 'mail' function. Yes and there was

RE: [PHP] CMS question.

2003-08-25 Thread Jay Blanchard
[snip] I have a friend who have paid a developper to build him a CMS. This honest programmer did that (supposedly developped it on his own), encoded the CMS with Ioncube and did some other unethical activities as well. To make a long story short, I have read some articles about decoding and crac

[PHP] [Newbie Guide] For the benefit of new members

2003-08-25 Thread tech
= This message is for the benefit of new subscribers and those new to PHP. Those who do not want to be bothered just filter out the [Newbie Guide] mails. Please feel free to add more points and send to the list. ===

Re: [PHP] Unable to get the values in next page

2003-08-25 Thread murugesan
Thanks for the help. I got it worked. The mistake I did was that I failed to call session_start() in the next page. -Murugesan - Original Message - From: "Burhan" <[EMAIL PROTECTED]> To: "murugesan" <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 3:29 PM Subject: Re: [PHP] Unable to get

[PHP] Unix end of line versus windows end of line

2003-08-25 Thread Bohdan Blaha
Hi, I use PHP with apache on two systems.. (linux and windows) when I use PHP on linux, it is ok.. I get Unix end of line, when I write to the file with fwrite function... when I run the same script on windows machine, I get Unix end of line too, but I need there windows end of line,... is it

[PHP] Problem with date('w')

2003-08-25 Thread BEOI 7308
Hi I have a problem with the date function should print 1 if today is monday, 2 if today is tuesday ... though it's printing 4 and today is monday ! any idea ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: Unable to get the values in next page

2003-08-25 Thread murugesan
I thought of including the script in all the files.Thanks for the message. Regards, Murugesan - Original Message - From: "Cody Phanekham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 12:50 PM Subject: RE: [PHP] RE: Unable to get the values in next page NP.

[PHP] window.status

2003-08-25 Thread murugesan
Hello all, I have cleared the stage of changing the window status on mouse over and on mouse out. echo "Click here"; When I keep on pressing my left mouse button it is displaying the URL in the status bar. How to remove the status? Any one there to help me? -Murugesan -- PHP General Mail

[PHP] Window.status message

2003-08-25 Thread murugesan
Hello all, I have a proble in showing the window message [snip] echo "Click here "; Here on mouse over it is not displaying hai message in the status bar. Instead when I move the mouse on the link and then after moving the mouse apart from the link it displays the hai message in the stat

[PHP] php5 and mysql

2003-08-25 Thread Harry Wiens
i've got a wamp with php5. is there any possibility to activate or reinstall, etc. the mysql extension? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Ernest E Vogelsinger
At 03:18 25.08.2003, Weston Cann said: [snip] >I share a low regard for Access, and I've got a set of standard >forms/code I use to set up a nice interface to MySQL, and I showed it to >my friend. He likes that, but there's a problem: > >He wants to be able

[PHP] include () problems

2003-08-25 Thread Mjec
Hi, When I run the line: include ("fnord.php"); with the file looking like: it prints out the return of fnord() (i.e. $msg). I've checked, and there's no echo or print statemetns anywhere... Oh, yeah, FYI, the pattern goes like this: file: index.php file: standard.php and it prints it r

[PHP] Use PHP or MySQL

2003-08-25 Thread Sid
Hello, This question has been lingering in my mind for some time - Say we have a function such as MD5, which is available on both PHP and MySQL? Which is faster - the PHP version or the MySQL one. Have any benchmarks been made on this? We can use the same question for say... arithmetic operation

RE: [PHP] RE: Unable to get the values in next page

2003-08-25 Thread Cody Phanekham
NP. You only have to start a session if you want to access any session variable. You could always including the code in a header.inc file that gets included in every php script, that way you wont forget to start the session. > -Original Message- > From: murugesan [mailto:[EMAIL PROTECTE

Re: [PHP] RE: Unable to get the values in next page

2003-08-25 Thread murugesan
Thanks for the reply.Actually I don't know that I have to include the start_session in every page. I GOT it ATLAST. Regards -murugesan. - Original Message - From: "Cody Phanekham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 12:26 PM Subject: [PHP] RE: Unable

php-general Digest 25 Aug 2003 06:56:24 -0000 Issue 2257

2003-08-25 Thread php-general-digest-help
php-general Digest 25 Aug 2003 06:56:24 - Issue 2257 Topics (messages 160599 through 160644): Probably has already been asked... Remote commands 160599 by: Richard D. Marriner II Re: Reading an MS Access Database file on *NIX platform using PHP 160600 by: Travis Kroh

[PHP] RE: Unable to get the values in next page

2003-08-25 Thread Cody Phanekham
> main.php > - > echo $failed;// this is null here > -> did you start the session in main.php before "echo $failed;"? eg > -Original Message- > From: murugesan [mailto:[EMAIL PROTECTED] > Sent: Monday, 25 August 2003 16:46 > To: Cody Phanekham; [EMAIL PRO

[PHP] Unable to get the values in next page

2003-08-25 Thread murugesan
I did as what you said. But the problem now is that I am not able to get the values in the next page. index.php -- session_name("mysessionname"); session_start(); ---> auth.php - $failed="yes"; session_register('failed'); header ("Location: /main.php"); ---

Re: [PHP] How to open random Flash page with hyperlink?

2003-08-25 Thread murugesan
Really thanks for the support. It worked well. -regards, Murugesan - Original Message - From: "Cody Phanekham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 11:06 AM Subject: RE: [PHP] How to open random Flash page with hyperlink? Murugesan, I'll assume your

Re: [PHP] (Drupal function) getting error : "notice : Undefined index ?"

2003-08-25 Thread Curt Zirzow
* Thus wrote fatih olcer ([EMAIL PROTECTED]): > hi, > > > i think i have a configuration problem. but i couldn't find any > solution. i can run the same code without any problems on win98 (phpdev5 > installed) > i have changed some php.ini settings like display_errors = off > but still g

Re: [PHP] php & qmail

2003-08-25 Thread Curt Zirzow
* Thus wrote Kris Reid ([EMAIL PROTECTED]): > Hi > > I'm trying to build a program using PHP to increase the performance of Qmail. > > I'm trying to use PHP to send an email qmail-remote which connects directly to the > recipients mail server. > If this fails it will then add it to the queue nor

[PHP] (Drupal function) getting error : "notice : Undefined index ?"

2003-08-25 Thread fatih olcer
hi, i have installed drupal 4.2.0 without any problems. but when i try to connect to my local webserver i get errors: "notice : Undefined index" i couldnt get any reply to my messages from drupal.com. i think i have a configuration problem. but i couldn't find any solution. i can run the same c

RE: [PHP] How to open random Flash page with hyperlink?

2003-08-25 Thread Cody Phanekham
Murugesan, I'll assume your redirecting the user to main.php because (s)he has passed the authentication routine... in that case just store the username and password as a session variable that way you wont need to pass the username and password via the url. auth.php, [just before the call to he

Re: [PHP] 2 questions

2003-08-25 Thread Binay Agarwal
- Original Message - From: "Thomas Hochstetter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 24, 2003 12:54 AM Subject: RE: [PHP] 2 questions > The register globals is on with the live server, and off at home (my version > is 4.3.2, the other is 4.1.2). does that mat

Re: [PHP] How to open random Flash page with hyperlink?

2003-08-25 Thread murugesan
Thanks for the information. In the code you provided if ((!$passwd) || (!$username)) // user hasnt logged in { . Actually I have implemented this in a separate page. That is upon sign up of the in the index page I call a new page auth.php In that file I have done this authenticat

Re: [PHP] Re: php & qmail

2003-08-25 Thread Manuel Lemos
Hello, On 08/25/2003 01:34 AM, Kris Reid wrote: Thanks for the advice however I want to use qmail-remote as I believe it will suit my needs better. I have been reading a great deal about tweaking qmail. I run a newsletter and the fastest way is to try remote deliveries and only add them to the que

Re: [PHP] Passing values from one page to another

2003-08-25 Thread Chris Shiflett
--- murugesan <[EMAIL PROTECTED]> wrote: > Enter ... > > http://www.php.net/register_globals Chris = Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP] Re: php & qmail

2003-08-25 Thread Kris Reid
Manuel Thanks for the advice however I want to use qmail-remote as I believe it will suit my needs better. I have been reading a great deal about tweaking qmail. I run a newsletter and the fastest way is to try remote deliveries and only add them to the queue if this fails. The function that I w

Re: [PHP] mysql_connect error

2003-08-25 Thread murugesan
This is working for me. --- define('db_host','localhost'); define('db_name','mydb') ; define('db_user','use1') ; define('db_pass','pwd1') ; $h = @mysql_pconnect(db_host,db_user,db_pass); if($h) mysql_select_db (db_name) or die ("could not select db");; ---

[PHP] Passing values from one page to another

2003-08-25 Thread murugesan
Hello all, [snip] //Page0.php Enter //page1.php function submitform() { //Check for empty values in text box } > --

[PHP] Re: php & qmail

2003-08-25 Thread Manuel Lemos
Hello, On 08/25/2003 12:43 AM, Kris Reid wrote: I'm trying to build a program using PHP to increase the performance of Qmail. I'm trying to use PHP to send an email qmail-remote which connects directly to the recipients mail server. If this fails it will then add it to the queue normally so it c

[PHP] php & qmail

2003-08-25 Thread Kris Reid
Hi I'm trying to build a program using PHP to increase the performance of Qmail. I'm trying to use PHP to send an email qmail-remote which connects directly to the recipients mail server. If this fails it will then add it to the queue normally so it can retry later. Here is what I have so far (

Re: [PHP] mysql_connect error

2003-08-25 Thread Mjec
on 25/08/2003 12:11 PM, John W. Holmes at [EMAIL PROTECTED] wrote: > Mjec wrote: > >> Hi, >> >> again this line is causing problems: >> >> $h = >> mysql_connect('localhost',constant("mysql_user"),constant("mysql_password")) >> ; >> >> Aparantly a parse error. Idaes? > > Is there a reason yo

Re: [PHP] mysql_connect error

2003-08-25 Thread John W. Holmes
Mjec wrote: Hi, again this line is causing problems: $h = mysql_connect('localhost',constant("mysql_user"),constant("mysql_password")) ; Aparantly a parse error. Idaes? Is there a reason you're using constant()?? Try: $h = mysql_connect('localhost', mysql_user, mysql_password); One thing to

[PHP] mysql_connect error

2003-08-25 Thread Mjec
Hi, again this line is causing problems: $h = mysql_connect('localhost',constant("mysql_user"),constant("mysql_password")) ; Aparantly a parse error. Idaes? Thanks, Mjec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() question

2003-08-25 Thread Curt Zirzow
* Thus wrote Matthias Wulkow ([EMAIL PROTECTED]): > Hallo Curt, > > am Montag, 25. August 2003 um 01:35 hast Du Folgendes gekritzelt: > > >> I have followig error reported: > >> > >> Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on > >> line 235 > >> > >> What is

RE: [PHP] How to open random Flash page with hyperlink?

2003-08-25 Thread Cody Phanekham
Murugesan, Ok lets say you want every user to login before they can access other parts of your site. index.php: window.location='main.php' "; } } ?> main.php: window.location='index.php' "; } else { // display page ... } ?> if a user tries to access main.php directly w

Re: [PHP] Using PHP on an .html file

2003-08-25 Thread Curt Zirzow
* Thus wrote Mike Migurski ([EMAIL PROTECTED]): > >> Better to do this in an .htaccess file, so you don't incur PHP > >> processing overhead on the entire server (if there are others using > >> it). > > > >Apache suggests not using .htaccess files at all because they require a > >recursive traversi

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Weston Cann
On Sunday, August 24, 2003, at 05:31 PM, Giz wrote: Access is a pc database. It doesn't run on unix. Why people insist on beating their heads against the wall in this manner I will never know. Ignorance I suppose. The alternative is to have your friend use a relational database and have a few s

Re: [PHP] mail() question

2003-08-25 Thread Alister
> On Mon, 25 Aug 2003 01:09:29 +0200 Matthias Wulkow <[EMAIL PROTECTED]> > writes: > > > > Hi php-general, > > I have followig error reported: > > > > Fatal error: Call to undefined function: mail() in > > /usr/local/www/login.php on line 235 > > What is the trouble here? If I would have troubl

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Hi, > > The simplest way i know of to use access from linux is to use mdbtools > (a free download at sourceforge). Haven't tried to invoke this from PHP > but it would not be all that difficult to create a MDB module. > yeah, I saw a referen

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Curt Zirzow
* Thus wrote David Otton ([EMAIL PROTECTED]): > On Sun, 24 Aug 2003 14:54:41 -0400 (EDT), you wrote: > > >I'm building a small web application for a friend using PHP. He'd like to > >use MS Access to keep the data in, and update the data on the site by FTP'ing > > Suggestion: go backwards. Set u

Re: [PHP] Reading an MS Access Database file on *NIX platform usingPHP

2003-08-25 Thread [EMAIL PROTECTED]
Hi, One of these ' tricky' windows linux bridging techniques is with JDBC. But that only works for sql server and not for access. This works like a dream if you are on J2EE. can be used with php as well if you don't mind mixing java and php classed. I have also had success with 'ODBC socket se

Re: [PHP] Reading an MS Access Database file on *NIX platform usingPHP

2003-08-25 Thread [EMAIL PROTECTED]
Hi, The simplest way i know of to use access from linux is to use mdbtools (a free download at sourceforge). Haven't tried to invoke this from PHP but it would not be all that difficult to create a MDB module. Curt Zirzow wrote: * Thus wrote Giz ([EMAIL PROTECTED]): Access is a pc databas

Re: [PHP] mail() question

2003-08-25 Thread Stevie D Peele
What is on line 235?? That would help us - SDP On Mon, 25 Aug 2003 01:09:29 +0200 Matthias Wulkow <[EMAIL PROTECTED]> writes: > > Hi php-general, > > I have followig error reported: > > Fatal error: Call to undefined function: mail() in > /usr/local/www/login.php on line 235 > > What is th

RE: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Paul Fitzpatrick
* Thus wrote Giz ([EMAIL PROTECTED]): > Access is a pc database. It doesn't run on unix. Why people insist on > beating their heads against the wall in this manner I will never know. > Ignorance I suppose. The alternative is to have your friend use a > relational database and have a few simple

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Curt Zirzow
* Thus wrote Giz ([EMAIL PROTECTED]): > Access is a pc database. It doesn't run on unix. Why people insist on > beating their heads against the wall in this manner I will never know. > Ignorance I suppose. The alternative is to have your friend use a > relational database and have a few simple f

Re: [PHP] mail() question

2003-08-25 Thread Matthias Wulkow
Hallo Curt, am Montag, 25. August 2003 um 01:35 hast Du Folgendes gekritzelt: >> I have followig error reported: >> >> Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line >> 235 >> >> What is the trouble here? If I would have trouble because of >> delivery, nor