Re: [PHP] Class in PHP

2001-12-05 Thread andreas
On Wed, 5 Dec 2001 10:41:53 -0500 Wee Chua <[EMAIL PROTECTED]> wrote: >Hi all, >How many extension of subclass can PHP have? Can I extend subclass to more >different subclass? Do you mean how deep a inheritance you can have? e.g. A \ B | \ C D | \ E F

[PHP] Newbie question. What is the best structure of a php-app?

2011-08-15 Thread Andreas
Hi, I'm fairly new to PHP but not to programming as such. Currently I sat up XAMPP with xdebug, Netbeans and Eclipse to get a feeling. I can write and run php-files but I am wondering how I should construct a more complex application that runs over several pages between a login and a logout.

[PHP] Can't create new projects with Netbeans as nonadmin

2011-08-18 Thread Andreas
Hi, Netbeans 7.0.1 on WinXP. I can't create new projects with Netbeans without being logged in as administrator. When I call file->new project I only get the category "Samples". The category "PHP" with the empty projects only appears when I'm logged in as Administrator. How can I create

[PHP] how catch a warning by file_put_contents() ?

2011-08-19 Thread Andreas
Hi, I wrote stuff with file_put_contents() in a try{} catch{} and it worked. Then I'd like to check what happens when some error occurs so I writeprotected the targetfile. Instead of getting my own message by the catch{} block I got a standard warning in the browser. Can't I catch those warni

Re: [PHP] Dealing with multiple form submissions

2011-08-25 Thread Andreas
Am 25.08.2011 11:01, schrieb John Black: True, a SESSION can be reset by closing the browser but I am not trying to deny a user from submitting different information again. I want to prevent them from submitting the same data again by accident (back button or refresh). what about storing an

[PHP] How to catch an irregular end of an application?

2011-08-25 Thread Andreas
Hi, what is the best practice to catch an irregular end of an application? The browser might crash or the user closes accidently the browser window decides to jump away to his favourite bloq without loging out of my application. Is there some way to let an javascript event trigger some ajax to s

[PHP] Is there a decent design app ?

2011-11-25 Thread Andreas
Hi Is there a decent design app that can automatically update links within the pages of a php site whenever a referred file gets moved or renamed? Like you have /foo.css and for some reason or another you move it to /lib/css and rename it to bar.css. Now it'd be nice if an IDE was aware of al

[PHP] Howto detect the hostname of the server?

2011-11-25 Thread Andreas
Hi, how could I identify the server the script runs on? I've got a testserver on Windows and a remote system on Linux that need a couple of different settings like IP and port of db-server or folder to store logfiles. I'd like to do something like: if ( $_SERVER['some_key'] = 'my_test_box' )

[PHP] Tutorial for the structure of an php-app ?

2011-11-25 Thread Andreas
Hi again, is there a tutorial for the structure of an php-app? There are more than enough books and online docs that teach the basics of PHP and of course the native mysql commands. I'd now rather need a help to figure out how to pull up a wee bit more complex app. I know how to connect to a

Re: [PHP] Howto detect the hostname of the server?

2011-11-25 Thread Andreas
Am 26.11.2011 01:35, schrieb Simon J Welsh: On 26/11/2011, at 1:14 PM, Andreas wrote: how could I identify the server the script runs on? php_uname('n'); http://php.net/php_uname Great, that even works on a ssh-tunnel. I got derailed by the fact that my tunnel maps the remote

[PHP] Common way to store db-password of open session?

2011-11-29 Thread Andreas
Hi, is threre a most advisble way to store db-passwords of an open user-session? As far as I get it, a common login strategy is to let the user login by name&password, check it, store a login=TRUE as php-session variable and later use a common dbuser+pw to query data provided "login" is TRUE.

Re: [PHP] Common way to store db-password of open session?

2011-12-03 Thread Andreas
Am 29.11.2011 23:54, schrieb Tamara Temple: As I read it, the OP may be confusing application user logins and the credentials used by the application to access the data base. Individual application users should *NOT* have access directly to the data base by having their individual credentials i

Re: [PHP] Common way to store db-password of open session?

