What is better to use with MySQL?
#5

Quote:
Originally Posted by mick88
Посмотреть сообщение
sscanf is way more efficient. Fetch_field will always return a string afaik so it's more code if you need integers or floats. I always use sscanf unless i need to acquire full sentences like player's title or greeting message - it's hard to predict what characters they will use so i cant sscanf that. Also the sscanf method i just cleaner.
Okay, so SSCANF is probably the way to go. Thank you, Mick.
Reply


Messages In This Thread
What is better to use with MySQL? - by Scenario - 14.09.2010, 22:32
Re: What is better to use with MySQL? - by [L3th4l] - 14.09.2010, 22:46
Re: What is better to use with MySQL? - by Scenario - 14.09.2010, 22:55
Re: What is better to use with MySQL? - by mick88 - 15.09.2010, 03:47
Re: What is better to use with MySQL? - by Scenario - 15.09.2010, 13:10
Re: What is better to use with MySQL? - by Cameltoe - 15.09.2010, 13:12
Re: What is better to use with MySQL? - by playbox12 - 15.09.2010, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)