Categories
>
TinyButStrong general
>
Escape String
The forum is closed. Please use
Stack Overflow
for submitting new questions. Use tags:
tinybutstrong
,
opentbs
By:
Mike
Date: 2012-02-26
Time: 02:00
Escape String
How would I do an escape string using TBSSql MySQLi.
I''ve tried
$user = $Db->_Dbs_ProtectStr($user);
But, I get an object error.
By:
Skrol29
Date: 2012-02-26
Time: 22:34
Re: Escape String
Hi,
You should never need that because TbsSQL protect data very well.
Nevertheless, you can do it like this:
$user = $Db->GetSql('%1%', $user);
New message
Name:
Email:
ignore this line
Email:
-> No email accessible on Web pages.
Send replies notifications by email
Readers can contact you by Anti-Spam System
(*)
Subject:
Message:
Special part in message: enter text between [code] and [/code] tags.
(*) Anti-Spam System: A reader can ask for 3 emails a day, no more ; and the reader must have a valid email to ask for emails.
Posting in progress.
Please wait...