Jump to content


Rustin's Content

There have been 3 items by Rustin (Search limited from 29/03/2023)


Ordernar por                Order  

#971829 Mostrar Valor Em Campo Text.

Posted by Rustin on 24/06/2009, 14:47 in PHP

Por curiosidade... Qual é a extensão desse arquivo?



#939075 Caracteres Estranhos Via Formulário Php

Posted by Rustin on 29/09/2008, 16:38 in PHP

E também atente ao fato de que o charset "utf8" não existe ;)



#933847 Upload De Imagem E Dados

Posted by Rustin on 29/08/2008, 17:00 in PHP

Nos campos que são char, varchar, text e similares tu precisa inserir os valores entre aspas, ou seja, '%s' ao invés de %s. Enquanto tu não fizer isso, o MySQL vai interpretar o valor que tu tá tentando inserir como uma coluna... Daí o erro.

Na verdade, revendo teu código, diria que o erro está aqui:
GetSQLValueString($strKey , '.jpg', "text"),

O certo seria:
GetSQLValueString($strKey . '.jpg', "text"),




IPB Skin By Virteq