[PHP] alignment

2003-04-06 Thread Diksha Neel
dear all, hi! an html file is being created by my php script. i have used tables for the alignment of html file's text and images. i have an image and the value of variable $cname to be displayed in a cell. i want both of these items to appear on the same line. but what happens is the $cname

[PHP] image

2003-04-04 Thread Diksha Neel
dear all, hi! i am creating an html file through a php script. i am drawing a table in one of whose cells i want to include and image. but this image does not appear when i open the html page in internet explorer. i think the syntax is correct and the picture is very much present in the given

[PHP] space

2003-04-03 Thread Diksha Neel
hi all! in an html file thru a php script, i have to put in some data. i am using variable $string to write the data as under. what i want to know is how can i ensure that the value of $badd1 and $area get written on different lines. in other words, i want to know how to use '\n' here. thanks,

[PHP] writing file

2003-04-01 Thread Diksha Neel
dear all, hi! i have a php script from which i am creating an html file as under. my problem is that when i open aditya.html, i can see the variable values and hi!. but when i want to put the value of $cname in the center of the screen by using div tag as: div align=center $cname /div i get a

[PHP] file

2003-03-28 Thread Diksha Neel
hi all! i have a simple program to open and write a file. but the file is not getting created. can anyone please spot the mistake? giving the code below. thanks a lot, diksha. ?php echohi?how are u doing??; $fp = fopen (sandrew.html, w); string=htmlheadtitlehi/title/headbodyi am fine/body/html;

[PHP] submit

2003-03-28 Thread Diksha Neel
hi all, seems to be and off day for me. simple things aren't working. have this really stupid thing called dew3.html in which is a submit button to connect to new6.php that will in turn create a file sandrew.html. but the submit button in dew3.html is seen but isn't working. help please. sending

Re: Re: [PHP] submit

2003-03-28 Thread Diksha Neel
hi guys, yeah, i now believe this really is an off day for me. probably because i did not have food today! well, my problem is a really funny one. through dew4.html's submit button i want to get connect to new6.php from which should open a file. but as soon as i click on the submit button, i get

[PHP] page cannot be displayed

2003-03-28 Thread Diksha Neel
hi guys, yeah, i now believe this really is an off day for me. probably because i did not have food today! well, my problem is a really funny one. through dew4.html's submit button i want to get connect to new6.php from which should open a file. but as soon as i click on the submit button, i get

[PHP] submit button with attachment

2003-03-07 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have pasted below. i have removed the irrelevant code because of the size limit of the email. in this page is a submit button at the end. the form in which this button is placed is by get sent to p.php which has only the following contents:

[PHP] javascript

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] JAVASCRIPT

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] JAVASCRIPT

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] JAVASCRIPT

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] JAVASCRIPT

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] JAVASCRIPT

2003-03-07 Thread Diksha Neel
dear all, hi! in my php script registration1.php, i have written javascript for form validation i.e. for checking if the mandatory fields are filled correctly or not. but on clicking the submit button, i get connected to the next page without the form getting validated!! i guess i have made a

[PHP] submit button

2003-03-06 Thread Diksha Neel
hi everybody, i have a PHP script by name registration.php in which i have a submit button at the bottom. the form in this script is sent to p.php by GET. but on clicking the submit button, nothing happens attaching registration.php. p.php has only the following: ?php echo hi how are u; ?

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by get sent to p.php which has only the following contents: ?php echo hi; ? but when i click on submit button i am not getting connected

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by get sent to p.php which has only the following contents: ?php echo hi; ? but when i click on submit button i am not getting connected

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by get sent to p.php which has only the following contents: ?php echo hi; ? but when i click on submit button i am not getting connected

[PHP] SUBMIT

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have pasted below. i have removed the irrelevant code because of the size limit of the email. in this page is a submit button at the end. the form in which this button is placed is by get sent to p.php which has only the following contents:

[PHP] registration

2003-03-05 Thread Diksha Neel
dear all, hi! i have a php page called check.php in which is a textbox named login.on my second php page named registration.php i can see the content of the textbox by echo $login. but when i try to get the same content in a textbox in registration.php, i get no result. that text box is also

[PHP] filesave

