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
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.
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
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
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
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
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
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' )
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
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
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.
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
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
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
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
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
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
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
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
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,
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
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
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
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
Andreas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
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
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
'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
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
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
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
"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
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
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
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
"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
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
in a .htaccess file ?
thank you
andreas
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]
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]
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.
>
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
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
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
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."";
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
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
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
. 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
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
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
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
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
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
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
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
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
//--
-
LIKE 'ABC'
none of them work
is this not possible or whats wrong ?
thank you
andreas
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
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
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
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:
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
w the usual member
management script.
Thanks in advance!
// Andreas
"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]
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 :-)
//
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
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
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
someone got a documentation for this ?
andreas
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]
, 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
hi,
where can i get a database with the
postal codes from germany ?
i need to doublecheck the entries posted on our website
andre
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
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 - 100 of 186 matches
Mail list logo