Hi everybody,
I've setup a table with UTF8 character set in MySQL database, within the record, it contains
2 different language wordings like simplify chinese and traditional chinese (both in UTF8 format).
The wording display
correctly within the phpmyadmin and my PHP program frontend. But...
Hi everybody,
I've setup a table with UTF8 character set in MySQL database, within the record, it contains
2 different language wordings like simplify chinese and traditional chinese (both in UTF8 format).
The wording display
correctly within the phpmyadmin and my program frontend. But when...
Hi all,
Is it possible to create a column for more than 255 char? I tried the "longtext" in the datatype but its character limit is 255. As i need to insert some paragraphs with few hundred of words, any idea how to solve this limitation?
Thanks.
Dear sleipnir214,
Thanks for your kindly help.
Before "<?php" and after "?>" tag, there's no blank line or space.
Is there anything i need to check?
This problem makes me crazy!!!
Thanks.
Hi,
This is my 1st time to use session and got the following warning "session_start(): Cannot send session cache limiter - headers already sent" on the line session_start(), i've searched the solutions on the web for 2 days. And most of the cases are the space or lines appear in front of...
Hi Everybody,
Is there any way of detecting if the user alters the value using the spin control, I want to automatically alter something else depending on the changing value of the editmask.
When the arrow is pressed without releasing it and the numbers keep on changing, the editchange event...
Hi everybody !
I'm having a problem working with an editmask column with a
spin control in a datawindow of PB9.
My problem is when i click one of the spin's, what happens
is that all the other spin's changes the aspect like they
have been clicked too. I've realized that it only happens
when i...
Dear all,
I got a problem when sending a html page using mail().
$to .= 'info@abc.com';
$subject = 'Mail from Master';
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; harset=big5' . "\r\n";
$headers .= 'From: Info <info@def.com>' . "\r\n";
mail($to, $subject...
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.