2011-12-04 Thread Andreas
Am 03.12.2011 23:54, schrieb Tamara Temple: If you give every application user a unique set of database access permissions, that means that any one of those users can access your data base WITHOUT going through your application if they manage to get access to your data base server. Is that clea

[PHP] PHP, PDO and MS-SQL ?

2011-12-09 Thread Andreas
Hi, could someone tell me what I need to install and how to configure everything so that I can connect with PHP and PDO to a MS-SQL server? I have an OpenSuse 11.4 installation. I added the Apache-PHP repository and upgraded to PHP 5.3.8. php-mssql, -php-odbc, libfreetds and the freetds-tools

[PHP] Creating Extensions DLL with Delphi

2002-12-18 Thread Andreas Steibl
Don't know if this is the right place to ask this. I need to write a little extensions DLL in Delphi for PHP where can i find inforamtion for this ? thanxs in advance snoopy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating Extensions DLL with Delphi

2002-12-23 Thread Andreas Steibl
Don't know if this is the right place to ask this. I need to write a little extensions DLL in Delphi for PHP where can i find inforamtion for this ? thanxs in advance snoopy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Rather complex regular expression for the preg_match_all function

2003-01-22 Thread Andreas Sheriff
lete structure Instead, I want to find the tag with no closing tag, up to the next tag or a closing tag of any type that doesn't have an opening tag after the initial found (not including this orphaned closing tag) Andreas Sheriff -- PHP General Mailing List (http://www.php.ne

Re: [PHP] /etc/passwd

2003-07-10 Thread Andreas Mendyk
Hi, > if the make script > and then just write > test.php?id=/etc/passwd , they see all the file. Well, FreeBSD provides a way to jail webservers: Jails 8-) http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/jail.html with best regards -- Andreas Mend

[PHP] Opening remote files with "fopen"

2003-03-29 Thread Andreas Breitschopp
owser it work's fine... Hope, you can help! Thank you very much in advance Andreas Andreas Breitschopp - Softwareentwicklung und -vertrieb Leopoldstraße 116, D-80802 München; E-Mail: [EMAIL PROTECTED] Tel.: +49 89 38898588, Fax: +49 89 38898589 http://www.ab-tools.de, http://www

[PHP] Ticketing System?

2003-06-25 Thread Andreas Cahen
Hello List :) Is there any usefull ticketing system (Hotline/Support/etc.) written in PHP? I have found some on hotscripts.com, but I don't know which one is really got or not.. Any suggestions? Cheers, Andreas Cahen -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] right name for

2002-09-23 Thread Andreas Hasenack
What is the right name to use in apache's (2.0.41-dev) IfModule directive to test if the php4 module is loaded? I'm including the file below via httpd.conf's Include statement but the part between the IfModule is being completely ignored: AllowOverride None order deny,allow Deny from

Re: [PHP] right name for

