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? people,

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]
? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Alvin Tan [EMAIL PROTECTED] To: Jacky [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:39 AM Subject: RE: [PHP] wha

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
You don't need to write a href=. for outlook , if you put space before and after URL unless you want to send HTML mail. Outlook thinks it's a URL if you write correct URL and many other UMA treats URL or Email address as link. i.e. www.php.net is not correct URL, my outlook express thinks

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

2001-01-23 Thread Samantha Savvakis
HI Jack, What is the variable $HotelID ? mysql_insert_id - has an optional parameter: link_identifier (the database handle) So in this case, is $HotelID your database handle? If not, then just call mysql_insert_id() without any parameters. Otherwise, it is always best to pass around the

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
print("input type='button' value='back' onclick='self.history.back()';"); lacks a at the end of the input-tag print("input type='button' value='back' onclick='self.history.back()';"); - Original Message - From: "Jacky@lilst" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

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");