Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
63% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
5 Endorsements
Ranked #341
Ranked #2K
~5K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for Nabeel_2

$(".qty").each(function(){ var me = $(this); me.change(function() var form_data ={ rowid: $('.rowid').val(), qty: me.val(), ajax: '1', }; alert(form_data); $.ajax({ url:"<?php echo site_url('cart1/update');?>", type:'POST', data: form_data, async: false, success: function(data) {alert(data);} }); }); });

Member Avatar for Airshow
-2
3K
Member Avatar for steelbrain

Hi Ladies and Gentlemen, I am Steel Brain. A new comer here. I basically registered to reply in the thread, to help a user solve his problem. I dive in WebRTC, fly in PHP and run in Javascript. If you ever need my help, I'll be there for you. But …

Member Avatar for ElliotNorton
1
92
Member Avatar for ankit1122

there are multiple Database storage engines in MySQL. MyISAM and InnoDB for example. MyISAM locks the whole table on single write and can be corrupted etc. InnoDB locks only the row not the whole table and has no chances of corruption (as far as i know)

Member Avatar for steelbrain
0
292
Member Avatar for joshl_1995

joshi_1995, I wonder why did you post a thread instead of googling for it, a tutorial...

Member Avatar for joshl_1995
0
426
Member Avatar for zeeshan009

I dont like advertising but you might want to use this library by me. https://github.com/steelbrain/PDO-Mysql

Member Avatar for Member #120589
0
435
Member Avatar for erabxes

From what I've experienced so far, You can read the file's first few bytes, convert them to hex and then compare to a similarity you found between the same type of files. I've used this to identify png vs apng, webp animated vs webp non animated and gif animated vs …

Member Avatar for steelbrain
0
296
Member Avatar for SimonIoa

I signed up, just to tell you guys that `\n` unless covered in DOUBLE QUOTES is treated as a normal slash and n. "\n" instead of '\n' in the query should fix it

Member Avatar for steelbrain
0
429

The End.