Re: [PHP] access violation

2010-07-19 Thread SteveW
I switched to PHP 5.3.2 and to fastcgi and that seems to have cured the problem. Thanks for the reply -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access violation

2010-07-19 Thread Andrew Ballard
On Mon, Jul 19, 2010 at 9:54 AM, SteveW wrote: > I have various database / php apps running on a hosted windows machine. > > All apps run ok. > > We have installed a windows 2003 server machine and the apps run fine. > However if 2 users hit the Search button at the same

[PHP] access violation

2010-07-19 Thread SteveW
I have various database / php apps running on a hosted windows machine. All apps run ok. We have installed a windows 2003 server machine and the apps run fine. However if 2 users hit the Search button at the same time we get a PHP access violation and I have to restart IIS. This is not

[PHP] Access violation error again

2009-10-19 Thread Marshall Burns
Hi, The error I posted about the other day, "PHP has encountered an Access Violation at .", is recurring on an intermittent basis. I find that once it starts occurring, it continues happening for about an entire day, and then it mysteriously stops occurring again for a day or two.

Re: [PHP] Access violation error

2009-10-16 Thread Ashley Sheridan
On Fri, 2009-10-16 at 15:52 -0700, Jim Lucas wrote: > Marshall Burns wrote: > > I am developing a crawler. It has worked fine throughout testing until this > > morning, when suddenly it started yielding an access violation error. I have > > not been able to find any explanation of this. I've reduc

Re: [PHP] Access violation error

2009-10-16 Thread Jim Lucas
Marshall Burns wrote: > I am developing a crawler. It has worked fine throughout testing until this > morning, when suddenly it started yielding an access violation error. I have > not been able to find any explanation of this. I've reduced the script to > the following test code: > >

[PHP] Access violation error

2009-10-16 Thread Marshall Burns
I am developing a crawler. It has worked fine throughout testing until this morning, when suddenly it started yielding an access violation error. I have not been able to find any explanation of this. I've reduced the script to the following test code: == T

