<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Thu, Jul 19, 2007 at 19:34:34 +0200, Luke wrote:
>> I get this warning:
>> /usr/local/lappstack-1.1/apache2/htdocs
>> Warning: chdir() [function.chdir]: No such file or directory (errno 2) in
>>
""Instruct ICC"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> >From: "Luke" <[EMAIL PROTECTED]>
>>echo getcwd() . "\n";
>>chdir('c:\\temp');
>
>>echo getcwd() . "\n";
>>chd
> What errors are you getting? Check file permissions, maybe you can't
> read/write the file.
I get warning:
Warning: dbase_open() [function.dbase-open]: unable to open database
c:\temp\test.dbf in /usr/local/lappstack-1.1/apache2/htdocs/dbase.php on
line 8
In php.ini I have safe_mode=off. Eve
Hi.
I need open some dbase files. Function dbase_open work correctly only when I
open data base from server eg. dbase_open('/tmp/test.dbf', 0).
How Can I open this database from local host ?
dbase_open('c:\tmp\test.dbf', 0) - not working
dbase_open('c:\\tmp\test.dbf', 0) - not working
dbase_open('c
Thanks Michael. I'll check it out ;)
- Luke
"Michael Mauch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Luke Van Blerk wrote:
>
> > I'll probably just extract the data with an access to mysql script and
run
> > it on mysql.
>
&
Thanks Robert
I'll probably just extract the data with an access to mysql script and run
it on mysql.
- Luke
Robert Twitty wrote:
> To the best of my knowledge you cannot access an Access database
> directly from UNIX or Linux. The reason is because the Jet Engine
> has not
Hi everyone
Can PHP access an access database residing on a unix / linux box? I know
theres and ODBC extension but is that only for windows?
Regards
Luke
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
instead of the database, but that could get messy
Luke
- Original Message -
From: "Duane Lakoduk" <[EMAIL PROTECTED]>
To: "'Luke Skywalker'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, September 17, 2003 12:39 PM
Subject: RE:
synchronisation problems
Luke
- Original Message -
From: "Shiloh Madsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 17, 2003 10:24 AM
Subject: [PHP-DB] Saving state
Sorry about the cross posting, as im not exactly sure what would be th
out the php.ini file and read about the error
level..
And this page in the PHP manual:
http://www.php.net/manual/en/function.error-reporting.php
Cheers,
Luke Woollard
-Original Message-
From: Gilles [mailto:[EMAIL PROTECTED]
Sent: Monday, 7 April 2003 11:18 AM
To: [EMAIL PROTECTED
Sure does - sure is.
-Original Message-
From: Benjamin Higgins [mailto:[EMAIL PROTECTED]
Sent: Monday, 31 March 2003 6:47 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] PHP and MySQL 4
Does PHP have support for MySQL 4? If I install MySQL 4, and rebuild PHP
with --with-mysql, is that suffi
Cool dude - can you demo a sample application that uses it?
-Original Message-
From: Konstantin Knizhnik [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 26 March 2003 10:32 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Embedded Object Oriented Database System for PHP
I would like to announce e
I want to add my 2 cents if I may!
Mignon is right, if you don't use mod_perl, you will find that you'll slow
your webserver to snail pace when PERL scripts are Requested.
Cheers,
Luke Woollard
"When the power of love overcomes the love of power the world will know
peace.&q
$str = '"hi"';
$newstr = eregi_replace("\"", "", $str);
-Original Message-
From: Peter Beckman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 19 March 2003 4:33 PM
To: Foong
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Re: Really easy question
$str = '"hi"';
$newstr = preg_replace("/\"/", "
sure - just pass the mysql query through the mysql_query function.
Make sure you connect using mysql_pconnect() first, then you can start
creating databases..
Luke Woollard
-Original Message-
From: Thomas Tremain [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 19 March 2003 4:36 PM
To
This should read 'Your MySQL Database SERVER is down'
Thanks,
LW
-Original Message-----
From: Luke Woollard [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 18 March 2003 8:48 AM
To: Marie Osypian; php-db
Subject: RE: [PHP-DB] Server Error
Your MySQL Database is down.
'cd
Your MySQL Database is down.
'cd' to your mysql directory (probably /usr/local/mysql ) and type
./bin/safe_mysqld --user=mysql &
-Original Message-
From: Marie Osypian [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 18 March 2003 8:42 AM
To: php-db
Subject: [PHP-DB] Server Error
I was able
Me either
Luke Woollard
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Fredrik de Vibe
Sent: Wednesday, 12 March 2003 12:51 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Picture Upload
[EMAIL PROTECTED] (Dallas Freeman) writes:
> I have asked my host
use the GD Library functions - look up on php.net
The GD library is available from http://www.boutell.com/
It is included by default with PHP 4.3.x
NOTE: This is a question for [EMAIL PROTECTED]
-Original Message-
From: Dallas Freeman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 11 March 20
thanks dude.
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 20 February 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Auto Generation of HTML Forms + SQL Code to update
My/Postgre SQL Database
On Thursday 20 February 2003 23:49, Luke Woollard
cycle.
:)
Luke Woollard
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. form fields/button goes here '
.''
.'';
}
Best to check if a variable exists
Using the other method will throw an error: Notice: Undefined index: action
in c:\program files\apache group\apache\htdocs\testerr.php on line x...
Thanks,
Luke Woollard
-Original M
7;yourdbname', 'yourdbuser',
'yourdbpass' );
?>
Thanks,
Luke Woollard
Programmer / Analyst
TABORVISION.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
abase
specific calls inside my classes. This helps maintain portability of my
applications.
Hope that helps.
LW
-Original Message-
From: Philip Zee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 22 January 2003 5:16 PM
To: Luke Woollard; PHP-db
Subject: RE: [PHP-DB] Using Objects with
Initialise the database connection and perform actions on the database using
a seperate class.
You can pass your functions (methods) values returned from your database
calls to manipulate.
This is commonly called a 'database abstaction layer'
Theres a good database abstraction class in this magaz
l category)
Luke Woollard
-Original Message-
From: Gerard Samuel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 14 January 2003 4:32 PM
To: php-db
Subject: [PHP-DB] Unlimited Categories
Im figuring this is more of an sql question than anything else.
I'm trying to figure out a table stru
I wrote a similar script a long time ago to achieve this. [Anti-Leech
solution]
You store the software in a folder that is outside of the web directory tree
and use PHP to 'fopen' the file being downloaded by the 'authenticated' user
and send it back to the broser using location() with the correct
I agree with Dave. I wrote an application to allow a client to upload/manage
images and categorise them into diff. parts of their website.
Images were stored as normal image files after upload and a pointer made to
them from the appropriate database record (which had additional image info
e.g. des
Warning: Supplied argument is not a valid MySQL result resource in
/usr/local/share/doc/apache/trial/authmain.php on line 20
What does this generally mean as I have noted that others use this syntax so
what is my issue ?
Any help or pointers to references would be most appreciated.
Thanks
L
Hi,
I have a string that says width=123 Height =456 and I need to for mat the
output as
123 x 456
is there a way to do this?
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
of all the ages out of the table. how
can I get this?
Hope someone can help.
Luke
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Off of MySQL.com:
UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
SET col_name1=expr1, [col_name2=expr2, ...]
[WHERE where_definition]
[LIMIT #]
So a typical UPDATE command could be
UPDATE email_table SET email = '[EMAIL PROTECTED]' WHERE id =
'1';
For explanations of all args and options,
Yes, that's the environment I'm coming from and am used to...
-L
"Paul Dubois" <[EMAIL PROTECTED]> wrote in message
news:p05101403b87e54724472@[192.168.1.31]...
> At 12:30 -0600 1/30/02, Matthew Crouch wrote:
> >basically a yes or no question my brother wants me to ask:
> >Does PHP support these
The real reason I'm asking is because I want to design a PHP app that uses a
similar framework to a current Java/JSP app I'm developing, and I will need
to use a controller php file that forwards the request and response objects
it receives to another php.
Java Servlets do this nicely because ins
Does PHP have built-in support for using request and response objects?
Thanks,
-L
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
mepage.cgi
Index.htm
Let me know if you need further clarification.
-luke
Luke Muszkiewicz
Pure Development, LLC
http://puredev.com
> -Original Message-
> From: Vincent Beaulieu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 9:23 AM
> To: [EMAIL PROTECTED]
> S
olinux:
> If I use set_time_limit(0); - will this override my hosts
> timeout setting if
> there is one?
The short answer is yes, but please see
http://www.php.net/manual/en/function.set-time-limit.php for more
information.
Good luck!
-luke
Luke Muszkiewicz
Pure Development,
the number of addresses in the bcc
field.
Let me know if you have any questions!
-luke
Luke Muszkiewicz
Pure Development, LLC
http://puredev.com
> I am using a script that grabs about 100 emails from a
> database, loops thru and writes them to $bcc
>
> Then I use a single mail() t
okie for Communicator
4.7?
Thank you in advance!
-luke
Luke Muszkiewicz
Pure Development, LLC
http://puredev.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators
TO BE REMOVED FROM FUTURE MAILINGS, SIMPLY REPLY TO THIS
MESSAGE AND PUT
"REMOVE" IN THE SUBJECT.
20 MILLION
E-MAIL ADDRESSES
FOR ONLY $249
**Over Night International Shipping Included**
Many Call This "The "Perfect E-Mail List"
Over 20-Million Of The Best E-Mail Addresses Av
40 matches
Mail list logo