PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 05-21-2004, 02:11 PM   #1
roger
Green Mole
 
Join Date: May 2004
Location: Cornwall, UK
Posts: 20
No brackets in output

Hi. I've search the fora for 'brackets' etc. but to no avail.

The problem I have is that the results miss out brackets. So I get a result

"...Terms and Conditions Items must be a 'vegan', GMO Free and b either... "

instead of

"...Terms and Conditions Items must be a) 'vegan', GMO Free and b) either... "

Can this be amended.corrected?
__________________
facts invariably distort the truth
roger is offline   Reply With Quote
Old 06-19-2004, 05:24 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. In robot_functions.php find:
PHP Code:
//replace blank characters by spaces
$text eregi_replace("--|[{}()\"]+|</[a-z0-9]+>|[\r\n\t]+",' ',$text); 
and replace with:
PHP Code:
//replace blank characters by spaces
$text eregi_replace("--|[{}\"]+|</[a-z0-9]+>|[\r\n\t]+",' ',$text); 
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Old 06-19-2004, 06:44 AM   #3
roger
Green Mole
 
Join Date: May 2004
Location: Cornwall, UK
Posts: 20
Thank you. Done that.

Query??

It may work for new searches - I haven't tried except to update the folder where the data was extracted from - which didn't help.

How do I get my database to bring up results with the brackets now that it already has logged answers for the query??
__________________
facts invariably distort the truth
roger is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help using output as Array function ehdesign How-to Forum 0 09-16-2006 05:32 AM
XML output GunMuse Mod Requests 0 02-19-2005 11:50 AM
How do I modify the template tags output? IAMHHawaii How-to Forum 1 09-21-2004 07:51 PM
normal output? xibalba Troubleshooting 1 03-18-2004 01:38 AM
output orsogrigio Mod Requests 4 11-05-2003 02:19 PM


All times are GMT -8. The time now is 09:39 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.