[FX.php List] Re: Mysterious asterisks appearing in fields

Derrick Fogle derrick at fogles.net
Fri Mar 9 14:39:20 MST 2007


Ha. Well, I'm almost out of ideas. Time to start clutching at straws  
here: Have you ever tried using completely different names for the  
fields? Seems silly, but just the other day I ran into an instance  
where MySQL queries failed when I used specific words for field names  
(I think it was "value"). The field names you're using sound  
hauntingly familiar to field names used by Exchange - maybe that's  
why IIS is *highlighting* them? Again, this seems ridiculous, but  
stranger things have happened.


On Mar 9, 2007, at 3:26 PM, Chris Bisgard wrote:

>> Whatever is happening, it's happening between FX.php and FM. That
>> leaves... IIS and the WPE. I'd point my finger at IIS first, but
>> that's just personal preference.
>
> I've looked through every dialog box I can find in the IIS manager,  
> and
> nothing seems to come up regarding page encoding, except that you can
> specify that the IIS logs are encoded UTF-8 or not. I've been Googling
> like crazy to find help on this, but all I keep finding are other  
> people
> like me who want to know how to change default encoding in IIS. Any
> ideas of a good resource for this would be greatly appreciated.
>
>
>> Still off the topic of the asterisk gremlins, but maybe
>> specifying a doctype after your <html> tag will get you
>> further on validation...?
>> For example:
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>> "http://www.w3.org/TR/html4/loose.dtd">
>
> Yes, as I said, I added a DOCTYPE before attempting validation. Still
> got those weird results.
>
>
>> Are there any instances of "*", apart from those commenting
>> out stuff, in your FX.php file?
>>
>> ggt667
>
> Aside from comments, the following lines from various places in FX.php
> contain asterisks:
>
>   $currentQuery = "SELECT * FROM {$this->layout} WHERE  
> {$currentSearch}"
> . $this->BuildSQLSorts();
>
>   $currentQuery = "SELECT * FROM " . $this->layout .
> $this->BuildSQLSorts();
>
>   $tempQueryString .=
> preg_replace("/(?i)$beginTagLower=[^&]*&(.*)&$endTagLower/", "\$1",
> $tempFoundSetParams);
>
>   $tempQueryString = preg_replace("/skip=[\d]*[&]?/", "",
> $tempQueryString);
>
>
>> I would try to make a new table with just those two fields
>> and check if the problem still exists...
>>
>> ggt667
>
> I actually made a whole new database with just those two fields.
>
> Chris
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


Derrick Fogle
derrick at fogles.net





More information about the FX.php_List mailing list