Forum: Game Development Jun 29th, 2009 |
| Replies: 3 Views: 972 Wow i love how you link to my site and even use the exact same link text.... sorry for bringing up an old subject |
Forum: PHP Jul 12th, 2008 |
| Replies: 6 Views: 2,349 dude that post is over 5 months old but kind to offer |
Forum: PHP Jul 12th, 2008 |
| Replies: 3 Views: 429 get rid of the semicolon ";" after while($i>=1).... but the way in which you are doing the while loop will cause an infinate loop |
Forum: PHP Jul 12th, 2008 |
| Replies: 13 Views: 1,065 not sure if it would make a difference but get rid of the space after "[" and maybe change $abc = to $SOMEOTHERNAME = |
Forum: PHP Jul 12th, 2008 |
| Replies: 7 Views: 646 Try splitting it down into sections see what happens there, and also try replacing rand() with say 5 and see if you still get the error |
Forum: Game Development Jul 12th, 2008 |
| Replies: 11 Views: 2,631 I will do when i have the beta version up... ETA 1 month |
Forum: Game Development Jun 24th, 2008 |
| Replies: 11 Views: 2,631 thankyou for all the help |
Forum: DaniWeb Community Feedback Mar 22nd, 2008 |
| Replies: 3 Views: 695 I have been having this happen for about a week or 2 and thought it was just me lol. and i notice that there is "apparently" a JavaScript error when the submenu's decide they dont want to come out |
Forum: Game Development Mar 20th, 2008 |
| Replies: 34 Views: 4,722 look at C/C++ start from hello world and work up |
Forum: PHP Mar 16th, 2008 |
| Replies: 0 Views: 525 Hi, i was running a script on my server (Latest apache and mysql and PHP 5.1.6) and i am getting the following PHP error:
PHP Warning: Call-time pass-by-reference has been deprecated - argument... |
Forum: DaniWeb Community Feedback Mar 16th, 2008 |
| Replies: 4 Views: 634 you dont ask for much do you jbennet :P and yea it would be nice to not have recurring payments.... not everyone would appreciate that |
Forum: PHP Mar 15th, 2008 |
| Replies: 5 Views: 1,026 You could store it in a variable so:
<?php
if(isset($_POST['push']))
{
$text .= $_POST['write'];
echo($text);
}
?> |
Forum: IT Professionals' Lounge Mar 14th, 2008 |
| Replies: 8 Views: 1,383 Well i dont know much about Paragent but ionCube is a software that i would recommend to help slow software piracy down, yes i said slow not stop because it will never be stopped, not if the cracker... |
Forum: PHP Mar 14th, 2008 |
| Replies: 1 Views: 563 Well it would depend on what facilities in general you want to feature |
Forum: PHP Mar 14th, 2008 |
| Replies: 5 Views: 1,258 Well have a look on php.net as there are alot of user submitted examples and walkthroughs that will be able to help you |
Forum: DaniWeb Community Feedback Mar 13th, 2008 |
| Replies: 21 Views: 3,022 Whoops *remembers to look at start dates before posting* sorry |
Forum: PHP Mar 13th, 2008 |
| Replies: 3 Views: 405 Correct me if i am wrong but i thought mysql_result only accepted 2 parameters, not 3 ;) |
Forum: PHP Mar 13th, 2008 |
| Replies: 5 Views: 1,258 It depends on which database your using (mysql, mssql etc) www.php.net and search mysql ;) |
Forum: DaniWeb Community Feedback Mar 13th, 2008 |
| Replies: 21 Views: 3,022 Have the ranks changed? In your post at the beginning Dani you said that you get to posting whiz >= 100 posts, well you only just get your junior poster at that point :P |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 8 Views: 503 Hello Imrags, welcome to Daniweb |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 7 Views: 442 Hey Ajay, welcome to Daniweb |
Forum: IT Professionals' Lounge Mar 13th, 2008 |
| Replies: 4 Views: 910 Looking at the code side of it you will need to be able to optimise the code so that it can search through the massive dictionary files as quick as possible.
Also you need to be able to predict... |
Forum: Game Development Mar 13th, 2008 |
| Replies: 11 Views: 2,073 VS, 3DS Max and especially Maya is extreamly worth while to learn and i agree with Narue on DarkBasic |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 7 Views: 483 Glad to see another new person around, hopefully you will stay active within the community |
Forum: IT Professionals' Lounge Mar 13th, 2008 |
| Replies: 10 Views: 1,440 Well i would have to agree with the previous posts. If maintianing the system is not in the original contract then you have a choice to make, you can either get them to write up a new contract OR you... |
Forum: IT Professionals' Lounge Mar 13th, 2008 |
| Replies: 49 Views: 6,259 C++ 2 Months
PHP - 5 Months
ASP - 1 Year
HTML - 1 Year
CSS - 5 Months
JS/DHTML/AJAX - 3 weeks
FORTRAN - 1 month
VB - 3 Months
That is my total so far, and i have been programming for no... |
Forum: IT Professionals' Lounge Mar 13th, 2008 |
| Replies: 11 Views: 1,760 For webhosting, it would completely depend on what you would be looking for, how large the community is etc. For something the size of Daniweb i would guess that they are either running a VPS or... |
Forum: PHP Mar 13th, 2008 |
| Replies: 5 Views: 1,258 If that is all the code from the page it is because you forgot the closing curley brace } for the while loop |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 9 Views: 475 Welcome to Daniweb i hope that you can find whatever you need |
Forum: PHP Mar 12th, 2008 |
| Replies: 2 Views: 556 Well you could proberbly use a bit of AJAX to refresh the page when the upload is done, or maybe even a header relocation could work, depends on how the file(s) is uploaded |
Forum: Community Introductions Mar 12th, 2008 |
| Replies: 8 Views: 457 |
Forum: Community Introductions Mar 12th, 2008 |
| Replies: 10 Views: 894 Welcome, you must be special to get dani's attention :P |
Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 776 Well i'm guessing that the host has restricted you using ini_set and as for the portable code i unfortunatly will not be able to help you with that as i try to stay away from Simple XML, maybe you... |
Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 776 Are you sure that the simple xml extension is enabled and that short tags are disabled |
Forum: PHP Mar 12th, 2008 |
| Replies: 3 Views: 477 People wont help you unless you have tried to do it yourself, go have a look at google |
Forum: Game Development Mar 11th, 2008 |
| Replies: 3 Views: 1,532 i would suggest starting learning hello world in a web based language (php, perl, asp etc) then move onto a blog style system then try a game |
Forum: PHP Mar 11th, 2008 |
| Replies: 4 Views: 582 the way in which those files work depends on what code you put inside of them.
They dont do specific jobs, they are just useful names to help you remember what is in them, for example:
common.php... |
Forum: PHP Mar 10th, 2008 |
| Replies: 8 Views: 837 if you added a .php extension create another file and call it info.php for example and place this code in it:
<?php
phpinfo();
?>
if that doesnt work then PHP isnt installed properly |
Forum: PHP Mar 10th, 2008 |
| Replies: 5 Views: 597 what you could do is add the product id into the querystring and on another page say product.php have something like this:
<?php
$id = $_GET['id'];
$query = "SELECT * FROM... |