Not on this forum.
You could though try www.rentacoder.com. You could get any project done there for under 30$ in under a week. (makes me wonder how there could still be traditional developer jobs...
it is a tile-based game and actually I have about 20 scripts. Some of those scripts retrieve game data, others save it. I also was thinking about passing a code as one of the parameters.
Ok, thanx.
Hi,
I'm going to have an applet that is hosted on remote server (call it http://server.com/appletpage.html) which is going to access a php script on the same server (http://server.com/script.php)....
If I have 3 fields for each record and 2,500,000 records (im not sure SQL settings on my server allow that), it would inflate the size of the table by at least 9 times (4 bytes for x, 4 bytes for y,...
Hi,
I'm making a multiplayer tile-based game where the field is a 500x5000 tile matrix. So far, I have a table where there are 5000 records and 10 CHAR fields for every record holding a 50 char...
But isnt POST used from an HTML form? and Im not using any form.
What I need to do in more detail is: I have a tile-based game where there is a large 2D array of tiles which is stored in a database....
Well, actually, I am going to use client-side C# code to construct the query string and update a remote MySQL database.
Which cURL function would I use? Sorry for bothering you...
Hi,
I want to send lots of data to MySQL database through a PHP file. I know the standard way to do that is:
http://server.com/file.php?var1=4&var2=12&var3=3...
Now if I have like 200 variables to...
You need to define 2 events for your element, onmouseout and onmouseover, and assign to them 2 javascript functions, where you change "src" of your image and "style.top" of the element.
I have a quick question. If I got IP-blocked from a website, could I not use a script on a server at some company, like http://alexxz4.somewebprovider.com/script.php which would read the...
Hi,
I have a small webpage where I adjusted element positioning relatively using CSS. After that, there appeared a white-space region to the right and below the content. I've tried several things...