Re: unsigned int
- From: Marek Simon <simon@xxxxxxx>
- Date: Tue, 31 Jan 2006 10:08:59 +0100
Have you considered using the php/nmysql build-in functions (available
as of PHP 5.0):
PHP:
inet_ntop() http://nl2.php.net/manual/en/function.inet-ntop.php
inet_pton() http://nl2.php.net/manual/en/function.inet-pton.php
MySQL:
INET_ATON() and INET_NTOA()
http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html
Jonathan
I do not have PHP 5.0 (only 4.3) but I will try that mysql functions. I
did those function on my own few days ago, a bunch of text parsing and
binary shifting, not usable for writing it into each query.
Marek
.
Relevant Pages
- Re: array names and brackets
... You have a bunch of code that ... the problem appears to be a simple quoting problem. ... remember that you have to protect from the initial parsing of ... parsing my input and providing me with intelligent output. ... (comp.lang.tcl) - Re: VB WMI script syntax
... Thanks for the reply Jonathan, I tried this and still got a parsing ... In the end i've worked around the problem by defining a drive ... A little dirty but will do the trick. ... (microsoft.public.scripting.vbscript) - Re: What would you most want to do,if you were the last robot on Earth ?
... Jonathan L Cunningham wrote: ... (That's not really a spoiler, either, but a different answer ... It's been done a bunch of times. ... (rec.arts.sf.fandom) - Re: Pittsburgh shooter " was an avid fan of conspiracist and radical talk show host Alex Jones."
... divisionism makes me wanna puke.... ... Jonathan seems intellegent..... ... Try not to puyt out his light....You bunch ... (alt.gathering.rainbow) - Filemaker File Import Issue Help
... import into a FMP7 database that has a bunch of text parsing ... import the 7K text files into a different FMP7 database with no ... parsing calculations, it works fine. ... The problem is that I need the parsing calculations. ... (comp.databases.filemaker) |
|