Hello,
My problem is if i say for eg:
echo "http://www.cnn.com";
it shows as plain text not as a link on the browser, so the question is how to make it appear as a clickable link WITHOUT using anchor href. Because on my site people are filling textarea box with the some other text, but...
Hello,
I want to delete rows with the values posted by two date range drop downs in the following form. The rest of the form functionality is working perfectly but I am unable to write the correct delete from table SQL command to be able to delete the rows between the date range. Your help is...
The point is to retain the values sent by the previous submit, in case the form fires back if a mandatory field is not filled by the user.
if values are sticked using value="<?php echo $abc; ?>" the end user does not have to fill the field again.
And as you mentioned, that's what exactly I...
What should I write instead of the question marks in the first line to call news.php with the value n.news_id in the SQL Select statement
<form method="POST" name="news_selected_form" action="news.php?newsid=?????????">
<select name="sel_news_id" onchange="news_selected_form.submit();">...
I have a php form in which i have a textarea box, and i insert two or more paragraphs through it in the MySQL db, which is saved just fine.
But when i retrieve and display that data it shows me big chunk of one paragraph. In other words all paragraphs are combined in one big paragraph.
Please...
Here is the narfle the garthok code (its .php file which i have simplified, still getting exactly the same error on this also):
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cooper...
I am getting the following error, I have done everything to find out if there are any tags out of balance:
Parse error: parse error, unexpected '<' in d:\folder\index.php on line 6
How can fix this error please?
Thanks in advance.
Amir
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.