[PHP] what is wrong with this sniplet?

2001-02-28 Thread Jacky
people, I tried to write out email using sniplet below, the email will write out the hyper link so that reciever can click on the link to go to the page. What happen is that the reciever recieve the actual link instead of the hyper link I made, so I wonder what did I do wrong. I have mad sure

RE: [PHP] what is wrong with this sniplet?

2001-02-28 Thread Alvin Tan
Hi Jacky, The problem is a HTML one. Use "http://" followed by the address in your a href tag. Regards, @lvin -Original Message- From: Jacky [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:40 AM To: [EMAIL PROTECTED] Subject: [PHP] what is wrong with this sniplet

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread [EMAIL PROTECTED]
PROTECTED] To: Jacky [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:39 AM Subject: RE: [PHP] what is wrong with this sniplet? Hi Jacky, The problem is a HTML one. Use "http://" followed by the address in your a href tag. Regards, @lvin -Original Messa

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread [EMAIL PROTECTED]
t is wrong with this sniplet? Hi Jacky, The problem is a HTML one. Use "http://" followed by the address in your a href tag. Regards, @lvin -Original Message- From: Jacky [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:40 AM To: [EMAIL PROTECTED] Subject:

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread Simon Garner
From: Jacky [mailto:[EMAIL PROTECTED]] people, I tried to write out email using sniplet below, the email will write out the hyper link so that reciever can click on the link to go to the page. What happen is that the reciever recieve the actual link instead of the hyper link I

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread Christian Reiniger
On Wednesday 28 February 2001 22:40, you wrote: people, I tried to write out email using sniplet below, the email will write out the hyper link so that reciever can click on the link to go to the page. What happen is that the reciever recieve the actual link instead of the hyper link I made,

Re: [PHP] what is wrong with this sniplet?

2001-02-28 Thread Yasuo Ohgaki
- Original Message - From: "Jacky" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 6:40 AM Subject: [PHP] what is wrong with this sniplet? people, I tried to write out email using sniplet below, the email will write out the hyper link so that reciever can click o

[PHP] what is wrong about this sniplet?

2001-01-23 Thread [EMAIL PROTECTED]
I have the sniplet to run teh query at the page to insert data as shown below. After it is run, there was en error said something like "Mysql warning, 0 ( zero) is not Mysql index" and the error point to the line using mysql_insert_id($HotelID); My limited experience cannot tell me what

RE: [PHP] what is wrong about this sniplet?

2001-01-23 Thread Samantha Savvakis
the database handle so that you know which connection you are using. Sam -Original Message- From: Jacky@lilst [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 January 2001 03:17 To: [EMAIL PROTECTED] Subject: [PHP] what is wrong about this sniplet? I have the sniplet to run teh query

Re: [PHP] what is wrong about this sniplet?

2001-01-23 Thread [EMAIL PROTECTED]
ching the goal you set for yourself" - Original Message - From: Samantha Savvakis [EMAIL PROTECTED] To: Jacky@lilst [EMAIL PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 10:20 PM Subject: RE: [PHP] what is wrong about this sniplet? HI Jack, What is th

Re: [PHP] what is wrong with this sniplet?

2001-01-16 Thread Jørg V . Bryne
EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 11:28 PM Subject: [PHP] what is wrong with this sniplet? Hi people Looking for a piece of advice about what is wrong with this sniplet and what is the right one. I tried to write the html using print(""); as below: print("td"

Re: [PHP] what is wrong with this sniplet?

2001-01-16 Thread Christian Cresante
I think it should be ... onClick='javascript:self.history.back()'... --- "Jacky@lilst" [EMAIL PROTECTED] wrote: Hi people Looking for a piece of advice about what is wrong with this sniplet and what is the right one. I tried to write the html using print(""); as below: print("td");