2002-09-24 Thread Andreas Hasenack
Em Tue, Sep 24, 2002 at 08:59:54AM +0100, Chris Hewitt escreveu: > It looks fine to me (I'm no expert), but maybe its case sensitive? You > have rather than . Otherwise perhaps remove the > completely for a test to see if it is the causing > the problem. It's not the IfModule, already tried

Re: [PHP] right name for

2002-09-24 Thread Andreas Hasenack
Em Tue, Sep 24, 2002 at 11:08:06AM -0400, Paul Nicholson escreveu: > What exactly is not working? The directives inside the branches are being ignored. Thus the include path is not being modified and my application doesn't work. I know, I can change the application to include the right path, but

Re: [PHP] right name for

2002-09-24 Thread Andreas Hasenack
Em Tue, Sep 24, 2002 at 08:53:16PM +0100, Chris Hewitt escreveu: > Andreas Hasenack wrote: > > >Someone at the apache list told me that the name would be sapi_apache2.c, > >because that's where the STANDARD20_MODULE_STUFF define is used. But > >sapi_apache2.c di

[PHP] Multiple paths in safe_mode_exec_dir ?

2002-10-29 Thread Andreas Nordvall
Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with sessions and Internet Explorer

2002-11-22 Thread Andreas Otto
ce between the other servers and the server in NewYork is that only the server in NewYork is protected with SiteShield. Which leads me to the conclusion that there might be a problem related to the combination of SiteShield, IE and PHP. If you have any ideas feel free to share your thoughts with m

Re: [PHP] Problem with sessions and Internet Explorer

2002-11-22 Thread Andreas Otto
u're using some mod_rewrite rules on the target server, depending > on the user agent, so IE's would end up in a defunct installation? > > I'd check for this inn the first place. Well, guess what I did before writing this eMail ;-) At the end of my original eMail I said: On Frid

Re: [PHP] Problem with sessions and Internet Explorer

2002-11-22 Thread Andreas Otto
on't know anything about SiteShield - can anyone else chime in please? > I'd also try to holler at the guys at Tempest... I have been trying that, but it looks like I have to run the query through our office in NewYork where the servers are hosted. My colleagues in NewYork will have the rig

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Andreas Magnusson
found in $_SERVER['HTTP_REFERER'] to check from which page the user comes from. /Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTTP headers, IE and downloading

2003-12-21 Thread Andreas Magnusson
I have googled for a solution for a long time and would be very happy if someone had one... Thanks in advance /Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Magic Quotes

2003-12-21 Thread Andreas Magnusson
have the magic quotes you need. Write a simple form-page that simply displays what was posted, then post something like: "I'll be back" If the page displays: \"I\'ll be back\" then you're safe and don't need to use addslashes(). /Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP headers, IE and downloading

2003-12-22 Thread Andreas Korthaus
Hi! Andreas Magnusson wrote: > I'm writing a script to view/download an email-attachment. If the file > happens to be an MS Word document and the browser IE (only tried with > 6.0), then the download fails. > If I choose to download (Content-Disposition: attachment; > fi

[PHP] Re: HTTP headers, IE and downloading

2003-12-22 Thread Andreas Magnusson
've written my own HTTP header tracer in C++, but it hasn't been able to help me since the headers looks good to me... /Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP headers, IE and downloading

2003-12-22 Thread Andreas Korthaus
Hi! Andreas Magnusson wrote: >> Have a look at: http://pear.php.net/package/HTTP_Download > I looked at it and it's hard to see what it does differently from > what I do... Use Ethereal or your own tracer to find out! And compare to a direct request to a real file! AFAIK the

[PHP] Re: HTTP headers, IE and downloading

2003-12-23 Thread Andreas Magnusson
ot_ be any > difference. How should your client recognize any difference? There _must_ be > a difference! Use a very small file to test it, so you can compare the whole > HTTP-Header + Body easily. Yes, there is a difference, I didn't say there wasn't, just that I couldn't see how that (to me) small difference would actually make such a big difference... Thank you very much! /Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP headers, IE and downloading

2003-12-23 Thread Andreas Korthaus
Hi! Andreas Magnusson wrote: > For a normal file (not through PHP) the headers are: > > Accept-Ranges: bytes > Connection: Close > Content-Length: 25600 > Content-Type: application/msword > Date: Tue, 23 Dec 2003 09:51:19 GMT > ETag: "08f72d578c3c31:8d0" > Las

Re: [PHP] Re: HTTP headers, IE and downloading

2003-12-23 Thread Andreas Magnusson
"John W. Holmes" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Andreas Magnusson wrote: > > > And through PHP (my script) it is: > > > > Accept-Ranges: bytes > > Cache-Control: private > > I've had the cache-control

[PHP] Welcher Bugtracker in/für PHP?

2004-01-02 Thread Andreas Korthaus
Hi! Suche nen netten/einfachen Bugtracker für ein PHP-Projekt. Welchen könnt Ihr empfehlen? Grüße Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: which Bugtracker for a PHP-project?

2004-01-02 Thread Andreas Korthaus
Andreas Korthaus wrote: > Suche nen netten/einfachen Bugtracker für ein PHP-Projekt. > > Welchen könnt Ihr empfehlen? Oh sorry, I it wasn't the german list ;-) But perhaps it's also a question for this group: I am looking for a nice/easy Bug-Tracker for my PHP-Project. What

[PHP] session expires

2004-01-12 Thread Andreas Magnusson
he session has expired. Thanks in advance! Andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] session expires

2004-01-13 Thread Andreas Magnusson
"John W. Holmes" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Andreas Magnusson wrote: > > > Hi, I wonder if anyone knows of a way to detect if a session has expired > > (when your session.cookie_lifetime != 0). > > I've tried t

