Jump to content

dingus

Members
  • Posts

    148
  • Joined

  • Last visited

    Never

Everything posted by dingus

  1. Ok it looks to me like you are trying to build a php script to download videos from you tube, can you please provide more information as to what you are trying to do and how?
  2. let me know if this helps http://www.quirksmode.org/js/detect.html
  3. i have no code to show as i don't know how to do it , basically I'm calling information from a soap server how ever the server is returning a unique identifier that is between 12 and 18 decimal digits in length my problem is simple for the longer ones php is making them a float and rounding to something along the lines of 4.356E13 etc now because i need to use this as a unique identifier latter on this wont do how can i tell the soap client it is meant to be a string?
  4. hey guys this is a simple questions but probably a complicated answer basicly im querying a soap server and it is returning a unique identifyer which is ment to be a string, but php is assiging it as a float and rounding, how can i force it to keep it as a string?
  5. still stuck on this one if anyone can help
  6. hey my users will be accesing my site like this subdomain.example.com/index.php?page=index i need a rewrite rule so that it would becomein index.php?page=index&site=subdomain but i have no idea how to do that
  7. well a thanks to genericnumber1 as that actualy yelded some benifical results i believe i should be able to gut the "Make_Keywords" out of the megahal language simulator if anyone is interested let me know and i can post my results assumeing it works out
  8. Crayoni do understand you point and being offendedi would like to appoligise for takeing it offencivly i am infact dyslexic and am offended when people comment on it as it has somthing i have dealt with as a darogatory all my life how ever i do have some understanding on language processing and i am not working alone i am simply the programmer for this endever and as i said our attempt is simply to improve the accuracy of a search by identifiying relevent words as apposed to irelivent ones as another option possably there is some sort of external software i could hook with (under linux)
  9. wow you guys are helpful thanks heaps........ you know you could have just said "i dont know" or just not replyed at all firstly i dont want to compete with natural language processing i want to take a educated guess..... i was expecting an accrucay of about 25-35% if that which is hardly a break through i have seenn it done before which a much greater sucess so i thought that maybe just maybe some one here at a stretch might be able to at least point me to a page or a book or somthing that might contain the information i need
  10. ok i need help breaking down a input sentence from a search input from a user where i need to drop it down to 3 variables subject verb and object (basic english language) i have looked at this http://www.visitware.com/AI4U/svo.html but my javascript knowledge is minimal if anyone can help me generate a function to do that i would be very appriceative
  11. hey i writen a script that is desicgened to work only on a base 16 colors how ever most images being input to it are true color at the moment it works if i save it as 16 colors in Ms paint how ever i would like to proform the same action directly in php dose anyone have any ideas?
  12. no assume i have 3 files index.php config.php db.php now in index.php i have require_once("config.php"); inconfig.php i have include("db.php"); can i put somthing in db.php to work out the preocess started on index.php?
  13. hey is there a way to call a stack of what file called what through require* or include * functions?
  14. hey just a quick question from me im wondering how i can get the web path of a file with php...... for example at "www.example.com/testscript/test.php" the first line is require_one("../config.php"); in config.php how can i detect that its web path is www.example.com/config.php?
  15. any surgestions on how or any proposed programme i could use server is debian
  16. hey i worked on some code a while back to convert avi files to flv files now i want to go the other way is this possable in php?
  17. how about you accualy have a look through the SITE not just one one page? to which you will find we have done most of the work our selfs how ever havent had time to do any major modding to the cms yet
  18. hey just wondering if i can get some feed back on my site and layout........ the web address is http://www.theatticnetwork.net any feed back is approceated..... and i already know that some pages have a javascript error in IE
  19. hey just a quick question i picked up a project off the that has been partially writein with php short tags and part with long tags...... is there a simple method to replace all short tags with long tags if it was in a string? because tis quite a lot of files and i really dont want to have to do it by hand
  20. as silly as it was i just descided to go the road of str_replace to changed my second delimiter
  21. hey concventional explode is a single string as a delimiter im wondering if i can pass to strings in and use both?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.