Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How do these sites know what framework I'm using and how do I hide it?
Post: How do these sites know what framework I'm using a...

Sites like http://builtwith.com can easily tell what framework I'm using to build the site. How can I hide this information from them? And how do they know? Like what do they look for?
7,491 Views
6 Replies
11-13-2015, 09:26 AM
Taylor
    Thread: Check if a value from array exists in database not working
Post: RE: Check if a value from array exists in database...

pdthinh Wrote: (10-28-2015, 01:31 PM) -- Taylor Wrote: (10-28-2015, 11:08 AM) -- PHP Code: --    //use foreach to use $this->$db->like with every sub_team that the user is assigned to    foreach (...
5,257 Views
3 Replies
10-28-2015, 01:47 PM
Taylor
    Thread: Check if a value from array exists in database not working
Post: Check if a value from array exists in database not...

I've got 2 tables in database called users and announcements. In the users table, I have a column called sub_teams where each user is assigned one or more "sub_teams" like construction,programming....
5,257 Views
3 Replies
10-28-2015, 11:08 AM
Taylor
    Thread: Pagination: The "Back" button or the "Page 1" button not working after changing pages
Post: Pagination: The "Back" button or the "Page 1" butt...

What I'm trying to do is create a pagination function. I have successfully created that. It works. The URI segment changes and everything. It's perfect. However, there is a small problem. When I press...
6,802 Views
0 Replies
03-15-2015, 06:22 AM
Taylor
    Thread: How to make hashtag work?
Post: How to make hashtag work?

The hashtags #profile for example is not working in codeigniter. My view: Code: -- User Edit User Entries ///mystuffhere
3,916 Views
0 Replies
03-11-2015, 02:49 PM
Taylor
    Thread: Update email only if the email doesn't exist in the database
Post: Update email only if the email doesn't exist in th...

I have an update page for my users where they can edit their name, email and other info. So far, they can edit everything. Including their email. They can enter an email that already exists in the ...
4,393 Views
1 Replies
03-04-2015, 05:28 PM
Taylor
    Thread: If there are rows affected in database, then do this
Post: If there are rows affected in database, then do th...

I have this delete function in my model. When you press the delete button, it will subtract the number of total notes from the total notes column in my database. For eg. if you had 200 notes, and you...
3,124 Views
0 Replies
03-03-2015, 06:36 PM
Taylor
    Thread: Delete from database ONLY if the uid from the database matches the uid in session
Post: Delete from database ONLY if the uid from the data...

My users can create a note that they can later delete, if they wish. I'm storing the note in the database and these are my columns in my database: id, uid, note, time. In my model (model_entry),...
4,020 Views
0 Replies
03-02-2015, 05:14 PM
Taylor

Theme © iAndrew 2016 - Forum software by © MyBB