[PHP] upload _ safe_mode

2001-01-12 Thread andreas \(@work\)
hi, we are hosting sites on a cobalt raq we installed php4.04 ( safe_mode) how can we owners of the site allow uploads ! is there a way to set upload_temp_dir on a site basis if yes how thank you andreas

[PHP] mysql php4.04 and safe_mode

2001-01-12 Thread andreas \(@work\)
in a .htaccess file ? thank you andreas

[PHP] TRY AGAIN mysql php4.04 and safe_mode

2001-01-13 Thread andreas \(@work\)
n a .htaccess file ? its also not working if we edit php.ini upload_tmp_dir = . thank you andreas -- PHP General 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]

[PHP] TRY AGAIN mysql php4.04 and safe_mode

2001-01-13 Thread andreas \(@work\)
path in a .htaccess file ? its also not working if we edit php.ini upload_tmp_dir = . thank you andreas -- PHP General 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]

[PHP] TRY AGAIN mysql php4.04 and safe_mode

2001-01-13 Thread andreas \(@work\)
hi, our problem that changing the upload_tmp_dir in php.ini has NO effect !!! yes we restarted apache greetings andreas > Your infile must be world readable, or at least MySQL must have read > prviledges on it. > Maybe it is a function of directory permissions. >

Re: [PHP] I love/hate FrontPage - need another HTML editor. -> Dreamweaver 4

2001-01-16 Thread andreas \(@work\)
hi, here you see our FLASHBOOK its just flash4, php and mysql www.artfuntasy.com greetings andre - Original Message - From: "Murph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 3:45 AM Subject: Re: [PHP] I love/hate FrontPage - need another HTML edito

Re: [PHP] flash and php

2001-01-18 Thread andreas \(@work\)
hi, see www.artfuntasy.com just flash4, php3, mysql greetings andreas - Original Message - From: "Jacky@lilst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 11:23 PM Subject: [PHP] flash and php Hi people, Can PHP3 work wi

[PHP] mysql.sock

2001-02-23 Thread andreas \(@work\)
hi list, can someone please send me mysql.sock ( unix redhat 6.2 ) i had a crash - reinstalled the rpm 3.22.32 but this file is missing thank you

[PHP] Re: [PHP-DB] How do I keep the selected showing...

2001-03-02 Thread andreas \(@work\)
hi dave, i usually do this from entries in a database but it should also work this way with an array // first make an array holding all the cities $myTowns = array("London","New York","HongKong","Johannesburg"); $ArrayElements = 4; this is now creating the dropdown-box: ".$tacco."";

[PHP] Re: [PHP-DB] super simple....... but!

2001-04-21 Thread andreas \(@work\)
try - Original Message - From: "Francois Boucher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 10:34 PM Subject: [PHP-DB] super simple... but! I wrote this code but nothing append. If i look de code in the browser it's stopping to starting! Wh

[PHP] Re: [PHP-DB] super simple....... but!

2001-04-21 Thread andreas \(@work\)
try - Original Message - From: "Francois Boucher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 10:34 PM Subject: [PHP-DB] super simple... but! I wrote this code but nothing append. If i look de code in the browser it's stopping to starting! Wh

Re: [PHP] Incrementing a String Name

2001-04-22 Thread Andreas Landmark
nd dont know it yet. > There is a better way... Use an array: $name[0] //your $name1 $name[1] // your $name2 etc. and then do while($count<4) { $count=$count+1; echo $name[$count]; } and there you go... that should work just like your code would've in theory... -- a

Re: [PHP] how do I do this

2001-04-23 Thread Andreas Landmark
. Right below is my table > structure. If you want to do this with pure php you'll need to reload the page after the user selects the country from the dropdownbox, to get the webbrowser to switch the cities in the city-dropdown w/o reloading you'll need to use javascript or simila

Re: [PHP] PHP ---- sort()

2001-04-23 Thread Andreas Landmark
order? Use rsort() (and if you looked at the manual, you would've found this yourself instead of posting to the list ;-) -- Andreas D. Landmark / noXtension There is no time like the present for postponing what you ought to be doing. -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] db to xls

2001-04-24 Thread Andreas Landmark
ess you write a class/ function that ouputs .xls), what you could do though is probably to use ODBC to connect excel (if it supports odbc) and connect the oracle base through ODBC... -- Andreas D. Landmark / noXtension Fortune's Fictitious Country Song Title of the Week: "How Can I