RE: [PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Please ignore. Newbie error solved Thanks From: Ernie Kemp [mailto:ernie.k...@sympatico.ca] Sent: July-28-09 9:34 PM To: php-general@lists.php.net Subject: [PHP] Access Denied Line in Program: //connect to server and select database //connect to server and select database

Re: [PHP] Access Denied

2009-07-28 Thread Jim Lucas
Ernie Kemp wrote: Line in Program: //connect to server and select database //connect to server and select database $mysqli = mysqli_connect("localhost", "jdoe", "doepass", "testdb"); //create and issue the query $sql = "SELECT f_name, l_name FROM auth_users WHERE username = '".$_POST[

[PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Line in Program: //connect to server and select database //connect to server and select database $mysqli = mysqli_connect("localhost", "jdoe", "doepass", "testdb"); //create and issue the query $sql = "SELECT f_name, l_name FROM auth_users WHERE username = '".$_POST["username"]."' AND pa

Re: [PHP] PHP access of FileMaker data

2007-11-15 Thread Brian Dunning
Paul - a PHP API is built into the current version of FileMaker Server. You do not need any third party classes or anything else. Some info: http://www.filemaker.com/support/technologies/php.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

RE: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
At 11/14/2007 01:02 AM, George Pitcher wrote: Paul, > What I'm really looking for is a PHP class that will read FileMaker > files in their native format. I'm beginning to suspect that none > exists in the public arena. Someone please tell me there is! ... I'm just exporting my tables (files

RE: [PHP] PHP access of FileMaker data

2007-11-14 Thread George Pitcher
Paul, > What I'm really looking for is a PHP class that will read FileMaker > files in their native format. I'm beginning to suspect that none > exists in the public arena. Someone please tell me there is! I've been a Filemaker user (and had some Lasso and Frontier driven sites once). I still u

Re: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
Thanks Daniel. However, as soon as I started reading the fx-php documentation I ran into this: "FX.php is a PHP class which parses the XML output by FileMaker Pro's web companion..." The FM Web Companion is another whole ball of wax and appears to be a live agent running on the server hostin

Re: [PHP] PHP access of FileMaker data

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 5:58 PM, Paul Novitski <[EMAIL PROTECTED]> wrote: > Can someone please point me to some PHP code or documentation for > accessing FileMaker Pro tables with PHP? So far googling Zend and > world-wide hasn't found me what I'm seeking. > > Thanks, > Paul > > -- > PHP General Mailing L

[PHP] PHP access of FileMaker data

2007-11-12 Thread Paul Novitski
Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Access name of variable in $_POST array

2007-09-24 Thread Eric Lommatsch
-Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 4:12 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: [PHP] Access name of variable in $_POST array Please include the list when replying. Eric Lommatsch wrote: > -Origi

RE: [PHP] Access name of variable in $_POST array

2007-09-24 Thread Eric Lommatsch
:[EMAIL PROTECTED] Sent: Saturday, September 22, 2007 6:26 PM To: 'Daniel Brown'; 'Stut' Cc: Eric Lommatsch; php-general@lists.php.net Subject: RE: [PHP] Access name of variable in $_POST array > -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] >

RE: [PHP] Access name of variable in $_POST array

2007-09-22 Thread Dan Parry
> -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: 21 September 2007 23:27 > To: Stut > Cc: Eric Lommatsch; php-general@lists.php.net > Subject: Re: [PHP] Access name of variable in $_POST array > > On 9/21/07, Stut <[EMAIL PROTECTED]

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Daniel Brown
gt; Cc: php-general@lists.php.net > > Subject: Re: [PHP] Access name of variable in $_POST array > > > > Eric Lommatsch wrote: > >> I am writing a PHP script that is going to accept variables that are > >> passed from a PDF form and should write both the name of t

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Stut
Please include the list when replying. Eric Lommatsch wrote: -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 3:09 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: [PHP] Access name of variable in $_POST array Eric Lommatsch

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Stut
Eric Lommatsch wrote: I am writing a PHP script that is going to accept variables that are passed from a PDF form and should write both the name of the variable and its value to a text file. I can get the value that I want to retrieve with out problem. However, even though I have searched t

[PHP] Access name of variable in $_POST array

2007-09-21 Thread Eric Lommatsch
Hello, I am writing a PHP script that is going to accept variables that are passed from a PDF form and should write both the name of the variable and its value to a text file. I can get the value that I want to retrieve with out problem. However, even though I have searched through the PHP.n

Re: [PHP] Access parent property from child

2007-08-09 Thread Suprie
ouch... hey it's work rite now... thanks a lot for your help Edward and Stut, i really apprieciate it... br/// On 8/9/07, Stut <[EMAIL PROTECTED]> wrote: > Suprie wrote: > > function getDB() > > { > > return $this->$db; > > } > > There should not be a $ before db. It should be

RE: [PHP] Access parent property from child

2007-08-09 Thread Edward Kay
> -Original Message- > From: Suprie [mailto:[EMAIL PROTECTED] > Sent: 09 August 2007 11:13 > To: php-general@lists.php.net > Subject: [PHP] Access parent property from child > > > dear all ... > > i have question, i've tried look at google but sti

Re: [PHP] Access parent property from child

2007-08-09 Thread Stut
Suprie wrote: function getDB() { return $this->$db; } There should not be a $ before db. It should be $this->db. That's why PHP is telling you the property is empty... because it is. -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Access parent property from child

2007-08-09 Thread Suprie
dear all ... i have question, i've tried look at google but still can't figured out how to do it... i want access parent property from child object the code was like id; } protected function setId($id) { $this->id = $id; } function getDB() { return $this

Re: [PHP] Access array data in foreach?

2007-01-06 Thread William Stokes
Uh. (Embarrassed) Thanks anyway!! -W ""Casey Chu"" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] > $value holds the value of the current array element. > > On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I Have an array $toplevel containing arrays: >> Array ( >>

Re: [PHP] Access array data in foreach?

2007-01-06 Thread Casey Chu
$value holds the value of the current array element. On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote: Hello, I Have an array $toplevel containing arrays: Array ( [0] => Array ( [0] => 1 [1] => 1 [2] => eka [3] => eka.php ) [1] => Array (

[PHP] Access array data in foreach?

2007-01-06 Thread William Stokes
Hello, I Have an array $toplevel containing arrays: Array ( [0] => Array ( [0] => 1 [1] => 1 [2] => eka [3] => eka.php ) [1] => Array ( [0] => 2 [1] => 1 [2] => toka [3] => toka.php ) [2] => Array (

Re: [PHP] access to DB and security

2006-11-08 Thread Satyam
- Original Message - From: "Alain Roger" <[EMAIL PROTECTED]> To: "PHP General List" Sent: Wednesday, November 08, 2006 9:22 PM Subject: Re: [PHP] access to DB and security Hi Satyam, if i understood well, in this special hidden (from web) folder, you writ

Re: [PHP] access to DB and security

2006-11-08 Thread Alain Roger
Hi Satyam, if i understood well, in this special hidden (from web) folder, you write an include file, where you only return an opened connection... something like $db (where $db =mysql_connect("$host", "$user", "$user_pwd",false,CLIENT_MULTI_STATEMENTS) ; for example) and only this $db open conne

Re: [PHP] access to DB and security

2006-11-08 Thread Satyam
- Original Message - From: "Alain Roger" <[EMAIL PROTECTED]> Hi, My web hoster gave me a login and password with which i can connect to DB, perform some actions as DB owner / superuser just for my DB. If i use this login + password to connect and perform some actions from my web pages

Re: [PHP] access to DB and security

2006-11-08 Thread Richard Lynch
On Wed, November 8, 2006 11:05 am, Alain Roger wrote: > My web hoster gave me a login and password with which i can connect to > DB, > perform some actions as DB owner / superuser just for my DB. > If i use this login + password to connect and perform some actions > from my > web pages, everybody c

[PHP] access to DB and security

2006-11-08 Thread Alain Roger
Hi, My web hoster gave me a login and password with which i can connect to DB, perform some actions as DB owner / superuser just for my DB. If i use this login + password to connect and perform some actions from my web pages, everybody can hack my DB and do what they want. My web hoster will not

Re: [PHP] PHP Access Violations

2006-09-09 Thread Jürgen Wind
did you try mysql 5.0.24a? there where some problems with 5.0.24 (segfaults...) -- View this message in context: http://www.nabble.com/PHP-Access-Violations-tf023.html#a6227018 Sent from the PHP - General forum at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP Access Violations

2006-09-09 Thread Christopher Watson
Hi Wolf, Please correct me if I'm wrong, but neither of these tools from the MySQL team can SSH tunnel. I need that. -Chris On 9/8/06, Wolf <[EMAIL PROTECTED]> wrote: MySQL Query Tool MySQL Admin Tool Both free, both work flawlessly w/ MySQL and both maintained by MySQL Wolf Christopher W

Re: [PHP] PHP Access Violations

2006-09-08 Thread Wolf
MySQL Query Tool MySQL Admin Tool Both free, both work flawlessly w/ MySQL and both maintained by MySQL Wolf Christopher Watson wrote: > Following up on this now... > > I have successfully installed Apache 2.0.59 (Win32), and configured > successfully for PHP 5.1.6 and MySQL 5.0.24. The app i

Re: [PHP] PHP Access Violations

2006-09-07 Thread Christopher Watson
Following up on this now... I have successfully installed Apache 2.0.59 (Win32), and configured successfully for PHP 5.1.6 and MySQL 5.0.24. The app is running fine, but I ran a few manipulation queries from the SQLyog interface and Apache did crash. I'll have try to reproduce the problem again

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Spoke too soon. After a reboot, I had only IE and Homesite open, making changes to PHP code and running the app, and it hit an access violation. So SQLyog ain't it. -Chris On 9/6/06, Christopher Watson <[EMAIL PROTECTED]> wrote: Thanks for the input, Jon. I'll get to the Apache and IIS resta

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Thanks for the input, Jon. I'll get to the Apache and IIS restart suggestions soon. Meanwhile, I think I have a semi-repeatable recipe for getting the access violation to happen. As far as I can tell, everything is cool until I open up SQLyog and do some sort of database manipulation within it.

Re: [PHP] PHP Access Violations

2006-09-06 Thread Christopher Watson
Hi Chris, memtest run over several hours, with 2000% coverage. No errors. -Chris On 9/5/06, Chris <[EMAIL PROTECTED]> wrote: Run memtest or something over your machine, sounds more like a hardware issue than anything else. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] PHP Access Violations

2006-09-05 Thread Chris
Christopher Watson wrote: Hi Wolf, Set up PHP error logging. Proceeded to do some regular development. Created some PHP errors in my code to test logging. Worked great. Expected errors occurred and got logged. Five minutes into the session, wham! This error is what comes up in the browser:

Re: [PHP] PHP Access Violations

2006-09-05 Thread Christopher Watson
Hi Wolf, Set up PHP error logging. Proceeded to do some regular development. Created some PHP errors in my code to test logging. Worked great. Expected errors occurred and got logged. Five minutes into the session, wham! This error is what comes up in the browser: "PHP has encountered an Ac

Re: [PHP] PHP Access Violations

2006-09-05 Thread Wolf
First thing you need to do is log the boot through the crash of PHP, it sounds like something is getting hung in the processes and crapping out. Personally, I run Apache on windows and Linux machines. It has less tendency to die and gives a great log of when something happens. First step is gett

[PHP] PHP Access Violations

2006-09-05 Thread Christopher Watson
OK, this is starting to get really annoying. I think it's time I posted this to php-general, and see if there is anything anyone knows about it. For a while now (about two years), I have been developing on a laptop configured as listed below. I'll provide the versions of software I am currently

Re: [PHP] Access Client IP address

2006-01-14 Thread PHP Superman
$_SERVER['REMOTE_ADDR'] will give you the proxy ip if they have one, and the browser sends the info, the user might change it to blahblahblah for all we know... On 1/4/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > [snip] > Is there any way to client's IP address inside a php document. I am

RE: [PHP] Access Client IP address

2006-01-04 Thread Jay Blanchard
[snip] Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. [/snip] http://us3.php.net/manual/en/reserved.variables.php#reserved.variables.serve r $_SERVER['REMOTE_ADDR'] but it may not always be reliabl

Re: [PHP] Access Client IP address

2006-01-04 Thread Silvio Porcellana [tradeOver]
Nilanjan Dasgupta wrote: > Hi, > Is there any way to client's IP address inside a php document. I am > trying to generate a code that depends on the IP address of the client. > > thanks a lot, > Nilanjan > Give a look at $_SERVER, and more specifically $_SERVER["REMOTE_ADDR"] http://php.net/

Re: [PHP] Access Client IP address

2006-01-04 Thread Ray Hauge
$_SERVER['REMOTE_ADDR'] http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server HTH Nilanjan Dasgupta wrote: Hi, Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. thanks a l

Re: [PHP] Access Client IP address

2006-01-04 Thread John Nichel
Nilanjan Dasgupta wrote: Hi, Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. Yes. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED]

[PHP] Access Client IP address

2006-01-04 Thread Nilanjan Dasgupta
Hi, Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. thanks a lot, Nilanjan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Access Headers Submitted by Browser

2005-12-20 Thread Jochem Maas
Curt Zirzow wrote: On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote: I want to read headers submitted by the client. Are these available through some global array somewhere? You will notice all the HTTP_* values in: var_dump($_SERVER); hi Curt, although there is lots of

Re: [PHP] Access Headers Submitted by Browser

2005-12-19 Thread Curt Zirzow
On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote: > I want to read headers submitted by the client. Are these available > through some global array somewhere? You will notice all the HTTP_* values in: var_dump($_SERVER); Curt. -- cat .signature: No such file or directory -- P

[PHP] Access Headers Submitted by Browser

2005-12-19 Thread Michael B Allen
I want to read headers submitted by the client. Are these available through some global array somewhere? Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] access resources via a proxy

2005-09-08 Thread Vedanta Barooah
Hello all! Consider this... Web Server A belongs to an intranet and hosts sites internally, Server A can only access external web resources via proxy http://proxy:8080 . How does Server A access resources from Server B which is in the internet using PHP? A typical scenario: Server A needs to dis

[PHP] access multiple databases

2005-08-16 Thread Bing Du
Hi, I need to access both MySQL and SQL server 2000 in a PHP script on RHEL 3. In phpinfo(), I noticed 'supported databases' shows 'MySQL ODBC PostgreSQL Microsoft SQL Server FrontBase Oracle 8 (oci8)'. And 'Configure Command' has '--with-unixODBC=shared' included. Do I need to install a

RE: [PHP] Access and PHP

2005-08-03 Thread Nathan Tobik
@lists.php.net Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Access and PHP Just looked into this recently and here's a brief rundown of what I've found: 1. If you run PHP on a non-Windows system, your only option seems to be making a connection to a remote ODBC data source (hosted on a Windows machine

Re: [PHP] Access and PHP

2005-08-03 Thread tg-php
Just looked into this recently and here's a brief rundown of what I've found: 1. If you run PHP on a non-Windows system, your only option seems to be making a connection to a remote ODBC data source (hosted on a Windows machine presumably). There was something..err.. ODBTP (?) that would work

Re: [PHP] Access and PHP

2005-08-03 Thread Rory Browne
I haven't used access with php(mainly due to the fact that I use php on linux), but any access use I've seen so far was through OBDC(and that was in phpBB). I suggest you consider both this, and dogging your way through MS's COM docs. On 8/3/05, David Wills <[EMAIL PROTECTED]> wrote: > I am lookin

[PHP] Access and PHP

2005-08-03 Thread David Wills
I am looking for some resources to use my Access Databases with PHP, anyone have a good link? David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Access files

2005-05-06 Thread Richard Lynch
On Tue, May 3, 2005 10:57 am, Don said: > I am using php 4.3.11 on a RedHat Linux server running Apache. I have a > requirement where I need to take a flat file containing formatted data and > produce an Access 97 MDB file. > > Does anyone know of a class or library that will enable me to do this?

[PHP] Access files

2005-05-04 Thread Don
Hi, I am using php 4.3.11 on a RedHat Linux server running Apache. I have a requirement where I need to take a flat file containing formatted data and produce an Access 97 MDB file. Does anyone know of a class or library that will enable me to do this? Thanks, Don

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Andre Dubuc
On Saturday 16 April 2005 07:18 am, Mark Sargent wrote: > Marek Kilimajer wrote: > > Mark Sargent wrote: > >> Hi All, > >> > >> I can access the database from the terminal on Fedora 3, > >> > >> [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p > >> Enter password: > >> Welcome to the MySQL m

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Mark Sargent
Marek Kilimajer wrote: Mark Sargent wrote: Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.10a-stan

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Marek Kilimajer
Mark Sargent wrote: Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.10a-standard Type 'help;' or '\

[PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Mark Sargent
Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.10a-standard Type 'help;' or '\h' for help. Type '\

RE: [PHP] access violation

2005-03-28 Thread Rob Agar
Thursday, 24 March 2005 12:19 AM > To: Rob Agar > Subject: Re: [PHP] access violation > > > Hello Rob, > > Tuesday, March 22, 2005, 4:14:55 PM, you wrote: > R> That's interesting - it also started happening for me after > R> installing PHP 5.0.3. But I h

Re: [PHP] access violation

2005-03-23 Thread Leif Gregory
Hello Rob, Tuesday, March 22, 2005, 4:14:55 PM, you wrote: R> That's interesting - it also started happening for me after R> installing PHP 5.0.3. But I have reverted to 4.3.10 for now, and I R> can't see how installing 5.0.3 into an entirely separate directory R> can break my old php install. Hmm

RE: [PHP] access violation

2005-03-22 Thread Rob Agar
hi Leif Glad to know I'm not the only one ;) > The only system stuff we have in common is the OS. The > webserver is Sambar, and PHP is 5.0.3. It didn't start having > this issue till I updated the PHP to 5.0.3, so I'm going to > reinstall it at some point to see if that helps any. That's int

Re: [PHP] access violation

2005-03-22 Thread Leif Gregory
Hello Rob, Monday, March 21, 2005, 10:32:36 PM, you wrote: R> Anyone else had a problem like this? I couldn't find anything in the R> php or apache bug databases that sounded like the same problem. R> Windows XP pro SP2 R> Apache/1.3.33 (Win32) R> PHP/4.3.10 I have something similar on one web

[PHP] access violation

2005-03-21 Thread Rob Agar
hi all All of a sudden, my local install of Apache has started throwing access violation errors. It's happening pretty frequently, particularly when hitting the refresh button on a page generated from POST data, causing a re-POST, but isn't 100% reproducible. Anyone else had a problem like this?

Re: [PHP] Access

2005-01-31 Thread Richard Lynch
Robert Sossomon wrote: > Anyone know of any classes or files for a way to write an Access readable > file > from PHP and MySQL? http://php.net/fputcsv As a special bonus, virtually EVERY database/spreadsheet program on the planet will be able to read/import a file created with this with NO hassle

Re: [PHP] Access

2005-01-31 Thread Chris Wanstrath
> Anyone know of any classes or files for a way to write > an Access readable file from PHP and MySQL? Google produced http://www.phpfreaks.com/tutorials/61/0.php on a search for "Microsoft Access" php. Haven't read it. Looks like what you need. - Chris -- PHP General Mailing List (http://ww

[PHP] Access

2005-01-31 Thread Robert Sossomon
Anyone know of any classes or files for a way to write an Access readable file from PHP and MySQL? Thanks! Robert -- Robert Sossomon, Business and Technology Application Technician 4-H Youth Development Department 200 Ricks Hall, Campus Box 7606 N.C. State University Raleigh NC 27695-7606 Phone:

[PHP] access the under hood dom object from c code inside php-extension

2004-11-18 Thread luise.hans
Is there any way/document/direction to access the under hood dom object which is created in php land from the c code inside php extensions? something like this: in the php code, I do: $domdoc = new DOMDocument; $domdoc->loadXML($strXMLData); $domnode = $domdoc->firstChild; //... some operations o

[PHP] access database best pratice

2004-10-28 Thread Dan McCullough
I have a client who wants to update their access database that sits on their XP/IIS box. I plan on using PHP/ODBC connection to do this, however I am not up-to-speed on pitfalls or best pratices concerning access and odbc over the web or if I should suggest a better course of action, since I a

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help thanx curlys The fact that root owns the php script does not mean it runs as root - you need the suexec or sudo mechanism for that and it's described in t

Re: [PHP] access a file

2004-08-13 Thread Peter Risdon
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help chown www /path/to/zeed.php Peter. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access a file

2004-08-13 Thread Hannes Magnusson
oup and owner like this , > how does it workable plz help > > thanx > curlys > > > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "Curlys" <[EMAIL PROTECTED]> > Cc: "PHP" <[EMAIL PROTECTED

Re: [PHP] access a file

2004-08-13 Thread Curlys
; <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 7:13 PM Subject: Re: [PHP] access a file Curlys wrote: > when run this script from the command prompt, it is working. > > > shell_exec ('killall -HUP abc.pl'); > > ?> > > Terminated the application

Re: [PHP] access a file

2004-08-13 Thread John Holmes
Curlys wrote: when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what should i

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: hi , when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what sho

[PHP] access a file

2004-08-13 Thread Curlys
hi , when run this script from the command prompt, it is working. Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what should i have to do ? thanx curlys -- PHP General

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread Lester Caine
Scot L. Harris wrote: I'm running a PHP system that relies on knowing the location of the terminal to handle a lot of '911' (999) type things. I know that REMOTE_ADDR can not be relied on, but with fixed IP addresses on a local network it works fine. However I now have a customer who has a Termi

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread Scot L. Harris
On Mon, 2004-08-09 at 03:16, Lester Caine wrote: > At the risk of getting my head bitten off I ask this again, as I am not > getting any help anywhere. > > I'm running a PHP system that relies on knowing the location of the > terminal to handle a lot of '911' (999) type things. I know that > RE

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread icpcnn
- Original Message - From: "Lester Caine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 3:16 PM Subject: [PHP] Access CLIENTNAME > At the risk of getting my head bitten off I ask this again, as I am not > getting any help anyw

[PHP] Access CLIENTNAME

2004-08-09 Thread Lester Caine
At the risk of getting my head bitten off I ask this again, as I am not getting any help anywhere. I'm running a PHP system that relies on knowing the location of the terminal to handle a lot of '911' (999) type things. I know that REMOTE_ADDR can not be relied on, but with fixed IP addresses o

[PHP] Access Violation at 02B80AFD

2004-06-14 Thread Kathleen Ballard
I am developing a php app on a win 2003 server with iis6. Unfortunately, I don't know the version of sql server or php. I have been testing code since last Thursday and just started getting this error: PHP has encountered an Access Violation at 02B80AFD This error doesn't happen every time, e

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-08 Thread Ben Ramsey
So, I found a solution to my problem. I still do not know what was causing the PHP Access Violation errors, but I have an idea, which I will relate in this message. As many suggested, I have pared down my mail sending class by rewriting it down to about 250 lines of code. Previously, the

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
Let me point something out here: I was a goof and had an authentication setting wrong. When I changed it back to LOGIN, it sends e-mail just fine. So, all is well... sort of. Every 3rd or 4th run of the script still generates the Access Violation message. However, since it happens intermitt

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread DvDmanDT
same thing work on windows Me).. Post when you find a solution, draws my intrest.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Ben Ramsey" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I've asked about PHP Access Violation erro

RE: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Tyler Replogle
hey, i think the reason you get no reply is becauase no one knows why it happens From: Ben Ramsey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp Date: Tue, 06 Apr 2004 14:27:08 -0400 I've asked about PHP Access Violation er

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
I've asked about PHP Access Violation errors before (this very same error, as a matter of fact), and every time I ask, I get no response. It's been 24 hours, and no one on php-general, pear-general, or #php and #pear in Freenode IRC has responded to this particular post. Do I

[PHP] PHP Access Violation using PEAR::Mail_smtp

2004-04-05 Thread Ben Ramsey
I'm getting the following error when using the Mail_smtp package from PEAR: PHP has encountered an Access Violation at 0177A8B4 It does not occur everytime I use it, but even when send() returns true, e-mail messages are not being sent. However, it all worked fine a week ago when I was testing

[PHP] Access Database

2004-03-26 Thread Maxi Yedid
Hello I need data from a Microsoft Access database; however my hosting does not allow ODBC connections with php; so I was wondering if there is a way to import the access database to Mysql by a process in the server (like for example someone uploads the database thru a form, and after the uploadin

Re: [PHP] Access DNS record

2004-02-26 Thread Evan Nemerson
On Wednesday 25 February 2004 06:19 pm, Jeff Schwartz wrote: > Does anyone know how to access a DNS record? Can it be done with fopen? it could be done with fsockopen (*grins maniacally*)... but php.net/dns_get_record may be a better way to go. > > Jeff > > > - > D

[PHP] Access DNS record

2004-02-25 Thread Jeff Schwartz
Does anyone know how to access a DNS record? Can it be done with fopen? Jeff - Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.

[PHP] Access Violation at 77FCC61F?

2004-01-23 Thread Ben Ramsey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anyone know what this error means: PHP has encountered an Access Violation at 77FCC61F I'm running PHP 5.0 beta 3 on IIS 5.0 on a Win2K machine. I received the above error message multiple times after changing addslashes($value) to str_replace("'", "

Re: [PHP] Access Violation at 77XXXXX on Windows

2003-09-11 Thread Evan Nemerson
Perhaps you should re-open the bug report. It was closed due to lack of feedback, so it's prolly not fixed yet. Can you get a backtrace? Reproducing code? Need more details... With regard to the second paragraph, the obvious solution is to use Linux... Evan Nemerson On Thursday 11 September

  1   2   >