[FX.php List] error help
DC
dan.cynosure at dbmscan.com
Thu Aug 31 07:51:58 MDT 2006
sometimes you'll get a blank page when there are extra (high ascii or
low ascii) characters in your code. this usually happens when you
copy and paste several lines of code from a web page. the code has
extra stuff in it that you have to strip out by hand.
In case you are using it, BBEdit has a command called "convert to
ASCII" that will strip the weirdness out automatically. other text
editing tools may have commands to help.
dan
On Aug 31, 2006, at 9:20 AM, gary redmond wrote:
> No that wasn't the problem, I checked the php.ini file and realised
> that
> short openings were off but I enabled them and now I just get a
> blank page.
>
>
>
>
> ----- Original Message -----
> From: Jack Kelly <jlk4p at virginia.edu>
> Date: Thursday, August 31, 2006 2:04 pm
> Subject: Re: [FX.php List] error help
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>
>> My guess is that you've got two ?> in your code. Look at the
>> statement for your SetDBData. Does it look like this?
>>
>> $addstu?>SetDBData('Student','stureg',$groupSize);
>>
>> If so change that question mark to a dash and you should be fine.
>>
>> On Aug 31, 2006, at 3:34 AM, Gary Redmond wrote:
>>
>>> I can't get php.fx to work i keep getting this message
>>>
>>>
>>> SetDBData('Student','stureg',$groupSize); $addstu->SetDBPassword
>>> ('','admin'); $addstuResult=$addstu->FMNew(); echo $addstuResult
>>> ['errorCode']; foreach($addstuResult['data'] as
>> $key=>$addstuData); ?>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list