Ok wait i’ll send you blocks regarding this but try to do it by yourself too so that u can learn something more
Thank you brthr…
can u post block cant get idea whats happening without seeing block
Btw, question about deephost’s extensions are not allowed.
hi
Try this block from web componet to encode your data (that you want to save in database)
this is used to encode and whgen you get data from database then use another block named ad Url decaoder to decode your data .
try this and let me know if its causing any problms
it also shows the same error…
am I insert the code in right place?
Insert right after creating a connection.
$dbc or $conn ?
Try alter your table or column :
ALTER Table YourTableName Modify YourColumnName FieldType(LenghtField) Character Set utf8 COLLATE utf8_unicode_ci
ALTER TABLE YourTableName Convert To Character SET utf8 COLLATE utf8_unicode_ci
And your Database :
ALTER Database YourDataBaseName Convert To CHARACTER SET utf8 COLLATE utf8_unicode_ci
And in the create table put at the end after closing the parenthesis ENGINE = InnoDB DEFAULT CHARSET = utf8;
Are u using deephost extension ? Or any other
yes, but you are using the wrong varible name as @Rogerio_Rios already mentioned
you might want to read again my previous answer and follow the provided link…
Taifun
I an using Taifun’s MySQL query.
ok fine… and what happens after fixing your variable name?
Taifun
Hlw @Taifun, when I fix my variable name to conn then I can insert data or create a table but the problem is that my inserted data shows as some symbols. I can’t see the real inserted data. So now how can I solve this problem?
this is my php script mysqlkgnet (1).php - Google Drive
Did You try ?
I didn’t understand.
Run these commands on phpmyadmin. And change to the name of your database, table and Fields