On Friday 21 February 2003 16:05, DIKSHA NEEL wrote:

> i have a php script filecheck2.php in which i have written the
> following code.
>
> $fp = fopen("sundar.html", "w");
> fwrite($fp, "<html><head><title>diksha</title></head><body><h1>i
> solved problem!");
> //fwrite($fp,"</h1>your login name is : $login</h1>");
> fwrite($fp,"<pre>");
> fwrite($fp,"<input type=button name=valid value=\"Validate\">");
> fwrite($fp, "</bodY></html>");
> fclose($fp);
>
> now when i run the php script, i am able to see "i solved
> problem"
> on my screen according to the code.
> but i CANNOT SEE THE BUTTON !

Try adding some <FORM> tags (opening and closing).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Nothing increases your golf score like witnesses.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to