[PHP] session class driving me nuts

2001-09-30 Thread andreas \(@work\)
hi , gallerie.php: --- session_start(); class ABCD { function add_pic($picture,$galerie) { code here } } $artego = new ABCD; $artego-add_pic(Santiego,Humstein); -- line XX . more code

[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

[PHP] allow_call_time_pass_reference

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

[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] Re: [PHP-DB] PhpMyAdmin phpPgAdmin Security Issues

2001-07-03 Thread andreas \(@work\)
Dear Paul, ive got 3 servers (dedicated) with mysql 3.22.32 and above and phpMyAdmin 2.1.0 but i cant reproduce the vulnerability http://ip/phpMyAdmin/sql.php?server=000cfgServers[000][host]=hellobtnDrop=N ogoto=/etc/passwd is not working Warning: MySQL Connection Failed: Access denied for

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

2001-07-03 Thread andreas \(@work\)
] To: Paul Burney [EMAIL PROTECTED]; andreas (@work) [EMAIL PROTECTED] Cc: php mailing list 2 [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 6:40 PM Subject: Re: [PHP] Re: [PHP-DB] PhpMyAdmin phpPgAdmin Security Issues btw, that error looks more like a mysql setup / runtime problem. IE..is the server

[PHP] mysql - SUBSTRING

2001-05-12 Thread andreas \(@work\)
hi, if i use SUBSTRING(field,pos,len) in a SELECT statement it works fine but i cant work it out how to use this function in the WHERE clause ... WHERE SUBSTRING(field,pos,len) LIKE ABC ... WHERE SUBSTRING(field,pos,len) = 'ABC' ... WHERE SUBSTRING(field,pos,len) LIKE 'ABC' none of them

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: php [EMAIL PROTECTED] Sent:

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

2001-04-21 Thread andreas \(@work\)
try HTMLBODY ?php echo "starting..."; if ( mysql_connect("localhost","php","php") ) { echo "ok"; } else { echo "error!"; } ? /BODY/HTML - Original Message - From: "Francois Boucher" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 21, 2001

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

2001-04-21 Thread andreas \(@work\)
try HTMLBODY ?php echo "starting..."; if ( mysql_connect("localhost","php","php") ) { echo "ok"; } else { echo "error!"; } ? /BODY/HTML - Original Message - From: "Francois Boucher" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 21, 2001

[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: Tuesday, March 27, 2001 1:28 PM

[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: select

[PHP] array

2001-02-19 Thread andreas \(@work\)
hi, is there a function to delete an item of an array "1","7","14","33","99","A1","A12" id like to delete the "33" thank you andreas

[PHP] array - too stupid

2001-02-18 Thread andreas \(@work\)
hi, how can i store an array in mysql ? what i do now ( works fine ) a) transform the array to a delimeted string // $tempItem is a dlimited stringexample: 4321117A12342WQ1243 b) $tempItem = serialize($tempItem); c) store it in mysql-table and i get my

[PHP] ssl

2001-02-12 Thread andreas \(@work\)
hi all, is there anything we should be aware of if we like that our php/mysql pages are working with an ssl-server ? thank you andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] solution

2001-02-05 Thread andreas \(@work\)
hi all, we need to have a solution for the following stuff: each member of the community should get his own page something like www.domain.com/tacco www.domain.com/micco www.domain.com/sicco . and we dont liek to build this structure as webfolders so what we are thinking of is: a

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 with flash movie? I mean,

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 editor.