Page 2 of 2

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 6:46 am
by bakekitsune
What are you doing? [fox_emoticons-15]



Anyway new updates to the map editor go check it out.

editor.php

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 1:47 pm
by Existance0
Code: Select all
<body>
<?php
for ($number=0; $number <= 1000000; $number++)
{
echo $number . "<br>";
}
?>
</body>

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 1:55 pm
by bakekitsune
ah k cool!

see if you can dynamically create a html form. Then use that form to send data back to php.

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 2:14 pm
by Existance0
eh... WHAT!

anyway updated the other thingy found out about $_GET which would have been better for that program.... (you can now link to what you typed woo)
http://arch-games.com/phptuts/dostuff.p ... erhtaergae

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 2:20 pm
by bakekitsune
Existance0 wrote:eh... WHAT!

anyway updated the other thingy found out about $_GET which would have been better for that program.... (you can now link to what you typed woo)
http://arch-games.com/phptuts/dostuff.p ... erhtaergae


$_POST would be better for that many variables. $_GET can only hold 255 characters i think.

Re: Browser-based Test Map Editor

PostPosted: Sun Oct 12, 2008 2:46 pm
by Existance0
can only hold 100 :P and I wasn't expecting people to type an essay there... although its 100 characters per $_GET correct was thinking about using $_GET in the character editor so that it make it easy to edit your character later :)

http://arch-games.com/chareditor/index. ... dsfhasdfha

woo

or try it yourself

http://arch-games.com/chareditor/index.php


and well I think they removed the get limit because I clearly just made it go past 2500

Re: Browser-based Test Map Editor

PostPosted: Mon Oct 13, 2008 10:49 am
by bakekitsune
Yeh but why not just create a text save? Save it in notepad and then paste it later to load it again.

Clicking check doesn't do anything for me. [msn_red_fox_smilies-13]

Re: Browser-based Test Map Editor

PostPosted: Mon Oct 13, 2008 2:08 pm
by Existance0
When I posted that there was a submit button since then I did other stuff and text save and paste it back in that would be a pain for the users and for me...

Re: Browser-based Test Map Editor

PostPosted: Fri Oct 17, 2008 10:49 pm
by grenadier42
while (1 != 2)
{

}