CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Forsakenblade

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    5,927

    Ajax Loading

    I have a div called content and I have links that load different files and replace the content.innerHTML once loaded so that keeps changing.

    Now in share.php I have a form but if I try to post...
  2. Replies
    9
    Views
    1,217

    Re: Array Problem

    thanks, seems to be working properly.
  3. Replies
    9
    Views
    1,217

    Re: Array Problem

    thanks for the help but im still facing the spacing trouble



    Array ( ['UPLOAD' ] => 'Upload Files'; ['MANAGE' ] => 'Manage Files'; ['SHARE' ] => 'Share Files'; )


    is what it outputs

    Edit:
  4. Replies
    9
    Views
    1,217

    Re: Array Problem

    i did but here it is again



    'UPLOAD' => 'Upload Files',
    'MANAGE' => 'Manage Files',
    'SHARE' => 'Share Files'


    that is the ENTIRE file, obviously I will add more definitions later but for...
  5. Replies
    9
    Views
    1,217

    Re: Array Problem

    with what you gave me it outputs



    Array ( [ 'UPLOAD'] => 'Upload Files' )


    it adds a space in the array for some reason

    like above it has [ 'UPLOAD']
  6. Replies
    9
    Views
    1,217

    Array Problem

    alright im having bit of trouble here...

    i have 2 files english.lang and grab-template.php

    I want to load english.lang and create an array out of it in get-template.php so I can then do a...
  7. Re: HTML Table / Image problem

    figured it out have to add <br> after image
  8. [RESOLVED] HTML Table / Image problem

    Why would images and tables have different sizes? I speciefied my table to be width=800, height=200 and the image fall in those dimensions.

    I make my table border 1 so i can see if its right, and...
  9. Replies
    9
    Views
    10,813

    Re: Posting In Ajax?

    I see... thank you very much.
  10. Replies
    9
    Views
    10,813

    Re: Posting In Ajax?

    I got the point lmao, I had tried that in previous attempts as well, but the reason it didnt work was because i didnt have the setRequestHeaders, and I don't really understand what that does.
  11. Replies
    9
    Views
    10,813

    Re: Posting In Ajax?

    ajaxRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
    ajaxRequest.setRequestHeader("Content-length", parameters.length);
    ajaxRequest.setRequestHeader("Connection",...
  12. Replies
    9
    Views
    10,813

    Re: Posting In Ajax?

    thanks it worked.. but i dont understand whats the difference between what i did and yours?
  13. Replies
    9
    Views
    10,813

    Posting In Ajax?

    Alright I'm new to ajax but I wanted to know how to go about this using POST I can't find examples and the ones I look at show I'm doing this right but it doesnt seem to be working maybe someone can...
  14. Replies
    7
    Views
    3,393

    Re: XML and C++

    Well i was planning on storing stuff like this in the xml

    [monster 1]
    name = rabbit
    type = animal
    minlevel = 1
    maxlevel = 3
    hp = 30

    then have another file where each monster is located and...
  15. Replies
    7
    Views
    3,393

    XML and C++

    Well I actually had 2 questions, I wanted to know if it was better to have all monster information and stuff in a text file or XML and have it pulled. Keep in mind this is for a game obviously.
    ...
  16. Thread: Tables

    by Forsakenblade
    Replies
    2
    Views
    755

    Re: Tables

    nah its not the same one this one is a diff one, but the other one was canceled because i hadn't worked on it in ages because I had to much school work and other stuff so I thought i would start...
  17. Thread: Tables

    by Forsakenblade
    Replies
    2
    Views
    755

    Tables

    Im creating a RPG game in PHP and I have a quick question.

    I have a graph pretty much where it has 5 columns 5 rows and right smack in the middle theres the character. Each box is 32 x 32 and I...
  18. Replies
    3
    Views
    1,552

    Re: refresh page flicker

    well im working on a online php rpg and there is a grid where the character is and the tiles ect im going to be using javascript for movement with the arrow keys wich is easy the only thing i do not...
  19. Replies
    3
    Views
    1,552

    refresh page flicker

    How can I make a part of the page or the page itself refresh without any of that flickering so it refreshes smoothly?
  20. Replies
    5
    Views
    755

    Re: Width / Height Dimensions

    but im using one script to pull different ones instead of having 10000 different files for each flash file and i don't want a standard size to be set if you understand me.
  21. Replies
    5
    Views
    755

    Re: Width / Height Dimensions

    oh so its not possible? cause im making a script that uploads swf files and then puts it on a page of its own centered (got everything working) i just don't to restrict the swf files to a standard...
  22. Replies
    5
    Views
    755

    Width / Height Dimensions

    Is it possible to get the width and height dimensions from a flash file such as a swf. Because I know this is possible with the getimagesize() for images but I tried it for a swf file and obvioulsy...
  23. Replies
    7
    Views
    1,254

    Re: Delete FTP Files

    well I missed these posts but I have tried the rename command it it gives some open restrict error so instead what works for me and I'm already using is,

    touch, to create an empty file in the new...
  24. Replies
    7
    Views
    1,254

    Re: Delete FTP Files

    yea i got that just need help with the moving.
  25. Replies
    7
    Views
    1,254

    Delete FTP Files

    I'm creating a delete script and I ran into some problems.

    What it does is theres a list of files that are in a mysql db, that is also inside the ftp. Theres a table that contains the file...
Results 1 to 25 of 115
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured