Re: [PHP] Re: Running php script with ?var=string query inside another php script

2001-09-06 Thread Dave.O
: Thursday, September 06, 2001 1:58 AM Subject: [PHP] Re: Running php script with ?var=string query inside another php script Dave.O wrote: I am trying to run a php script with query from wthin another php script. I have a php script that adds information to a database and calls another php

Re: [PHP] PHP Accelerator cache update

2001-09-05 Thread Dave.O
I am trying to run a php script with query from wthin another php script. I have a php script that adds information to a database and calls another php script with query to view those details using the include command but I keep getting an error Failed opening file. Is there anyway of running a

[PHP] Running php script with ?var=string query inside another php script

2001-09-05 Thread Dave.O
I am trying to run a php script with query from wthin another php script. I have a php script that adds information to a database and calls another php script with query to view those details using the include command but I keep getting an error Failed opening file. Is there anyway of running a

[PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
I am new to MySql but wanting to use PHP to update and maintain a database. I thought I might use MySql. I have installed MySql, and in PHP have created a database called 'mydir'. I am trying to find php functions to add new records/fields to the database, but all I can find are functions to

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
Thanks - Original Message - From: ERISEN, Mehmet Kamil [EMAIL PROTECTED] To: Dave.O [EMAIL PROTECTED]; Martín_Marqués [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 12:42 AM Subject: Re: [PHP] Adding records to a MySql database Here is how this is done

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
Thanks - Original Message - From: Martín Marqués [EMAIL PROTECTED] To: Dave.O [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 12:43 AM Subject: Re: [PHP] Adding records to a MySql database On Vie 17 Ago 2001 20:39, Dave.O wrote: No offence but you are telling

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
for this ? I thought that PHP can be used to add records etc and query databases for this Dave - Original Message - From: Martín Marqués [EMAIL PROTECTED] To: Dave.O [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 17, 2001 11:28 PM Subject: Re: [PHP] Adding records to a MySql

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
wrong. I presume this can be done in php - Original Message - From: Martín Marqués [EMAIL PROTECTED] To: Dave.O [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 12:23 AM Subject: Re: [PHP] Adding records to a MySql database On Vie 17 Ago 2001 20:14, Dave.O wrote

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Dave.O
I was looking for the command something like mysql_insert or something, just found dba_insert() is this it ?!? - Original Message - From: Martín Marqués [EMAIL PROTECTED] To: Dave.O [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 12:23 AM Subject: Re: [PHP] Adding

Re: [PHP] shtml or php ??

2001-08-04 Thread Dave.O
This brings me back to an original problem I had before, I do have the instruction in my conf file to load php as a module but I get the following error:- [warn] loaded DSO c:/usr/php/sapi/php4apache.dll uses plain apache 1.3 api, this module might crash under EAPI! (please recompile it with

Re: [PHP] shtml or php ??

2001-08-02 Thread Dave.O
I have tried the virtual() command but keep receiving error - undefined function, can someone give an example in how to use this ? - Original Message - From: Dave.O [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 4:26 PM Subject: [PHP] shtml or php ?? Which

[PHP] shtml or php ??

2001-08-02 Thread Dave.O
Which is the best language to use, php or shtml, I use only a couple of SSI commands in shtml to call in headers and footers, and run cgi scripts as below. I thought maybe as I am getting more into php that I should change the files from shtml to php, and use the equivalent commands to call in