[PHP] session.auto_start problem

2001-04-27 Thread Andreas Wolff
red there is a compiling param for linux etc., but for the precompiled windows distribution i'm using ... So, any idea's ?? Andreas Wolff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP] Programming PHP in a modular way

2001-04-30 Thread Andreas Pucko
Hello, I am a newi in PHP. Currently I am creating my first site. I would like to programm it modularly. I tryed it, but I came to the point, that I have everything in one file with a huge amount of tables. What would be the best way to build a site with a navigation on the left and content on

[PHP] How to unsubscribe from the list???

2001-05-01 Thread Andreas Pucko
Hi there, I would like to unsubscribe from the phplist and it doesn't work. How do I do that? I already sended a mail to unsubscribe. Any sugestions? Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP] Website production tool in PHP

2001-05-02 Thread andreas \(@work\)
Hi, search google or have a look at http://sourceforge.net/ http://www.phpgroupware.org/ maybe you find something and dont need to start from zero greetings andreas p.s: nice page ;-) - Original Message - From: "Michael O'Neal" <[EMAIL PROTECTED]> To: &q

[PHP] Book PHP4 Professional WROX & Mail over SMTP

2001-05-11 Thread Andreas Pucko
Hi there, I bought this book tryed it for 2 days now to bring the Mail over SMTP example to work. It doesn' t work at all. Does anybody have a class for sending E-Mails over SMTP? This really drives me mad. It should not be so complicated to send E-Mails over the net. Can anybody please help m

[PHP] Update statement sent by PHP to MySQL

2001-05-11 Thread Andreas Pucko
Hi there, I am trying to update a row in my MySQL database (I am an newbie) It does not work, but the DB does not return an error. Is there an error in the syntax?? // Create the user record //-- -

[PHP] mysql - SUBSTRING

2001-05-12 Thread andreas \(@work\)
LIKE 'ABC' none of them work is this not possible or whats wrong ? thank you andreas

[PHP] PHP4 and MySQL on Macintosh

2001-05-14 Thread Andreas Pucko
Hi there, does anybody know if it is possible to run these applications on MAC 0S? Any experiences? Cheers Andy -- PHP General 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

[PHP] Connectivity to MS SQL

2001-05-14 Thread Andreas Pucko
Hi there, I developed an application with a MySQL DB in the backend. Now I have to change my code to connect to a MS SQL DB. Does anybody know how to do that? I can't find anything in my PHP Book regarding this topic. Thanx Andy --- Walter Andreas Puc

[PHP] MSSQL

2001-05-14 Thread Andreas Pucko
Hi there, while tying to connect to a MSSQL DB I get the error message: call to undefined function. I thing my syntax is ok. function pconnect_db() { if (!($link = mssql_pconnect ($DB_SERVER, $DB_LOGIN, $DB_PASSWORD))) { printf("An SQL error has occured. Please contact our webmaster\n

[PHP] Extensions for PHP

2001-05-14 Thread Andreas Pucko
Hi does anybody know which extension I need to connect to a MSSQL DB, and wher I could get it? Thanx Andy -- PHP General 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:

[PHP] ODBC connect

2001-05-14 Thread Andreas Pucko
Hi there, I would like to get information out of a database via ODBC. I switched from MySQL. The old syntax does not work which was like: while ($row = odbc_fetch_row($result)) { printf ("%s", $row->nr,$row->name); } so, how do I get the nr and name out of the row?? Any suggestions

[PHP] changing pixelsize of a picture via php

2001-05-16 Thread Andreas Pucko
Hi there, I am trying to change the size of picture (.jpg or.gif) on the server via php. In order to get a smaller file size for a thumb. Has anybody a idea how to do that?? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] getting php run on unix

2001-05-16 Thread Andreas Pucko
Hi there, I am trying to get php running on a unix machine. It does not parse my scripts at all. Has anybody a idea to start looking at? Maybe at apache conf? Cheers andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] Installation PHP4 on UNIX problems

2001-05-17 Thread Andreas Pucko
Hi there, I am trying to install PHP4 on a unix server. Apache is already running. I installed the binary version. after sending the command: ./configure -with-mysql -with-apache=../apache_1.3.x -enable-track-vars like in the manual I get the error message that there is no httpd.h file in the ap

[PHP] MYSQL Password

2001-05-17 Thread Andreas Pucko
Hello, I am trying to get mysql running and connect via php to it. how can I set the password in a unixshell to get access to it? When I try to access the db I get: Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO) in /psr/mysqladmin/lib.inc.php o

