Sign in
Create account
Login
Username:
Password:
Lost Password?
Remember me
Home
Forums
Search
Members
Help
CodeIgniter.com
Twitter
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
Converting int to Mysql bit
0 Vote(s) - 0 Average
1
2
3
4
5
Thread Modes
Converting int to Mysql bit
El Forum
Guest
#1
11-29-2010, 08:49 AM
[eluser]fatman[/eluser]
Hi,
I need to convert 0,1 to MySql bit so i can save it in DB, any ideas?
Thanks.
El Forum
Guest
#2
11-29-2010, 08:58 AM
[eluser]InsiteFX[/eluser]
MySQL data type bit, bit will pad 0 to the left.
or
MySQL tinyint(1)
Or are you looking for how to code?
InsiteFX
El Forum
Guest
#3
11-29-2010, 09:18 AM
[eluser]fatman[/eluser]
Never mind, i got it, i just need to convert the answer from $_POST from string to int (i get '0' or '1' as string).
10x anyway.
El Forum
Guest
#4
11-29-2010, 09:33 AM
[eluser]Abdul Malik Ikhsan[/eluser]
you can use :
Code:
$getpostint = (int) $_POST['yourpostparamname'];
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Lounge
-- Events
-- Regional User Groups
Using CodeIgniter
-- Choosing CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Addins
-- Jobs
-- Learn More
-- Spotlight
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © 2014 iAndrew
Powered By
MyBB
, © 2002-2021
MyBB Group
.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend