Hi people I'm now trying to work with php & mysql with dreamweaver mx I have a question, i have a db field containing a lot of text, the problem is that when i...
Clarus The Dog Cow
clarusthedogcow@...
Aug 1, 2002 7:52 am
4380
If you are pasting this info from a (Word) document, then the paragraphs are actualy VB carriage Return and Line Feed combination. On your web page replace the...
Thanks, Stevan. This should solve my problem. Lee ============================== Lee Stone, Norcross, GA lstone@... ...
Lee Stone
lstone@...
Aug 1, 2002 2:49 pm
4382
Hi, In your echo statement (or printf or whatever) add nl2br before the variable. This will preserve your line breaks and your text won't come out as one big...
Tim Thorburn
webmaster@...
Aug 1, 2002 8:04 pm
4384
Hi, In your echo statement (or printf or whatever) add nl2br before the variable. This will preserve your line breaks and your text won't come out as one big...
Tim Thorburn
webmaster@...
Aug 1, 2002 8:05 pm
4398
does anyone know how to fix my problem in previous message?...
There is this script that I am using that was written for Access. I have moved the DB to MS SQL. But I cant get this SQL script to work. I am assuming I need...
What is it with this guy's multiple, code posts? Can the list manager fix it somehow? -- Kathryn Rhinehart Bassett (Pasadena CA) "Genealogy is my bag" "GH is...
Kathryn Bassett
kathryn@...
Aug 2, 2002 5:15 am
4419
It looks like it got the boards stuck in a loop. I just emailed the site about it.. I hope they fix it soon. noodleNT http://www.AllegianceHQ.org ... From:...
Getting the code displayed on the page instead of being executed tells me that you're saving your pages as .htm or .html, check the extension, if it reads as...
Apologies to all members who have been inconvenienced by the recent board flooding. The problem is being looked into and is hopefully now resolved. Many thanks...
I am trying to create my pages so that they just show the current info that falls within the current financial year (April to March) i can get it to display...
Dan, Something like this would you give you your two dates necessary for your info I think (not tested, just out of head) in vbscript. If (Month(Now)<4) Then ...
Adding him to the junk senders list doesn't work either!! ... From: Kathryn Bassett [mailto:kathryn@...] Sent: Friday, August 02, 2002 1:15 AM To:...
Dave Elliott
rdelliott@...
Aug 2, 2002 3:48 pm
4458
Hello, I have built an ASP driven website using Macromedia Dreamweaver MX, VBScript and MS Access. The website loads and performs perfectly on Internet...
How's about just dumping this guy off the list? It looks like he was trying to post some HTML code to the list anyhoo... Sherm Stevens iNvision Studios ... ...
I figured it out - thanks anyways everyone. It ended up being that a style sheet was linked to the page that didn't exist on the site. Mark Bieganek The...
I see you are still the only guy asking intelligent questions and the only guy answering them. Hmmmm...... ls Dreamweaver Web Design www.dreamweaverwebs.com ...
no it is saved as .asp as when i use a url method instead of a datasource method it works fine. it's just when i use the datasource method is it all screwed...
You actually do it the same way with a REPLACE. You have carriage returns stored in mySQL, you need to REPLACE them with breaks or paragraphs. I'm not using MX...
I believe that most people would call that "insanity".. Hmmm. Mark Bieganek The Dreamweaver Team www.dreamweaverwebs.com <http://www.dreamweaverwebs.com/> All...
Hi i am trying to create a pair of drop down menus where one contains the current month, selected, plus all the others available for selection. The other menu...
Dan Something like this - crude as it is.. <form name="form1" method="post" action=""> <select name="month"> <option> <% Response.Write...
Phil Osborne
mail@...
Aug 6, 2002 6:13 pm
4467
Good Day All, I am needing to make a reports page, were the user could check off, or select multiple columns and then sort the page by whatever column. ...
Sorry for the off topic but I've tried my Javascript group and it's come up blank. I'm wanting to place to graphics on the web page, one a big minus sign and...
ih, What you're trying to accomplish could easily be done with javascript and Cascading Style Sheets (CSS). You could create a stylesheet for the page that...
I'm trying to do a search-results page, pulling three criteria from drop down menus on one page to show simple results in the other - i don't really care about...
SQL doesn't know where to find IssueDescription. It needs to know which table. It's either Headlines.IssueDescription or Issues.IssueDescription ... ...