[PHP] Authentification via php and mysql with session variables

2001-05-18 Thread Andreas Pucko
Hi there, has anybody build and authentication with php and mysql. Where different priorities exist, and session variables? Any ideas? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] compiling modues

2002-02-13 Thread Andreas Gietl
oint me at a documenation? I was not able to find a good one that worked for me. thanx andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyway to open a PHP file and view its code in the browser?

2002-02-14 Thread Andreas Gietl
then do a symbolic link On Thursday 14 February 2002 22:34, Kevin Stone wrote: > I'm glad you posted this. It's great to know. Unfortunately it's not > what I need to do. I'm uploading and updating my scripts all the time. > So I need to offer code views of *active* scripts. Changing the file

Re: [PHP] PHP-script in MySQL-table

2002-04-23 Thread Andreas Stehn
so that the script is executed? > Is it possible? > > Web inventor > Michael Cronstrom > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Andreas Stehn http://www.stehn.co

[PHP] Re: error-catching

2002-05-09 Thread Andreas Indahl
use or die ("DB-server down"); at the end of you line. "Gert Mellak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hi! > > When I open a database connection and i. e. the db-server is down, > I get a very long, long error message telling me that the server is down. > > What I wa

[PHP] include text from a html-file online

2002-05-09 Thread Andreas Indahl
I want to include text from a html-file that is online at another website. To be more precise: I want to include my seti-stats from http://setiathome.ssl.berkeley.edu/ on my own homepage. Can I do this with PHP? Sincerely Andreas Indahl -- PHP General Mailing List (http://www.php.net/) To

[PHP] read all files in directory

2002-05-11 Thread Andreas Indahl
Hi! How can I read all files in a directory, when I don't know which files are there? Sincerely Andreas Indahl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Feauture request/proposal: import

2001-10-27 Thread Andreas Aderhold
Hi All, What do you guys think of a import feauture for php. This allows developers to use packages and a package trees for including files. We're using a php written import for the binarycloud app framework with grat success. It's extremly handy, easy to use, clear and straight forward. We curr

[PHP] Feauture request/proposal: import

2001-10-27 Thread Andreas Aderhold
Hi All, What do you guys think of a import feauture for php. This allows developers to use packages and a package trees for including files. We're using a php written import for the binarycloud app framework with grat success. It's extremly handy, easy to use, clear and straight forward. We curr

Re: [PHP] Get Hours/Mins/Secs between two timestamps?

2001-12-12 Thread Andreas Landmark
is your friend... But a better way, is to subtract one from the other and then use gmdate() on the difference, that way you don't have to worry about differences in excess of 60 secs... -- Andreas D Landmark / noXtension Time flies like an arrow, but fruit flies like a banana. -- PHP

Re: [PHP] Online editor that edits all pages

2001-12-13 Thread Andreas Landmark
ftp/ssh/frontpage-ext ? Can't think of a ootb solution that does what you want... -- Andreas D Landmark / noXtension On Monday mornings I am dedicated to the proposition that all men are created jerks. -- Avery -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] PHP not able to send email

2001-12-17 Thread Andreas Landmark
here's nothing wrong with PHP (read: this is offtopic). -- Andreas D Landmark / noXtension When I was in school, I cheated on my metaphysics exam: I looked into the soul of the boy sitting next to me. -- Woody Allen -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Re: [PHP-DB] Re: How to print last row in an array using WHILE?

2001-03-27 Thread andreas \(@work\)
hi, $myrow = mysql_fetch_array($result); // erase this line while ($myrow = mysql_fetch_array($result)) { greetings andreas - Original Message - From: "Jon Valvatne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tue

[PHP] XML

