RE: [PHP] Sos

2001-05-07 Thread Dominick Vansevenant
I heard about abraisoft.com, I used it on Windows to install a new dev machine and it works very good, maybe you can try the redhat linux version? D. -Original Message- From: Altunergil, Oktay [mailto:[EMAIL PROTECTED]] Sent: maandag 7 mei 2001 16:32 To: '[EMAIL PROTECTED]'; [EMAIL PROTE

RE: [PHP] how to install Win2K over Linux machine

2001-04-24 Thread Dominick Vansevenant
First, this is not the list for this question !! Try booting with a dos bootdisk and enter fdisk /mbr first before installing w2k. D. -Original Message- From: howe [mailto:[EMAIL PROTECTED]] Sent: dinsdag 24 april 2001 12:23 To: [EMAIL PROTECTED] Subject: [PHP] how to install Win2K over

RE: [PHP] apache module win32

2001-04-13 Thread Dominick Vansevenant
Thanks, that was fast :-) D. -Original Message- From: Alexander Wagner [mailto:[EMAIL PROTECTED]] Sent: vrijdag 13 april 2001 11:01 To: Dominick Vansevenant; Php-General Subject: Re: [PHP] apache module win32 Dominick Vansevenant wrote: > I am looking for a compiled win32 apa

[PHP] apache module win32

2001-04-13 Thread Dominick Vansevenant
Hello, I am looking for a compiled win32 apache module for php4, I suppose this is a DLL, can anyone tell me where I can find this? Otherwise I'll have to install Visual C or something. The more features the better I suppose. Thanks, Dominick -- PHP General Mailing List (http://www.php.net/

RE: [PHP] HTTP_POST_VARS

2001-04-12 Thread Dominick Vansevenant
Mat, did you put in a reset? reset($HTTP_POST_VARS); D. -Original Message- From: Mat Marlow [mailto:[EMAIL PROTECTED]] Sent: donderdag 12 april 2001 16:49 To: [EMAIL PROTECTED] Subject: [PHP] HTTP_POST_VARS Hi all, I'm having trouble retrieving data from $HTTP_POST_VARS. Whenever I t

RE: [PHP] Editors ... calling them, or PHP-based one?

2001-04-12 Thread Dominick Vansevenant
You can let the users edit online a form which returns html code, it is called dhtmled, you can find it on msdn.microsoft.com http://msdn.microsoft.com/workshop/author/dhtml/edit/default.asp If you play with it a bit, you will find a way to upload a html doc to the client, let him edit and send

RE: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-12 Thread Dominick Vansevenant
I think 8 USD a month is good value, I pay 10 USD now on phpwebhosting.com Their admin service is down a lot, speed is acceptable. However, they had their server crashed once, all email accounts were deleted. They apparently had problems with backup. I recreated the email addresses since my busine

RE: [PHP] Commercial sites that use PHP

2001-04-10 Thread Dominick Vansevenant
http://www.zend.com/zend/cs/ Regards, Dominick -Original Message- From: Phil Labonte [mailto:[EMAIL PROTECTED]] Sent: dinsdag 10 april 2001 15:52 To: [EMAIL PROTECTED] Subject: [PHP] Commercial sites that use PHP Can anyone send me a list of large commercial web sites that use PHP? I

RE: [PHP] current location

2001-04-05 Thread Dominick Vansevenant
$SERVER_NAME gives you the location D. -Original Message- From: Paul Juliano [mailto:[EMAIL PROTECTED]] Sent: donderdag 5 april 2001 10:29 To: [EMAIL PROTECTED] Subject: [PHP] current location Hi, What's the php function to find out what server a php page is located? For example, the

[PHP] Oracle NVL equivalent for MySQL?

2001-04-04 Thread Dominick Vansevenant
Maybe a bit offtopic, but is there an equivalent for the NVL function in Oracle for MySQL? NVL is a function that returns a given result when a value is null Thanks, Dominick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [PHP] VRML and PHP

