[PHP] Problems with HTML forms and PHP. Please Help !!

2002-08-02 Thread Sebastian Tomasino
Hi! i have instaled PHP 4.2.2 in a slack 8.1 running apache 2.0.39. i have a proble with a very basic script (pass variables to a php script). Is seems not recieve variables, because print somthing like this: Your first name is . Your last name is . Your E-mail address is . This is what you had

[PHP] Gracias

2002-08-02 Thread Sebastian Tomasino
Muchas gracias fernando por tu explicacion !! Con Mas detalle Imposible !! todavia no se como es que me llego tu respuesta a mi correo y no aparece aca en el news group (soy nuevo usando news) pero igual muchas gracias.. Sebastian. -- PHP General Mailing List (http://www.php.net

[PHP] Thanks Matt

2002-08-02 Thread Sebastian Tomasino
thank you matt for explain what´s wrong.. short but helpfull !!! Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] getting the IP address off a visitor

2002-07-08 Thread Sebastian Marcu
Hi there, I am new to PHP and need some help. I was wondering if there is a way to get hold of the IP address of a site visitor with PHP. I'm trying to develop an interaction where the server would recognise a new visitor from a returning visitor via the IP address. Regards, Sebastian

RE: [PHP] XML Problem

2002-07-01 Thread Sebastian A.
% certain about this process... Could you give me any advice? -Original Message- From: Analysis Solutions [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:26 AM To: PHP List Subject: Re: [PHP] XML Problem Sire: On Sun, Jun 30, 2002 at 10:21:40PM +0200, Sebastian A. wrote: Later

[PHP] XML Problem

2002-06-30 Thread Sebastian A.
Hello, I am having some problems parsing XML with PHP. Here is an example of my problem: Example 1: PAGE TAG1 SOME TEXT /TAG1 /PAGE When I try to use the expat XML functions I cannot parse TAG1 in the above example. I simply get nothing. However with the

RE: [PHP] XML Problem

2002-06-30 Thread Sebastian A.
Message- From: Analysis Solutions [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 8:27 PM To: PHP List Subject: Re: [PHP] XML Problem On Sun, Jun 30, 2002 at 05:58:59PM +0200, Sebastian A. wrote: I am having some problems parsing XML with PHP. Here is an example of my problem

[PHP] Formatting XML Data

2002-06-09 Thread Sebastian A.
Hello, I have been working with XML in the recent weeks and I have recently come across the need to format some of the data in my XML. For example I might have a large XML file and I would like some of the text to be bold, or maybe I would like to insert a hyper-link. Unfortunately it does not

[PHP] Searching Many Text Documents

2002-05-29 Thread Sebastian A.
Hello, I recently have run into a situation where I must search through many text (XML) documents. I would like to implement a search feature on my site that can search through the XML documents I use for my pages. I will probably need to search all the files in a specific directory for

RE: [PHP] Searching Many Text Documents

2002-05-29 Thread Sebastian A.
Thanks a lot for this. I will try to implement this in my site. Does anyone have any other suggestions? -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:06 PM To: Sebastian A. Cc: PHP General List (PHP.NET) Subject: Re: [PHP] Searching Many

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-15 Thread Sebastian A.
I hope I didn't sound impolite, I really didn't mean to offend you, because if it weren't for your tutorial I would probably still be trying to figure out how to parse attributes and get XML Content into variables. Anyway, the performance and efficiency doesn't really interest me at this point. I

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-15 Thread Sebastian A.
, May 15, 2002 at 07:49:58PM +0200, Sebastian A. wrote: performance and efficiency doesn't really interest me at this point. I just want to get the thing working before I work on improving it. But your haste is making waste. Even funnier, in your haste, you're making more work for yourself

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-14 Thread Sebastian A.
: Monday, May 13, 2002 10:04 PM To: PHP List Subject: Re: [PHP] XML: Similiar Multiple Tags With Different Data On Mon, May 13, 2002 at 05:49:04PM +0200, Sebastian A. wrote: function elementContent($parser, $data, $attrs='') { global $tag, $p; $ti = sizeof( $tag ) - 1

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-13 Thread Sebastian A.
I tried your suggestion already but It doesn't seem to work. I still can get it to be assigned to different parts of the array. Do you have any other suggestions? -Original Message- From: Kjartan Mannes [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 11:10 PM To: Sebastian A. Cc

[PHP] XML: Similiar Multiple Tags With Different Data

2002-05-12 Thread Sebastian A.
Hello I have recently been trying to parse an XML document that has different content in the same tags. Here is an example: LIST_ITEM1/LIST_ITEM LIST_ITEM2/LIST_ITEM LIST_ITEM3/LIST_ITEM ... I am trying to get the content from LIST_ITEM into an array. I want the content of the first LIST_ITEM

[PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
Hello, I have recently been trying to use templates with XML documents. My problem however is that I cannot get the values between XML tags into variables. For example Example XML Document: me name Foo-Bar /name /me What would I need to do, so that I can get the

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
: Monday, May 06, 2002 8:25 PM To: PHP List Subject: Re: [PHP] Variables from XML Documents On Mon, May 06, 2002 at 08:20:46PM +0200, Sebastian A. wrote: me name Foo-Bar /name /me What would I need to do, so that I can get the contents of the name tag (Foo-Bar

[PHP] PHP-GTK Question

2002-05-01 Thread Sebastian A.
Hello, I have recently installed PHP-GTK with any problems, however I cannot get it to work. When I click on the php_win shortcut I get an error saying: Usage: php_win path to php-gtk script Does anyone know how I can fix this and run my PHP-GTK scripts? -- PHP General Mailing List

[PHP] DOM XML

2002-04-25 Thread Sebastian A.
Hello, I have been recently doing experiments with the DOM XML function and I am (not surprisingly) having some problems with it. When I try to run the code below, I get an error saying I am trying to use and endefined function. To me it seems that the DOM XML extension is working fine, because

[PHP] How do i upgrade from PHP 4.1.2 to 4.2.0?

2002-04-23 Thread Sebastian A.
What do I have to do to upgrade from PHP 4.1.2 to 4.2.0? Do I just overwrite all the old PHP files with the new ones or must I do something else? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Question and PHP DOMXML and Apache

2002-04-23 Thread Sebastian A.
Have the new DOM XML functions been included in the latest version of PHP (4.2) when I try to use one of the new functions, such as domxml_open_file() I get an error message saying I am calling and undefined function. Has anyone successfully used these new functions with PHP 4.2? My second

[PHP] PHP 4.2.0?

2002-04-22 Thread Sebastian A.
On PHP.net it says that version 4.2.0 of PHP is out, yet on the downloads page, I can only find 4.1.2. If anyone has PHP 4.2.0 can you please provide me the URL? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Tutorial

2002-04-21 Thread Sebastian A.
Recently I have been trying to work with sessions however I must admit that I am not sure I completely understand them. Does anyone know of a good tutorial that thoroughly explains sessions? Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] XML Flatfile Database

2002-04-15 Thread Sebastian A.
Recently I have caught on to XML, and I think it truly is a good idea. Because XML was *made* to store data I believe an XML flatfile database is (perhaps) one of the best ways to store data because it can be easily exchanged. Therefore I would like to embark on the feat of trying to create

RE: [PHP] How to convert a website to a txtfile....?

2002-04-06 Thread Sebastian A.
You can try using fopen() and fwrite(), they are the primary file manipulation tools you should use in this instance. -Original Message- From: Raymond Lilleodegard [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: [PHP] How to convert a

[PHP] Includes

2002-04-05 Thread Sebastian A.
Lately I have noticed many scripts that all consist of one file even though they create the appearance of many pages. For example, you would open setup.php and a form would appear. Then after you complete the form a new page appears with the results of your form, however the URL is still

[PHP] Writing to Files

2002-04-05 Thread Sebastian A.
Hey All, I have recently been trying to create some logs for the install script I have been making (to make it easier for me to diagnose problems) but I am wondering how to create and write to text files. I know about the fopen() and fwrite() functions, which theoretically should enable

[PHP] Passing Values

2002-04-03 Thread Sebastian A.
Hello, Today I was working on an object that will create all of the columns and tables in my DataBase for my upcoming application. I however, did run into trouble. I am having problems because I cannot pass the name of the database from the form to the function that needs it. Everything

[PHP] anytext Question

2002-03-30 Thread Sebastian A.
I am trying to use anytext in an object but I am having a number of problems. anytext does not seem to work if it is indented. If I un-indent anytext and the text between it, it works perfectly. Does anyone know what could be causing this error? I can give you a sample of my code if it would

[PHP] SQL Question

2002-03-28 Thread Sebastian A.
How do I sort out data from mysql_fetch_row() or mysql_fetch_array? For example say I wanted to list all my users alphabetically. How would I do this? Or say I had a form and I wanted to present the content to the user *AFTER* they have filled it out so that they can check for mistakes.

Re: [PHP] PHP 4.1.2 + GD 2.0.1 please help.

2002-03-04 Thread Sebastian Wenleder
I am having the same problem, I can't compile the latest php-cvs with gd support on Linux It worked until last week or so Sebastian At 8:46 Uhr -0800 04032002, Rasmus Lerdorf wrote: Which OS? If a Linux distro, are you sure you have both libpng and libpng-devel packages installed? And does

[PHP] PHP + ODBC on IIS (Win2k)

2002-02-26 Thread Sebastian Timocea
everything and the database is not opened by anybody. Plus, the Security rights are set to enable Everyone and Internet Guest Account (IUSR_myserver) to have Full Control ont the database. So, could anybody help me with this PLEASE?? :`-( Thank you in advance, Sebastian. -- PHP General Mailing

Re: [PHP] Form Data History

2002-02-12 Thread Sebastian Benoit
the form and data on the present page. I like to have both the initiating form and the form yep. /B. -- Sebastian Benoit [EMAIL PROTECTED] GnuPG 0x5BA22F00 2001-07-31 2999 9839 6C9E E4BF B540 C44B 4EC4 E1BE 5BA2 2F00 Life is Xerox , you are only a copy msg49620/pgp0.pgp Description

[PHP] is there a way to get the content type with php

2002-02-01 Thread Sebastian
Hi all i have a skript that sends out various files after versifying tat the user is authenticated. can i determine the content type of a file with php? like using it on pdf and it return applicatin/pdf etc? Sebastian

[PHP] can php pretend to be a MSIE or Netscape?

2001-12-17 Thread Sebastian
hi all how do i prevent php from exposing itself when opening url with fopen() ? kann i make it look like MSIE or whatever? reaons : i want to query google by script but it does not allow that... Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] please don't flame : it's an editor-question

2001-12-06 Thread Sebastian Stadtlich
that have that feature for php-functions, but i want it for variablenames. PhpEd has lots of bugs, which are not fixed since it's gone commercial. I can't afford 299$ for an Texteditor,so : Does anyone know of a free/cheap Edtor that has this feature? thanks Sebastian

Re: [PHP] How to use gd/php with no freetype?

2001-12-06 Thread Sebastian Wenleder
. I searched and couldn't find answer to both q's, esp. the first. Joel Hi Joel, If you want to use PostScript fonts you may install the T1 Lib ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-1.3.1.tar.gz compile T1, compile php gdlib with T1 support Best, Sebastian -- PHP General Mailing

Re: [PHP] HTTP_REFERER

2001-11-23 Thread Sebastian Wenleder
Hi Jord, You don't need to get HTTP_REFERER, in order to know what the client requested! And every browser stores some other info in HTTP_REFERER... The filename that was reqested is stored in $REQUEST_URI Best, Sebastian Hi, I'm writing a 404 handler and in order to report the item

Re: [PHP] Send an e-mail witdh php

2001-11-22 Thread Sebastian Wenleder
= CC: firstname[EMAIL PROTECTED], [EMAIL PROTECTED],; $headers .= [EMAIL PROTECTED]\n; $headers .= From: Your name[EMAIL PROTECTED]\n; mail ($to, $subject, $message , $headers); Best, Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Detecting IP address

2001-11-19 Thread Sebastian Wenleder
Hi Heidi, Does anyone have any idea how i can detect a clients IP address? in PHP: ? echo $REMOTE_ADDR; ? best, Sebastian -- 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

[PHP] Re: Apache 2.0.28 module

2001-11-19 Thread Sebastian Bergmann
Jobarr wrote: I need a build of PHP that can be used as a module with Apache 2.0.28 beta. Please do not massively cross-post to the various php.net mailinglists or newsgroups. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help

AW: [PHP] I Need To Upload Massive Huge Files : 20Mb

2001-11-13 Thread Sebastian
Hi We encountere some problems with our Squid-Proxy. When we user direct internet connection the sky was the limit, but with our Proxy, the limit was 2MB... Sebastian -Ursprüngliche Nachricht- Von: The Big Roach [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. November 2001 17

[PHP] Any known reason, why 'ob_start(ob_gzhandler)' does not work?

2001-11-09 Thread Sebastian Stadtlich
, so i can't post it here. what could prevent the gz_handler from working this drives me nuts *igoandcrynow* Sebastian

AW: [PHP] Delivering NAMED pdf files

2001-10-19 Thread Sebastian
if user is authorized to get these files. sebastian -Ursprüngliche Nachricht- Von: George Pitcher [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 19. Oktober 2001 12:55 An: Arpad Tamas; [EMAIL PROTECTED] Betreff: Re: [PHP] Delivering NAMED pdf files Arpi, Thanks

Re: [PHP] GD

2001-09-07 Thread Sebastian Wenleder
\ --with-jpeg-dir=your dir \ --with-png-dir=your dir \ --with-tiff-dir=your dir \ --with-freetype-dir=your dir #make #make install then you will have to restart apache Best regards, Sebastian Wenleder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] need help with compiling apc-cache

2001-09-05 Thread Sebastian Stadtlich
apc.cachedir = /tmp then i stop my webserver, copy the new httpd into /www/bin , start it again. all i get is : Call to undefined function: apc_cache_index() what am i missing or does it neither work as static build in or with php 4.0.6 thanks Sebastian -- PHP General Mailing List (http

[PHP] AW: HELP : How to suggest a download-filename for IE on MAC

2001-08-30 Thread Sebastian Stadtlich
4. if true and the file exists i include the downloadscript, which checks for authorisation 5. else raise either authentication of 404 6. works on all browsers thanks for your suggestions Sebastian -Ursprungliche Nachricht- Von: David Minor [mailto:[EMAIL PROTECTED]] Gesendet

[PHP] HELP : How to suggest a download-filename for IE on MAC

2001-08-29 Thread Sebastian Stadtlich
... ) Sebastian -- 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] PHP/Sendmail interaction : how to get rid of wrong emails

2001-08-28 Thread Sebastian Stadtlich
check that file with php and delete those mails from my DB ? or is there a way to check the email when they enter it in a form (online versus their mailserver)? i already check for wrong email syntax, but that does not solve the problem... Sebastian -- PHP General Mailing List (http

AW: [PHP] PHP/Sendmail interaction : how to get rid of wrong emails

2001-08-28 Thread Sebastian Stadtlich
any hint where to find the perl mod or some php-code that contacts mailservers like you described? -Ursprüngliche Nachricht- Von: Jon Farmer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. August 2001 16:14 An: Sebastian Stadtlich; 'Php-General (E-Mail) Betreff: RE: [PHP] PHP

AW: [PHP] Alternative to phpMyAdmin

2001-07-13 Thread Sebastian Stadtlich
one, but postgresql is 5432) and therefore where you are is not an issue. Well, the issue is, that normally, connects to mysql are NOT allowed from any arbitrary host. Normally, in safe setups, network connections to mysql are not possible. And if they are, you need to specify a

AW: [PHP] Re: Detection of no cookies?

2001-07-12 Thread Sebastian Stadtlich
that does not work since cookie will just be available on the next page.. try tesp.php ? if (!(isset(cookietest))) { setcookie(blahblah...); //new request, so cookie will be send to server header(Location: test.php?cookietest=yes); exit; } else { if

Re: [PHP] MAIL to a Bcc: ???

2001-07-11 Thread Sebastian Wenleder
: Your Subject\n; $msg=The Message; mail([EMAIL PROTECTED],Subject, will be overwritten...,$msg,$headers); BTW, You could have found that in the manual... best, Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

AW: [PHP] Speed of loding PHP pages

2001-07-11 Thread Sebastian Stadtlich
in my opinion. if it would only were better at javascript) sebastian -Ursprungliche Nachricht- Von: Brian S. Dunworth [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. Juli 2001 19:18 An: php list Betreff: RE: [PHP] Speed of loding PHP pages Are IE and Netscape both set

AW: [PHP] Oracle question

2001-07-10 Thread Sebastian Stadtlich
://conf.php.net/pres/slides/oci/paper.txt which features a small non-trigger-work-around sebastian -Ursprüngliche Nachricht- Von: Duy B [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 10. Juli 2001 04:36 An: [EMAIL PROTECTED] Betreff: [PHP] Oracle question Dear all, If i want to use id

[PHP] how to use/compile ssl with apache and php?

2001-07-10 Thread Sebastian Stadtlich
tutorials which involved apache patching and NO PHP. could someone explain me what i need to ad to the apache compiling string ? ( i build php in apache ) sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: [PHP] global.asa or application.cfm equivalent?

2001-07-10 Thread Sebastian Stadtlich
Hello, is there an equivalent of the global.asa (ASP) or application.cfm nope , but usually you can work around that by a sessionstuff b persistent DB connections + storing information there c enviroment vars d ... what do you need it for? sebastian -Ursprüngliche Nachricht

AW: [PHP] Access to oracle db

2001-07-10 Thread Sebastian Stadtlich
) despite that no further configuration was needed by me after installing the oracle client sebastian -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Parisi Giuliano Gesendet: Dienstag, 10. Juli 2001 17:10 An: [EMAIL PROTECTED] Betreff

AW: AW: [PHP] Access to oracle db

2001-07-10 Thread Sebastian Stadtlich
which oracle version do you use? if it is 8.x then you should use the OCI-Functions not ora if it is not 8.X then i can't help. ( and you should upgrade :-] ) the tnsnames.ora looks ok try ocilogon(sr_tst , sr_tst,ORATEST); sebastian -Ursprungliche Nachricht- Von: [EMAIL PROTECTED

AW: [PHP] Image manipulation

2001-07-10 Thread Sebastian Stadtlich
http://www.php.net/manual/en/function.getimagesize.php sebastian -Ursprüngliche Nachricht- Von: Kevin Pratt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 10. Juli 2001 19:05 An: [EMAIL PROTECTED] Betreff: [PHP] Image manipulation Does any one know if you can check

AW: [PHP] Very urgent!!!

2001-07-06 Thread Sebastian Stadtlich
have a look here : http://www.php.net/manual/en/function.ocinewdescriptor.php second example should answer all your questions... sebastian -Ursprüngliche Nachricht- Von: Duy B [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 9. Januar 1999 00:16 An: [EMAIL PROTECTED] Betreff: [PHP

AW: [PHP] caching

2001-07-03 Thread Sebastian Stadtlich
you could attach a random number as a get parameter img src=test.php?nothing=2637846294626378264 that image would hardly ever be cached... sebastian -Ursprüngliche Nachricht- Von: Jon Yaggie [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Mai 2001 00:36 An: [EMAIL PROTECTED

[PHP] how to determine size of gz-handler output

2001-06-29 Thread Sebastian Stadtlich
2028 i'm starting to get confused... Sebastian -- 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]

AW: [PHP] Help with PHP/Oracle and serializing data

2001-06-26 Thread Sebastian Stadtlich
by them and you need just to save in db look here : http://www.phpbuilder.net/columns/ying2602.php3 i always wanted to do that, but newer did... if you make it code snipplets are welcome :-] sebastian -Ursprüngliche Nachricht- Von: infoz [mailto:[EMAIL PROTECTED]] Gesendet

AW: [PHP] apache and php ate up all my memory :-[

2001-06-25 Thread Sebastian Stadtlich
-DHAVE_ALIAS apache 32582 0.0 0.9 4808 2532 ?S13:40 0:00 /www/bin/httpd -DHAVE_PROXY -DHAVE_ACCESS -DHAVE_ACTIONS -DHAVE_ALIAS i have to thank you... Sebastian -Ursprüngliche Nachricht- Von: Chadwick, Russell [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 22. Juni 2001 20

[PHP] apache and php ate up all my memory :-[

2001-06-22 Thread Sebastian Stadtlich
nothing to do with it) i can't find anything in the logfiles exept that some httpd were already killed by itself, because there was no memory left that they could eat needless to say that my site does NOT get that much traffic that the server was at the edge of it's capacity. HELP... Sebastian

AW: [PHP] .htaccess logout sequence

2001-06-20 Thread Sebastian Stadtlich
the key to logout is the realmname. the browser will always send password etc again to the same realm as long as you don't close it. extend the realmname by a random number or timestamp and store it in a session or wherever. to logout change that realmname... sebastian -Ursprungliche

Re: [PHP] PHP / gd problems / compiling

2001-06-20 Thread Sebastian Wenleder
freetype 2.x and I would recommend that you upgrade your gd_lib to 2.0.1 it's a beta, but it's quite stable! Best, Sebastian -- 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

Re: [PHP] Code check please

2001-06-20 Thread Sebastian Wenleder
. fornamn ='$fornamn', . efternamn='$efternamn', . email='$email';; Hi Andreas I'd use this SQL-query: $sql = INSERT INTO tabell \ (fornamn,efternamn,email) \ VALUES(.$fornamn., \ .$efternamn., .$email.); Hope it works for you! Best, Sebastian -- PHP General Mailing List (http

[PHP] apache and php ate up all my memory :-[

2001-06-19 Thread Sebastian Stadtlich
nothing to do with it) i can't find anything in the logfiles exept that some httpd were already killed by itself, because there was no memory left that they could eat needless to say that my site does NOT get that much traffic that the server was at the edge of it's capacity. HELP... Sebastian

RE: [PHP] Help! OCIFetchInto does not work at all

2001-05-17 Thread Sebastian Stadtlich
please try this : OCIFetchInto ($stmt, $row, OCI_ASSOC); usually i also use a second modifier OCI_ASSOC+OCI_RETURN_NULLS sebastian I'm tryibg to execute a simple query on Oracle: $cn=OCILogon($DB_USER, $DB_PASSWORD, $DB_NAME); $stmt=OCIParse($cn,select

AW: AW: [PHP] Kill a cookie....

2001-05-17 Thread Sebastian Stadtlich
LOOK at the manual!!! a cookie new cookie value is just accessible on the next page sebastian -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 17. Mai 2001 11:56 An: [EMAIL PROTECTED] Betreff: Re: AW: [PHP] Kill a cookie

AW: [PHP] Kill a cookie....

2001-05-16 Thread Sebastian Stadtlich
you kill a cookie by setting an emty one with the same name www.php.net/setcookie sebastian -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 16. Mai 2001 18:39 An: [EMAIL PROTECTED] Betreff: [PHP] Kill a cookie I am

Re: [PHP] download successfull... but in binary... why?

2001-05-09 Thread Sebastian Wenleder
Hi, header(Content-type: application/download); try this: Header(Content-Type: application/x-octet-stream); It always worked for me... good luck, Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: [PHP] remotly include file

2001-05-08 Thread Sebastian Stadtlich
( hardwarelike ) then u can use the complete path to include it eg : include('/home/www/blah/yourfile.php') ym2c sebastian -- 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

AW: AW: [PHP] remotly include file

2001-05-08 Thread Sebastian Stadtlich
i think the proplem is, that within the included file there are other files included (and so on...). Error Message: Warning: Failed opening 'inc/var_general.inc.php3' for inclusion (include_path='') in /opt/... i think you gave the answer yourself. you need to use the full path to the

[PHP] Choosing a random value out of two

2001-05-04 Thread Sebastian Sprenger
hi. i want to randomly assign either value1 or value2 to a $variable. how can that be done? thanks, Sebastian -- 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

Re: [PHP] Choosing a random value out of two

2001-05-04 Thread Sebastian Sprenger
THANKSALOT! sebastian Taylor, Stewart [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... srand((double) microtime() * 100); $which = rand(0,1); $variable = ($which)? $value1 : $ value2; -Stewart -Original Message- From: Sebastian

RE: [PHP] Script invocation similar to ASP %= %

2001-05-04 Thread Renzi, Sebastian
? $PAGE_TITLE = My Page; ? html head title ?echo($PAGE_TITLE)? /title /head ... /html Sebastián Renzi Consultoría Desarrollo de Sistemas. CODES S.A -Mensaje original- De: Bjoern Werkmann [SMTP:[EMAIL PROTECTED]] Enviado el: viernes 4 de mayo de 2001 16:05

[PHP] bug with sessions and output-compression?????

2001-04-27 Thread Sebastian Stadtlich
Sebastian -- 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] Re: [PEAR] PEAR/DB: Random row from result set

2001-04-24 Thread Sebastian Bergmann
Tomas V.V.Cox wrote: $row = $db_result-fetchRow($fetchmode, $row_number_to_fetch); Thanks. This feature is unsupported in oci8 and ibase :-( As of now, I can live with that. -- sebastian bergmann[EMAIL PROTECTED] http

RE: [PHP] Site Structure

2001-04-23 Thread Renzi, Sebastian
try include('../includes/header.inc'); Sebastián Renzi Consultoría Desarrollo de Sistemas. CODES S.A -Mensaje original- De: Jordan Elver [SMTP:[EMAIL PROTECTED]] Enviado el: lunes 23 de abril de 2001 11:56 Para: PHP General Mailing List Asunto: [PHP] Site

RE: [PHP] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Renzi, Sebastian
Create a mysql odbc acces and download the winsql.exe program that works with odbc connections ,its a great sql client !! Sebastián Renzi Consultoría Desarrollo de Sistemas. CODES S.A -Mensaje original- De: Philip Olson [SMTP:[EMAIL PROTECTED]] Enviado el: lunes 23 de abril de

RE: [PHP] Connection with a Palm

2001-04-18 Thread Renzi, Sebastian
too vague. PHP can produce data in a format suitable for saving on a Palm, or you can have it interpret data from a Palm. To physically save data from a webpage to a palm requires client-side scripting. -- Plutarck Should be working on something... ...but forgot what it was. "&q

[PHP-CVS] cvs: php4 / TODO

2001-04-16 Thread Sebastian Bergmann
sbergmann Mon Apr 16 06:55:18 2001 EDT Modified files: /php4 TODO Log: Daniel fixed this for PHP 4.0.6. Index: php4/TODO diff -u php4/TODO:1.120 php4/TODO:1.121 --- php4/TODO:1.120 Tue Feb 27 01:16:48 2001 +++ php4/TODO Mon Apr 16 06:55:18

[PHP] Re: [PHP-QA] Looking for users list

2001-04-13 Thread Sebastian Bergmann
-general mailinglist, thank you. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de -- PHP General Mailing List (http://www.php.net/) To

[PHP] Php-extensies

2001-04-12 Thread Sebastian Van Dingenen
Is there a manual or book on how to write php extensions, with nice and full explications?? Sebastian __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- PHP General Mailing List (http

RE: [PHP] URL FROM IP

2001-04-09 Thread Renzi, Sebastian
AM 9/04/01 -0300, Renzi, Sebastian wrote: Having the ip i want to obtain de URL (www.renzi.com.ar) Thank You very much ! Sebastin Renzi Consultora Desarrollo de Sistemas. CODES S.A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Re: UltraEdit - some useful function regexes

2001-04-03 Thread Sebastian Bergmann
Geoff Caplan wrote: Sebastian - if you like them, you might want to add them to your "Open Source" wordfile... I'll have a look at your stuff tomorrow. The current wordfile.txt in the CVS is buggy somehow and I'm going to sort out some of those bugs tomorrow. -- sebastia

[PHP-CVS] cvs: php4 / NEWS

2001-04-01 Thread Sebastian Bergmann
/Cache as a generic Caching System. (Sebastian, PEAR/Cache) -- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via - c-client2000 (kalowsky) +- Added IMAP quota support (imap_set_quota, imap_get_quota), enabled/added via + c-client2000. (kalowsky) - Upgraded PCRE to version 3.4

[PHP-CVS] cvs: php4(PHP_4_0_5) / NEWS

2001-04-01 Thread Sebastian Bergmann
the object argument by reference. (Andrei) - Fixed binding of ROWIDs in OCI8. (Thies) - Added PEAR/Cache as a generic Caching System. (Sebastian, PEAR/Cache) -- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via - c-client2000 (kalowsky) +- Added IMAP quota support (imap_set_quota

[PHP] Re: PHP takes over UltraEdit

2001-03-30 Thread Sebastian Bergmann
Sebastian Bergmann wrote: I'm just thinking about creating a SourceForge Account for a "PHP Mode for UltraEdit" project. Done, see http://sourceforge.net/projects/php4ue/ for details. Anyone who wishes to contribute to this project: Please e-mail me your SourceForge ID, so I c

[PHP] PHP Wordfile for UltraEdit

2001-03-29 Thread Sebastian Bergmann
ncludes ALL function names in order to syntax-highlight them. Have fun, Sebastian PS: Feedback is welcome! -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | w

[PHP] Re: PHP Wordfile for UltraEdit

2001-03-29 Thread Sebastian Bergmann
I just noticed that my domain provider has some problems, so www.sebastian-bergmann.de is currently unreachable. Please use http://sb.rc5.de/ for the time beeing. Thanks for your patience, Sebastian :-( -- sebastian bergmann[EMAIL PROTECTED

[PHP] Re: PHP takes over UltraEdit

2001-03-29 Thread Sebastian Bergmann
tion names, as of yesterday's state od the CVS. 1. Create a tag list. Coordinate tag/word file co-mingling in intelligent manner. Yup. PS: I'm not subscribed to [EMAIL PROTECTED], so please CC me in your replies. -- sebastian bergmann[EMAIL

[PHP-CVS] cvs: php4 /pear/Experimental/Image color_helper.php

2001-03-28 Thread Sebastian Bergmann
sbergmann Wed Mar 28 22:55:15 2001 EDT Modified files: /php4/pear/Experimental/Image color_helper.php Log: Added web-safe colors list. Index: php4/pear/Experimental/Image/color_helper.php diff -u php4/pear/Experimental/Image/color_helper.php:1.2

[PHP-CVS] cvs: php4 / NEWS

2001-03-26 Thread Sebastian Bergmann
sbergmann Mon Mar 26 11:03:36 2001 EDT Modified files: /php4 NEWS Log: Nitpicking. Index: php4/NEWS diff -u php4/NEWS:1.622 php4/NEWS:1.623 --- php4/NEWS:1.622 Mon Mar 26 10:59:01 2001 +++ php4/NEWS Mon Mar 26 11:03:36 2001 @@ -3,7 +3,7 @@

[PHP-CVS] cvs: php4 / php.ini-dist

2001-03-24 Thread Sebastian Bergmann
sbergmann Sat Mar 24 13:38:58 2001 EDT Modified files: /php4 php.ini-dist Log: Added php_dbx.dll. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.74 php4/php.ini-dist:1.75 --- php4/php.ini-dist:1.74 Tue Mar 20 14:45:10 2001 +++

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-03-24 Thread Sebastian Bergmann
sbergmann Sat Mar 24 13:40:26 2001 EDT Modified files: /php4/pear Makefile.in Log: Added missing files. Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.73 php4/pear/Makefile.in:1.74 --- php4/pear/Makefile.in:1.73 Mon Mar 12 11:35:28 2001

[PHP] Problems uploading Files

2001-03-22 Thread Renzi, Sebastian
Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an ftp client it works correctly ! Sebastin Renzi Consultora Desarrollo de Sistemas. CODES S.A -- PHP General

<    1   2   3   4   5   6   >