Thank you for your very fast answer !
I will do by script
Jean-Marie
Search found 11 matches
- Fri Sep 09, 2005 3:26 pm
- Forum: Javascript
- Topic: Openning a new windows
- Replies: 2
- Views: 345
- Fri Sep 09, 2005 3:14 pm
- Forum: Javascript
- Topic: Openning a new windows
- Replies: 2
- Views: 345
Openning a new windows
Hello !
I would like to open from my php code a popup windows to show some important information. I would like to do that with PHP. Is that possible ?
Thank for your help,
Jean-Marie
I would like to open from my php code a popup windows to show some important information. I would like to do that with PHP. Is that possible ?
Thank for your help,
Jean-Marie
- Sat Apr 09, 2005 2:59 am
- Forum: PHP - Code
- Topic: Probleme when I set a value to an input
- Replies: 4
- Views: 423
- Sat Apr 09, 2005 1:11 am
- Forum: PHP - Code
- Topic: Probleme when I set a value to an input
- Replies: 4
- Views: 423
- Fri Apr 08, 2005 3:51 pm
- Forum: PHP - Code
- Topic: Probleme when I set a value to an input
- Replies: 4
- Views: 423
Probleme when I set a value to an input
Hello ! I have a probleme with the the following code : <html><body> <?php $Nom = "Louis Marie"; ?> <input name="nom" type="text" size="80" value=<?php echo $Nom; ?>> </body></html> when I point my browser to this page I have only the truncated name in the inp...
- Thu Mar 24, 2005 2:34 am
- Forum: PHP - Code
- Topic: Using PHP with Java
- Replies: 4
- Views: 260
As I know, no PHP implementation exist for this library. The site of this Java extension should be found at http://cdk.sourceforge.net/ . The description is The Chemistry Development Kit (CDK) The CDK classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Jav...
- Wed Mar 23, 2005 1:38 pm
- Forum: PHP - Code
- Topic: Using PHP with Java
- Replies: 4
- Views: 260
Using PHP with Java
Hi !
Here is my probleme. I have a site write with PHP. But now I have to use a JAVA librairy. What is the best way to interface the two langages.
NB : With Java I will have only calculations on the server side.
Thanks for your help,
Jean-Marie
Here is my probleme. I have a site write with PHP. But now I have to use a JAVA librairy. What is the best way to interface the two langages.
NB : With Java I will have only calculations on the server side.
Thanks for your help,
Jean-Marie
- Wed Mar 16, 2005 3:30 am
- Forum: PHP - Code
- Topic: Problem with $_COOKIE
- Replies: 6
- Views: 620
- Tue Mar 15, 2005 10:39 am
- Forum: PHP - Code
- Topic: Problem with $_COOKIE
- Replies: 6
- Views: 620
- Tue Mar 15, 2005 5:14 am
- Forum: PHP - Code
- Topic: Problem with $_COOKIE
- Replies: 6
- Views: 620
- Tue Mar 15, 2005 4:40 am
- Forum: PHP - Code
- Topic: Problem with $_COOKIE
- Replies: 6
- Views: 620
Problem with $_COOKIE
Hi, I have a cookie with the following value : serveur FALSE / FALSE 1110749626 Produit [N+][Cl-] and I would like to read this cookie to retrieve the value "[N+][Cl-]". But with the following code : $name = $_COOKIEї'Produit']; echo $name; I obtain [N ][Cl-] :?: ... The "+&...