Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PaulFynch

    DATE comparison issue

    I found it r937, it had nothing to do with the date math (man I spent a couple hours on this one), a misplaced 'OR' (or rather, 'unbracketed') had my query accepting conditions that weren't relevant to the date... Star for the effort... Thanks, Paul "If you build it....it won't work the first...
  2. PaulFynch

    DATE comparison issue

    I'll give that a try r937 and let you know how it works. pf "If you build it....it won't work the first time.....or the second ;)
  3. PaulFynch

    Need some help with Select LIKE

    You could try this (don't know if it will help): $query = "SELECT * FROM product WHERE MATCH (name) AGAINST ('{$form_search}' IN BOOLEAN MODE)"; Dunno what language you're using, the above would make a php query... Hope that helps, Paul "If you build it....it won't work the first time.....or...
  4. PaulFynch

    DATE comparison issue

    Hey again, I just checked the DB, the 'display_month' field is actually mediumint(9), if that makes any difference. Paul "If you build it....it won't work the first time.....or the second ;)
  5. PaulFynch

    DATE comparison issue

    Hello wonderful TekTip community, I am stumped on this one, I need your help: I have a field storing a string value of a year/month like this : 200802 in a field called 'display_month' that I need to compare to NOW()...when I run this query: SELECT display_month...
  6. PaulFynch

    flash version 7

    You would need Macromedia Flash MX 2004 to open that file. Once opened, it can be saved in earlier versions of the .fla format (File>Save As...>Save as type: Flash MX Document(*.fla)). SWF -> FLA, yes, it can be done with certain programs, but beware you are not decompiling other people's...
  7. PaulFynch

    Slice Function

    Good call Kenneth, How did I overlook String.slice()? :P Renowned, you can use the typeof() function to determine what kind of datatype you're dealing with. Cheers! pf "If you build it....it won't work the first time.....or the second ;)
  8. PaulFynch

    Graphic Card for smooth animation in flash & Director

    Hey JMal, I am looking at the Radeon x850 chipset. All the benchmarks I have looked at, its runs the biggest games the fastest (eg DOOM 3, HIGH Quality, 1280x1024, 6x AA / 16x AF, avg 52fps) They come in many shapes and sizes, start around (roughly) $250USD(pretty plain) - over $500USD(dual...
  9. PaulFynch

    strange problem with text component

    Hey jef, Have the users check their version of their flash players. I am not sure when flash supported html text (6?) but if their players are too old, they may not be viewing components or other elements properly. Links look fine to me (player 8,0,22,0), but then it should ;) Hope this...
  10. PaulFynch

    Slice Function

    Heya renowned, I guess it depends what you want to do with the 'this' variable. Make sure you are aware of your data types. If 'this' is an object, it won't slice. Slice is method for handling Array data. If you want to break it apart into an array (from a string), you might want to use...
  11. PaulFynch

    Multiple Socket "proxy?"

    -bump- Hey all, I have posted the topic here as well if anyone cares to follow the thread. Basically, now, I am trying to find out if I can initiate one listening socket, and an outgoing connection, and handle them with socket_select or something similar. Thanks for looking, let me know if...
  12. PaulFynch

    Multiple Socket "proxy?"

    OK gurus... I want to basically ask you guys if this is "doable". I'm sure it is. but I'm lost. I have a class from flumpcakes.co.uk called MSN Messenger Class. Basically this connects to the MSN notification server, then the switchboard to handle messages. Then I have modified a simple...
  13. PaulFynch

    Help with shell commands

    oops, sorry, Trojan gets a star too ;) (boy its late, I just crawled into bed and my Blackberry went off when tech support emailed so i thought, man they haven't got back to me all day, i better go talk to them, i might not get another chance) Back to bed, and thanks again! cheers, paul "If...
  14. PaulFynch

    Help with shell commands

    Thank you, everyone, for your help, i have (it seems) resolved this problem, and created new ones. Actually Tech support at OnSmart.net resolved it It appears this is just a case of me not knowing wtcrapola im doing. so the script does run, i had just assumed that because nothing happened...
  15. PaulFynch

    Help with shell commands

    PHV -bash-2.05b$ lsof -bash: lsof: command not found -bash-2.05b$ *shrugs* pf "If you build it....it won't work the first time.....or the second ;)
  16. PaulFynch

    Help with shell commands

    PHV I posted the output from the "ps -fe" here.... http://wedesign.ca/output.txt i don't see the service im lookin for... thx guys pf "If you build it....it won't work the first time.....or the second ;)
  17. PaulFynch

    Help with shell commands

    -bash-2.05b$ netstat -lp (No info could be read for "-p": geteuid()=32034 but you should be root.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:tcpmux *:*...
  18. PaulFynch

    Help with shell commands

    okay... tried that one, it spit out a whole pile of stuff, but i don't see the service i am looking for... i'd post the output, but its reeeeeeally long thx paul "If you build it....it won't work the first time.....or the second ;)
  19. PaulFynch

    Help with shell commands

    hey trojan, netstat reports it fine, ps does not. in fact, ps shows there are very little processes running on the webserver. here is the information i have about the machine (cpanel) Operating system Linux Service Status Click to View Kernel version 2.4.20-28.9 Machine Type i686 Apache...
  20. PaulFynch

    Convert .swf (or any published Flash file) to .avi ? Possible or not?

    Keep in mind that any MC modifications you do with actionscript will not be exported with your movie, for instance, if you call an instance to spin or duplicate etc, this will not be portrayed in your avi (as of Flash MX Professional anyway) cheers, paul "If you build it....it won't work the...

Part and Inventory Search

Back
Top