2003-03-04 Thread Diksha Neel
dear all, hi! i have an html page entry.html in which is a submit button that connect me to check.php on clicking it. but when i click on the validate me button, i get the file download boxthat asks whether i want to save the file on disk or open from current location. and what i want is that on

[PHP] formtext

2003-03-03 Thread DIKSHA NEEL
HI EVERYBODY, i was trying to put a text field in a form in my php script but it's giving me the following error: Parse error: parse error in /var/www/html/bdoi_change/f1.php on line 10 the code is as follows: html head title /title /head /body h1Business Directory Of India/h1 pre ?php form

[PHP] formtext

2003-03-03 Thread DIKSHA NEEL
HI EVERYBODY, i was trying to put a text field in a form in my php script but it's giving me the following error: Parse error: parse error in /var/www/html/bdoi_change/f1.php on line 10 the code is as follows: html head title /title /head /body h1Business Directory Of India/h1 pre ?php form

[PHP] entrycheck

2003-03-03 Thread Diksha Neel
HI EVERYBODY, WHEN I RUN MY PHP SCRIPT TYPED BELOW, I GET 'connected successfully query failed'. i have in bdoi_change database a table called entry with 2 fields: login and pass in which i have put some data. can anyone help out? regards, diksha. I HAVE AN HTML FORM BY NAME entry.html the

[PHP] button not seen

2003-02-21 Thread DIKSHA NEEL
dear all, hi! i have a php script filecheck2.php in which i have written the following code. $fp = fopen(sundar.html, w); fwrite($fp, htmlheadtitlediksha/title/headbodyh1i solved problem!); //fwrite($fp,/h1your login name is : $login/h1); fwrite($fp,pre); fwrite($fp,input type=button name=valid

[PHP] button not opening

2003-02-21 Thread DIKSHA NEEL
hi everybody, why isn't anybody replying my last mail subject button not opening regards, diksha. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mr. jason wong kind attention

2003-02-21 Thread DIKSHA NEEL
timings during which you guys are available for your precious help. I request you not to misconstrue my innocent words. Begging for apology, Sincerely yours, Ms. Diksha Neel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mr. jason wong kind attention

2003-02-21 Thread DIKSHA NEEL
respected mr.jason wong, i hope you are no more annoyed with me! looking forward to hearing from you. regards, diksha neel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] online tutorial

2003-02-19 Thread DIKSHA NEEL
dear all, i am a final year engineering student and have started studying PHP since last 10 days. can anybody suggest some good online tutorial for mastering PHP? regards, diksha. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] hi

2003-02-19 Thread DIKSHA NEEL
hi jason, my file is opening perfectly fine now. thanks. take care, diksha. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] diksha's problem

2003-02-18 Thread DIKSHA NEEL
hi everybody, i am a b.tech final year student and as a part of the requirement of the degree, i have to do a software project. the project that i am doing is E-SHOPPING PORTAL DEVELOPMENT and it uses php. i have started learning php 10 days back. today i have the following problem: i have a

[PHP] opening a file from internet explorer

2003-02-18 Thread DIKSHA NEEL
hi all, i have a problem: i am opening and reading and writing a file through php page. $fp = fopen(\bdoi_change\andar.html, w); fwrite($fp, htmlheadtitlediksha/title/headbodyh1i solved problem!/body/html); but when i try to open \bdoi_change\andar.html through internet explorer, i am

[PHP] PHP fileperms is not working

2003-02-18 Thread DIKSHA NEEL
hi all, the file permission command is not working. any idea why? $filename = '\bdoi_change\andar.html'; printf(%0,(fileperms(\bdoi_change\andar.html) 0777)); diksha. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP fileperms

2003-02-18 Thread DIKSHA NEEL
HI ALL, i am getting the result as 644 when i execute the following command. can anyone please tell me what file permission does 644 stand for and what should i do to make my file readable? $filename = '\bdoi_change\sundar.html'; printf(%o,(fileperms(\bdoi_change\andar.html) 0777)); regards,

[PHP] file not opening in internet explorer

2003-02-18 Thread DIKSHA NEEL
hi all, $fp = fopen(\bdoi_change\sundar.html, w); i am able to write to this file through my php page filecheck.php and even am able to read the written contents. but when i enter http://192.168.0.1/bdoi_change/sundar.html in my internet explorer address bar, it says the page cannot be