[PHP-DB] Question

2004-02-07 Thread Remember14a
Dear friends, On submitting form to mysql database I get a parse error,There is no problem with connection code, Problem is some where around create the sql statement Can any one figure out where is the precise error, please. Following is the code from php file ?php // open the connection

Re: [PHP-DB] Question

2004-02-07 Thread Remember14a
Dear friend, I changed $_POST['testField'] instead of $_post[testField] Before it was returning parse error now it doesnt return any error nor writes to mysql database, however I used following sql staatement which wrote to database before // create the SQL statement $sql = INSERT INTO

[PHP-DB] Form doesnt write to database

2004-02-07 Thread Remember14a
Dear friends, Form doesn't write to mysql database. I have pasted code of mysal table structure,html form and php script. Any comments, please. -- mysql describe testtable;

[PHP-DB] Question

2004-02-09 Thread Remember14a
Dear friends, I was trying to make online quiz system using php and mysql. When I added code to score the quiz, it gives me parse error at line 131. My total code line isn't more than 120. Any comments,or any other code to score the quiz, please

[PHP-DB] PHP_SELF and parse error

2004-02-09 Thread Remember14a
Dear friends, I tried to modify submit if elseif statement. That didn't work.I have pasted code of form and output with error. Any comments on erros, please. Asif -- --- Notice: Undefined

[PHP-DB] Q

2004-02-22 Thread Remember14a
Dear friends, How do I enable the same.Comments, please You don't have permission to access /$_SERVER[PHP_SELF]/ on this server.

[PHP-DB] Q

2004-02-22 Thread Remember14a
Dear friends, I have pap4, mysql, apache installed. How do I enable to access /$_SERVER[PHP_SELF]/ .Comments, please I getting folloing error You don't have permission to access /$_SERVER[PHP_SELF]/ on this server.

[PHP-DB] QUIZ

2004-08-12 Thread Remember14a
Dear Friends, This code isn't able to score the php quiz, Through command prompt I am able to write questions to database table, another php script can display questions in the database and ways to edit and delete the same However, when I submit the quiz I dont get score of the quiz. I am

[PHP-DB] MAILING LIST QUESTION

2004-08-16 Thread Remember14a
Dear Friends, I am getting error while sending email newsletter from local host using mailing list application. Its mentioning verify your SMTP and smtp_port setting in php.ini or use ini_set() in Setting of php.ini file I have posted. Any guidance, please.

Re: [PHP-DB] MAILING LIST QUESTION

2004-08-16 Thread Remember14a
I don't have smtp server running on my computer. Any suggestions for smtp server, please.

[PHP-DB] SMTP

2004-08-16 Thread Remember14a
I am getting error as my mailing list application isn't configured with smtp server. I contacted my isp provider that is aol, they give details of configuring smtp with applications like outlook express. I have pasted the error i receive and other details related to my application. Any

[PHP-DB] MAILING LIST

2004-08-17 Thread Remember14a
Dear Friends, Mailing list isn't able to send email using local host. manipulated ini file didn't fix issue Any guidance, please. - Following is the error -- Warning: mail(): Failed to connect to mailserver at localhost port 25, verify your SMTP and

[PHP-DB] SMTP

2004-08-17 Thread Remember14a
I was guided to contact isp for smtp, however their configuration is applicable to outlook express. How do I download my own smtp server for my machine.to configure with my php script. Any guidance,please.

[PHP-DB] ROWS

2004-08-19 Thread Remember14a
Dear Friends, Looking for php script, which can read number of rows in html file and display the same in browser, when contents of file are displayed Any guidance, please. Thank you

[PHP-DB] Q

2004-08-22 Thread Remember14a
Dear Friends, Data in the table is displayed by php query. .Say column A, in which name of company will be stored. Now i want to add another column B to table in which web addresse will be stored against each name in Column B.and same should be displayed in an html table, when seen in