2001-04-02 Thread Dominick Vansevenant
Since PHP comes from a preprocessor and you can create VRML Code with it, it is possible. Just set .vrml as your extension in the config file and implement PHP tags. Greetz, Dominick -Original Message- From: Godd [mailto:[EMAIL PROTECTED]] Sent: maandag 2 april 2001 18:59 To: [EMAIL PRO

RE: [PHP] Compile .php file is possible ?

2001-03-30 Thread Dominick Vansevenant
How are these kinds of things solved with .ASP and .JSP anyway? Or aren't they? Are they not suitable for commercial use then D. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Remco B. Brink Sent: vrijdag 30 maart 2001 10:05 To: Marian Vasile Cc: [

RE: [PHP] unix system

2001-03-28 Thread Dominick Vansevenant
Presumed on unix or windows? For testing/educational purposes, an old Pentium 133 with 32MB or 64MB memory is enough but you will see the difference with a faster machine especially with larger scripts. D. -Original Message- From: Scott Novinger [mailto:[EMAIL PROTECTED]] Sent: woensdag

RE: [PHP] php or phtml???

2001-03-28 Thread Dominick Vansevenant
You can even use .html ; It just depends on what you make the PHP engine trigger in the config file. D. -Original Message- From: elias [mailto:[EMAIL PROTECTED]] Sent: donderdag 29 maart 2001 2:57 To: [EMAIL PROTECTED] Subject: Re: [PHP] php or phtml??? Always use PHP, phtml are deprec

RE: [PHP] TXT files

2001-03-13 Thread Dominick Vansevenant
Hi Dokter Nick !! D. -Original Message- From: Bruno Freire [mailto:[EMAIL PROTECTED]] Sent: dinsdag 13 maart 2001 11:41 To: '[EMAIL PROTECTED]' Subject: [PHP] TXT files Hey Everybody! Its me...Bruno From Brazil. Look, How can i read txt files with php Thanks See ya! -- PH

RE: [PHP] unsuscribe me

2001-03-09 Thread Dominick Vansevenant
I think this is the best proof you don't have to be a genius to program PHP :-) Dominick -Original Message- From: Emmerson Rafael Miranda Ramirez [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 maart 2001 12:01 To: [EMAIL PROTECTED] Subject: [PHP] unsuscribe me Importance: High this is the

[PHP] charactersets

2001-02-14 Thread Dominick Vansevenant
Hello, I am outputting different french accents on my webpages. They are imported in MySQL and there with a simple select I can see the accents are in good condition: e.g.: Adresse lié à un atlas électronique But when I use PHP to process the label into for example a select box with option fie

RE: [PHP] Run a script for 20minutes

2001-02-12 Thread Dominick Vansevenant
I think there are timeouts on php as well: This is taken from the php.ini file. max_execution_time = 30 ; Maximum execution time of each script, in seconds I hope this helps you, you can find php.ini in your windows directory. If you are using a database, also check that for timeouts. D.

RE: [PHP] mysql not reporting errors

2001-02-09 Thread Dominick Vansevenant
Try to put this immediately after the mysql_query: echo mysql_errno().": ".mysql_error().""; I think this outputs your error. D. -Original Message- From: Christian Dechery [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 15:38 To: [EMAIL PROTECTED] Subject: [PHP] mysql not repo

RE: [PHP] Com

2001-02-07 Thread Dominick Vansevenant
Anyone has good examples for COM usage? D. -Original Message- From: Christian Reiniger [mailto:[EMAIL PROTECTED]] Sent: woensdag 7 februari 2001 12:48 To: php Subject: Re: [PHP] Com On Wednesday 07 February 2001 12:40, Pavel Kalian wrote: > The COM construct was introduced in PHP4 as a

[PHP] oops, little problem with mysql

2001-01-22 Thread Dominick Vansevenant
Hello, I deleted all the records from the privileges tables (mysql database) and restarted the daemon. Now off course I cannot access the databases, what can I do? D. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [PHP] Problème

2001-01-10 Thread Dominick Vansevenant
Peut être essaye de écrir la message en anglais, ça va mieux. D. -Original Message- From: Abdelghani Mekhoukh [mailto:[EMAIL PROTECTED]] Sent: woensdag 10 januari 2001 12:45 To: [EMAIL PROTECTED] Subject: [PHP] Problème Monsieur, Premièrement et avant tout je vous souhaite une bonne an