2001-04-04 Thread Andreas Sisask
Hello, Does php have some feature of using .dtd or .xsd in parsing an .xml file? I mean for example if I parse some .xml (which refers to some .dtd) it checks that the .xml is correct or if not then gives quite exact error about it. Andreas -- PHP General Mailing List (http://www.php.net

Re: [PHP] XML

2001-04-04 Thread Andreas Sisask
as I got answers from several people, it is not possible. Andreas "Joe Stump" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > AFAIK php doesn't care about extensions (ie .html vs .htm) - if it's valid > XML and expat supports it then you should be g

Re: [PHP] online detection

2001-04-11 Thread andreas . landmark
On Wed, Apr 11, 2001 at 08:10:22AM +0200, [EMAIL PROTECTED] produced this golden nugget: > > Does anyone know how to detect when a user connects to the Internet > > similar > > to ICQ? > > I think you mean messages on pages like "321 user online"! > As HTTP is a stateless protocol, you can't re

[PHP] Need recommendation: good user management system (PHP/MySQL)

2001-06-20 Thread Andreas Skarin
w the usual member management script. Thanks in advance! // Andreas

[PHP] Code check please

2001-06-20 Thread Andreas Skarin
"efternamn='$efternamn'," . "email='$email';"; ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thanks in advance! // Andreas -- PHP General 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]

Re: [PHP] Code check please

2001-06-20 Thread Andreas Skarin
I'm sorry guys, neither of the snippets work. I must have screwed something else up too. Is there any way I can provoke an error message from your code examples below? If anyone manages to find out what's wrong, please tell me. I'm not giving up until I smash this bug :-) //

[PHP] Re: [PHP-DB] PhpMyAdmin phpPgAdmin Security Issues

2001-07-03 Thread andreas \(@work\)
nied for user: 'httpd@localhost' (Using password: NO) in /home/sites/siteX/web/phpMyAdmin/sql.php3 on line 56 Warning: MySQL: A link to the server could not be established in /home/sites/siteX/web/phpMyAdmin/sql.php3 on line 56 Error i use advanced uthentication

Re: [PHP] Re: [PHP-DB] PhpMyAdmin phpPgAdmin Security Issues

2001-07-03 Thread andreas \(@work\)
cated servers all with "default" phpMyAdmin istallation [ advanced authentication ] [ freebsd // linux ] but all of them still ask for authentication so we are just worried that we do something wrong or the url specifeid is wrong thank yuo andreas - Original Message

[PHP] mysql error

2001-07-13 Thread andreas \(@work\)
hi all, my script was now working for month but now suddenly get this error: The table 'SQL90cb_0' is full SELECT DISTINCT t1.id,t1.textd FROM tblEntry AS t1,tblTopic AS t2 ORDER BY t2.named,t1.textd anyone know whats the problem ? thank you andreas

[PHP] allow_call_time_pass_reference

2001-07-26 Thread andreas \(@work\)
someone got a documentation for this ? andreas

[PHP] Problem with session controiler files in PHP on Roxen

2001-09-06 Thread Andreas Lundgren
hy this problem occurs? Best regards, Andreas Lundgren mailto:[EMAIL PROTECTED] ________ Andreas Lundgren Magistratsvägen 55P:405 226 44 Lund 046-320250, 0708-960717, ICQ:1430437 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Unable to find stream pointer

2001-09-11 Thread Andreas Gietl
, but i still don't know what is the reason for this error and how to work around it. Does anybody of you know where this error originates? thanx andreas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

[PHP] database

2001-09-12 Thread andreas \(@work\)
hi, where can i get a database with the postal codes from germany ? i need to doublecheck the entries posted on our website andre

Re: [PHP] Unable to find stream pointer

2001-09-13 Thread Andreas Gietl
On Tuesday 11 September 2001 19:00, Andreas Gietl wrote: why is it that nobody answers my question? Does nobody know an answer? > Hi PHP-Users, > > I am having problems with php and imap now for several days on several > servers. I just get the following Error: > > Warni

[PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread Andreas Sartori
number in /usr/INFO/web-docs/test.php on line 3 please help me :) ---- andreas sartorihellbrunnerstrasse 34 Datenbankadministration & unix support 5020 salzburg, austria zid - universitaet salzburg

  1   2   >