Fwd: [PHP-DB] Q

2004-08-22 Thread Remember14a
Dear friends, Php query modification, guidance, please.not mysql alteration table.So thatQuery displays data in tabular form with "Onclick" link to web site in another column of table. Guidance, please. ---BeginMessage--- [EMAIL PROTECTED] wrote: Dear Friends, Data in the table is displayed by

[PHP-DB] Global Peace output

2004-08-22 Thread Remember14a
Dear friends, I have pasted table structure and php script below, Output I am getting is company name and web address, like pasted below Global Coalition For Peace http://www.globalcoalitionforpeace.net/ Physicians For Social Responsibility http://www.psr.org/ However, I want output

Re: [PHP-DB] Global Peace output

2004-08-22 Thread Remember14a
Dear friends, The html solution suggested by our friend, doesn't work.Try to understand question, please. The script should print company name its web address with onclick link to the web address. onclick link to the web address, html solution suggested by our friend doesn't work. Any

[PHP-DB] DATABASE Error on form submission

2004-08-30 Thread Remember14a
Dear friends, My form works on localhost and writes to mysql database with php script, however when I use same form on server over the internet, it writes to mysql database, that means no connection problem, however it gives me error stated below. Guidance, please.

[PHP-DB] DATABASE error on form submission.

2004-08-31 Thread Remember14a
Dear Friends, I have a reply form which writes to database, however it gives an error posted below. Guidance, please. -- --- Error when I keep op like 'op'

[PHP-DB] Database Error submitting form

2004-08-31 Thread Remember14a
Dear Friends, My form was working on localhost, without any error and was writing to database, however, now on server, over the internet, it does write to database, there is no problem of connection or writng to database. Still it gives this shabby error. Any Guidance, please.

[PHP-DB] chmod

2004-09-04 Thread Remember14a
Dear friends, In quiz there is a dir called saved and chmod it to 0755 How do I chmod directory to 0755 Guidance, please.

[PHP-DB] error form check box and database

2004-09-08 Thread Remember14a
Dear friends, Any guidance to the error , please. -- --- Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\HOME\doctorbush\check.php on line 11 Parse error: parse error, unexpected

[PHP-DB] error of check box form

2004-09-08 Thread Remember14a
Dear friends, Any guidance to the error , please. Resubmitting, -- --- Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\HOME\doctorbush\check.php on line 11 Parse error: parse error, unexpected

[PHP-DB] Newsletter and smtp

2004-09-09 Thread Remember14a
Dear friends, While sending newsletter, using mailing list, php script is able to connect to database, retrieve emails, however is unable to send newsletter or email. I am using localhost. I have SMTP installed on local machine. Any guidance

Re: [PHP-DB] Newsletter and smtp

2004-09-09 Thread Remember14a
Dear friends, I have pasted INI file and error its giving, while sending newsletter.Any guidance, please. -- Warning: mail(): SMTP server response: 554 5.7.1 (IPT:OA) Use port 587 to send mail from your AOL screen

[PHP-DB] Error radio buttons

2004-09-18 Thread Remember14a
Dear friends, I have a form with radio check boxes, on submission to Php snippet output should be score ! if user clicks right answer, otherwise score-0 However it is repeatedly giving me score-1 irrespective of correct radio button is clicked or incorrect radio button is clicked. Any

[PHP-DB] Error with addition of second

2004-09-18 Thread Remember14a
Dear friends, With 4 radio buttons and php snippet, it gives desired output, however when I add second question in the html form and variable for the same like $variable =$_POST['q'] in Php snippet it gives me error. I have pasted php code when it works and when it gives error. Any guidance,

[PHP-DB] Error of radio buttons

2004-09-18 Thread Remember14a
Dear Friends, Want to get rid of this error, pasted below. Line 19 comes at else statement. Any guidance, please. --- Parse error: parse error, unexpected T_ELSE in C:\HOME\doctorbush\quiz.php on line 19