Search:

Type: Posts; User: Dennis_Gull; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    5,775

    The problem is that php / html will display &...

    The problem is that php / html will display & instead of & which is good because I want the code to be clean but when I use ajax (javascript, php and xml) to get the data It will display & instead of...
  2. Replies
    14
    Views
    5,775

    Do I have to replace all the special characters...

    Do I have to replace all the special characters again? :confused:
    Won't that break the xml structure again? :) I could of course replace them inside javascript if thats necessary, was just hoping...
  3. Replies
    14
    Views
    5,775

    just a little side question, when I use...

    just a little side question, when I use htmlentities to clean out the html tags and special characters and then load it with ajax I will see the cleaned code instead of the "converted", example:

    I...
  4. Replies
    14
    Views
    5,775

    Thanks for the info guys, this is really useful!...

    Thanks for the info guys, this is really useful! :)
  5. Replies
    14
    Views
    5,775

    secure mysql usage

    Hello guys,
    I have a couple of quick questions regarding mysql queries.
    Right know I check the database string values that people insert from the site like this:

    if (get_magic_quotes_gpc()) {...
  6. Scratch that last question, how can I even...

    Scratch that last question, how can I even redirect someone with the htaccess file?
    I've been looking for ages for this but cant find anything usefull.
    I thought [R=301] would redirect them for...
  7. Thanks I will take a look at it. although from...

    Thanks I will take a look at it.

    although from what I've seen it says:


    Will it just create a string with a separator or will it decode the array? :confused:
  8. pass javascript arrays in php POST method

    Is there some smart way I can pass arrays in POST variables without exceeding some kind of POST limit? Let's say Im going to pass around 100 names from one page to another using javascript, I've...
  9. Thanks for the reply, I didn't think about using...

    Thanks for the reply, I didn't think about using the .htaccess file to redirect them.
    Btw lets say I have a page which is rewritten and says /topic/I_eat_pie-24.html

    won't I have to store the...
  10. urlrewrite virtual folders and form submit

    Hi,
    Im currently working on a project where I want to add virtual folders in some sections, for example:
    example.com/fake/topic-23.html
    <domain>/<fake folder>/<some topic with an id>
    however If I...
  11. Replies
    0
    Views
    1,653

    center image with glow

    Hey,
    Is there some javascript framwork that will let me center an image (with a tween) and at the same time give me a glow effect?

    Examples:...
  12. Replies
    7
    Views
    5,679

    Just out of curiosity what should I name the side...

    Just out of curiosity what should I name the side panels? :)



    What if I have an array with a couple of values I want to print?
    Lets say I select the 10 latest posts and want to output them...
  13. Replies
    7
    Views
    5,679

    Thanks for the great inputs, I will start by...

    Thanks for the great inputs, I will start by taking a look at some of the pre-written frameworks for MVC :)
  14. Replies
    7
    Views
    5,679

    php structure (MVC?)

    Hello everyone :)

    Im about to start a new project at home and this time I want to create everything in an organized way and hopefully I learn how to work with PHP OO with css based xhtml code.
    ...
  15. Replies
    7
    Views
    4,767

    I fixed it by adding: $encoding = "UTF-8";...

    I fixed it by adding:

    $encoding = "UTF-8";
    iconv("$encoding","$encoding//IGNORE",$xml);
  16. Replies
    7
    Views
    4,767

    Its dynamic generated and the beginning looks...

    Its dynamic generated and the beginning looks like this:

    <?xml version='1.0' encoding='ISO-8859-1'?>
    <rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'>
    <channel>
    <title>my...
  17. Replies
    7
    Views
    4,767

    I validated it at w3c and It says its valid...

    I validated it at w3c and It says its valid although they give me 185 recommendations like this:
    "<mytag> contains bad characters"

    and if I click "help" I get this page:...
  18. Replies
    8
    Views
    4,072

    Thanks, I didn't know that foreign keys was...

    Thanks, I didn't know that foreign keys was required.
    The comments.id was just an example and if im doing this for real I would assign something else like pid (picture id). :cool:
  19. Replies
    8
    Views
    4,072

    I have never really understood why to use join in...

    I have never really understood why to use join in a sql query so I have never tried it, I followed a simple tutorial but im not quite sure if this is possible:

    $sql = "SELECT pictures.name,...
  20. Replies
    7
    Views
    4,767

    Now I created one rss feed for users and search...

    Now I created one rss feed for users and search engines and one sitemap only for search engines but I still have one question and one problem.
    First of all i just wondering if its better to use a...
  21. Replies
    7
    Views
    4,767

    xml Sitemap feed

    Hello,
    I'm working on a feed for a website and I want it to follow the xml sitemap protocol so that the search engines will be able to crawl it better. The problem is I want to display descriptions...
  22. Replies
    8
    Views
    4,072

    Lets say I'm storing all the values in the same...

    Lets say I'm storing all the values in the same result set, how would that code look like? I can't pull out the comments before I know what id I need to select and therefore I need to select the...
  23. Replies
    8
    Views
    4,072

    What is a result set? The thing is I dont know...

    What is a result set? The thing is I dont know how to store all the comments in one array value, is it possible to store an object or something in an array? How would you do this? :confused:

    I...
  24. Replies
    8
    Views
    4,072

    OOP programming question

    Hello everyone,
    I got a problem with my programming, lets take the following scenario:

    I got some picture with a comment system, the picture information is located in one table and the comments...
  25. Replies
    3
    Views
    5,029

    Okay I guess I use the list I got then, thanks...

    Okay I guess I use the list I got then, thanks anyways.
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4