[PHP] new user of php

2004-02-09 Thread Dominique ANOKRE
hello, i am a new user of php (and i speak french - but try to write english as well as possible) and i have a project consists to implement a web interface (with php) to connect a database (interbase) on plattform windows. So where is the best link to download some documentation about php wi

[PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
I use php with interbase. But when i try the code below i get this eror message : Fatal error: Call to undefined function: ibase_connect() in c:\inetpub\wwwroot\index.php on line 12 I want to know what is wrong with the code or if i have to do with php in order to run with Interbase ? Please

Re: [PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
console . So what'is wrong ?? - Original Message - From: "Richard Davey" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 2:04 PM Subj

Re: [PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
Ok, everything run now ! the problem was the path to the database. You must indicate like this : $host = localhost:c:\path\to\databasename Thanks you !! - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTE

[PHP] generate a image link with php

2004-02-19 Thread Dominique ANOKRE
how to generate a image link with php ? i use this but it returns errors : print(""); print("img src="image.jpg"); print(""); Thanks

Re: [PHP] generate a image link with php

2004-02-19 Thread Dominique ANOKRE
ok good now - solved !! thansk you - Original Message - From: "Seba" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 11:23 AM Subject: Re: [PHP] generate a image link with php > It is better: &

[PHP] variables

2004-02-19 Thread Dominique ANOKRE
hello, how can i put the character \ in a variable ? I've done the code below but errors occurs : $barre_oblique = "\"; Parse error: parse error, unexpected T_STRING Please help

Re: [PHP] variables

2004-02-19 Thread Dominique ANOKRE
ok thanks pb solved thank you everybody - Original Message - From: "Richard Davey" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 5:52 PM Subject: Re: [P

[PHP] display a hiddenfield

2004-02-20 Thread Dominique ANOKRE
I use a simple form like this : print("\n"); print("\n"); $_POST["hiddenField"] = $image_avant; print("\n"); print("\n"); and when i click on the submit button, i want to display the value of my hiddenField (doing by the file image.php) : but nothing is displaying !! Please help !

Re: [PHP] display a hiddenfield

2004-02-20 Thread Dominique ANOKRE
I 've given a value se the code : $_POST["hiddenField"] = $image_avant; where $image_avant is a variable which contains a value !! Cdt - Original Message - From: "Michael Egan" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROT

Re: Re[2]: [PHP] display a hiddenfield

2004-02-20 Thread Dominique ANOKRE
Ok problem solved thank you everybody - Original Message - From: "Richard Davey" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 11:35 AM Subject: Re[2]:

[PHP] resize an image with php

2004-02-20 Thread Dominique ANOKRE
I want to resize an image before display it in the window. Is there a php fonction which do it ? Thanks !

Re: [PHP] resize an image with php

2004-02-20 Thread Dominique ANOKRE
ok thanks problem solved !! - Original Message - From: "Adam Voigt" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 6:04 PM Subject: Re: [PHP] resi

[PHP] numeric characters

2004-03-02 Thread Dominique ANOKRE
Is there a way with php to force the user to put only numeric character in a text field ? thanks

Re: [PHP] numeric characters

2004-03-03 Thread Dominique ANOKRE
ok thanks, i have written a script with javascript and i think it's running good ! Thanks - Original Message - From: "Daniel Clark" <[EMAIL PROTECTED]> To: "Php List" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 7:15 PM Subject: Re: [PHP] numeric characters > Or you can us client s

[PHP] Undefine index

2004-03-05 Thread Dominique ANOKRE
I have a form which call a php file when click on the submit button : First this runs correctly when i click on the submit buttom then the file recherche.php is executed and the result is displayed. I modify the design of my pages in order to display result into frames. So i create a frameset

[PHP] undefined index -------- please help !!!!!!!!

2004-03-05 Thread Dominique ANOKRE
I have a form which call a php file when click on the submit button : First this runs correctly when i click on the submit buttom then the file recherche.php is executed and the result is displayed. I modify the design of my pages in order to display result into frames. So i create a frameset

Re: [PHP] undefined index -------- please help !!!!!!!!

2004-03-06 Thread Dominique ANOKRE
on line 66 there is : $date=$_POST["date"]; Thanks - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]>; "Php List" <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 8:20

Re: [PHP] undefined index -------- please help !!!!!!!!

2004-03-08 Thread Dominique ANOKRE
OK, but when i use "isset" my request is not executed normally. I wonder if the fact i use the frames is the problem because with no changement and without using "isset" my request run correctly. Thanks ! - Original Message - From: "John Nichel" <[EMAIL