[PHP-WIN] newbie problem with quotes

2002-06-05 Thread prachi shroff
Hi! I am a newcomer to the list and am also new to working with PHP. My question might seem really silly to you, but I would really appreaciate any help. I am trying to fit the following line of HTML in the PHP echo or print statements, because this is somewhere in the middle of a larger php

Re: [PHP-WIN] newbie problem with quotes

2002-06-05 Thread prachi shroff
second one. thanks, Prachi. R'twick Niceorgaw <[EMAIL PROTECTED]> wrote: echo " href=\"javascript:window.open(\"addfossilpage.php?me=$folder_id\",\"width=43 0\",\"height=450\" )\">"; OR echo ' . " ?,?width='430&

Re: [PHP-WIN] newbie problem with quotes

2002-06-05 Thread prachi shroff
w () {"; echo "window.open (\"addfossilpage.php?me=$folder_id\",\"width=430\",\"height=450\");"; echo "}"; echo " "; echo 'Open New Window'; - Original Message - From: "prachi shroff" To: "R'twick Niceorgaw&qu

[PHP-WIN] javascript in php

2002-06-12 Thread prachi shroff
Hi! I have this HTML form and its validation done in javascript. All this HTML and Javascript inside echo""; in a PHP code. The Form loads fine and the validation also works fine when the HTML and javascript are used independently as an HTML page. But when put in PHP, the form is ok, but the