Jump to content

alarik149

Members
  • Posts

    60
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.girlplan.com

Profile Information

  • Gender
    Not Telling

alarik149's Achievements

Member

Member (2/5)

0

Reputation

  1. hmm,i`ll check it out.but I don`t think this helps me
  2. Hi people. I have a very interesting issue here, or it is interesting from my point of view. I have a database with a lot of names and some of them are german or french or any other language that has special characters. let's say we want to add "Jádson" to the database. when added,in the database I find "Jádson" instead of "Jádson". It is quite OK because when I try to echo each field, in any browser, I see "Jádson" not "Jádson",and this is what I want. The problem is when I try to search something in the database. If I make a link,something like www.site.com/$name and each time $name changes,when I get to "Jádson" it dosen't find any entry in the database with that name, because in the database it is actually "Jádson", so I can't use any information for this guy. I guess everyone sees my problem. I need 2 things. 1 - First of all I need a way, an algorithm to parse back from "Jádson" to "Jádson", that workes for any kind of characters,not just this. For example, if I input in a field "Jádson" I should get back this string -> "Jádson". 2 - Secondly, I need a way, an algorithm that can change any name like "Jádson" or "Jérémy" or "Tomić" to "Jadson" and "Jeremy" or "Tomic" . Cheers and thank you for banging your head along with me.
  3. hmm,thank you vety much:)
  4. hi people.I want to divide 2 numbers and to get the full integer of the result,not with comas.for example i wnt to divide 10 with 3 and i want the result to be 3 ,not 3,1 or whatever it is...I knew this kind of things I just can't remember it:(.it was the oposite of %
  5. Please, can someone explain to me exactly how patterns work?regex syntax? Or just give me a good website where I can learn this, but a good website.I have found none. I apreciate it.Cheers
  6. okay,so,how can i make something to accept spiders?
  7. Hi people.I want to discus with you a very important matter. Hopefully we can find a solution together. I guess everyone knows that there are certain software, like teleport pro, that can download a website. This is very bad for people that have spend so many days trying to find a proper design or to write the content. The problem that really concerns me is when you create a mysql database, you work days to have it ready, just inputing information, and then, some stupid person with teleport pro comes and steals all your information without even browsing/visiting the website. Here is exactly what I consider is worth studying. Let's say I completed my database and I have there 1000 types of trees, with complete information, places they grow, fruits, etc. I echo all this database within 14 pages and I create a little 'search engine'. As far as I know, downloading software can't copy your website unless you have somewhere links to the specific page, so you could say I should just let the search engine without the 14 pages of listed trees. But that would be very noobish of me, wouldn't it? The only way to get the problem solved, as far as I see, would be a little php script that can limit the 'clicks' in the website. For example I don't thing there is any user that can click 3 links in one second. Can a script like this be done? I know little PHP and I tried to make something like this but nothing came out. I need some help, and also, who ever has a better idea of keeping such software out of the website, please share;) Regards...
  8. hmm..i know this is a really hard thing..i don't think that works,still i'm gonna wake a look at it.please i'm waiting for more replies.thank you..
  9. let's say i have a input text that get's a string,something like f=x+2 and i have to calculate for x=2 and return 4.now I want this to work for all kind of inputed functions,not to create every time a function for every combination of variables and functions.I don't know how to explain better but if it's necesary i'll try to do better.this is usually called a php expression evaluator.
  10. Hi people.For a month now I am trying to find or make a good PHP expression evaluator.Please,people that know what I am talking about,help me.
  11. OK,so,I have a pattern that scans a file and returnes all the matches into $matches[$x][$y] but I want to know how many matches Ive got.How do I do that?I use preg_match_all. regards...
  12. I think the problem may be resolved If I could understand how I convert text like Urzáiz into ASCII.Please help me in this matter and maybe I'll manage to fix everything.
  13. I have stumbled into outputing information from a database that contains ASCII. Let me explain exacly.I have a some names into my database,names like Jeleń or Urzáiz.I see them in my PHP MyAdmin in ASCII code.When I try to output them I see them perfectly,I see Jeleń or Urzáiz,but when I try to use them in GET,like [code]$name =  $_GET["name"];[/code] and access the URL : www.mysite.com/page.php?name=Urzáiz and see the page according to $name it`s all bad,GET dosen`t seem to get ASCII.What is the problem?:(
  14. hmm,I'll look into that.Any other information/opinions?
  15. I am interested if it is posible to use PHP to run external .exe files,and another thing,I am interested if there is any way for PHP/MySQL to execute a C# external file and output it's result.I really could use some heavy C# programing in HTML.If PHP is not the answer please tell me what I can use.
×
×
  • 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.