Forum: PHP Jul 12th, 2008 |
| Replies: 4 Views: 897 |
Forum: PHP Jul 12th, 2008 |
| Replies: 3 Views: 167 Re: Error from server... 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: 372 |
Forum: PHP Jul 12th, 2008 |
| Replies: 7 Views: 264 |
Forum: Game Development Jul 12th, 2008 |
| Replies: 11 Views: 1,538 Re: RPG Help I will do when i have the beta version up... ETA 1 month |
Forum: Game Development Jun 24th, 2008 |
| Replies: 11 Views: 1,538 |
Forum: DaniWeb Community Feedback Mar 22nd, 2008 |
| Replies: 3 Views: 368 Re: submenues 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: 2,781 |
Forum: PHP Mar 16th, 2008 |
| Replies: 0 Views: 290 PHP Warning, what to do? 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: 369 |
Forum: PHP Mar 15th, 2008 |
| Replies: 5 Views: 406 Re: echo when pushing button You could store it in a variable so:
<?php
if(isset($_POST['push']))
{
$text .= $_POST['write'];
echo($text);
}
?> |
Forum: Software Developers' Lounge Mar 14th, 2008 |
| Replies: 8 Views: 762 Re: Controlling software piracy? 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: 216 |
Forum: PHP Mar 14th, 2008 |
| Replies: 5 Views: 663 Re: Php Mysql Shopping Cart 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: 2,058 |
Forum: PHP Mar 13th, 2008 |
| Replies: 3 Views: 154 Re: Please help 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: 663 |
Forum: DaniWeb Community Feedback Mar 13th, 2008 |
| Replies: 21 Views: 2,058 Re: A quick question about "rank" 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: 188 |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 7 Views: 215 Re: hi Hey Ajay, welcome to Daniweb |
Forum: Software Developers' Lounge Mar 13th, 2008 |
| Replies: 4 Views: 489 Re: Spell checkers 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 what... |
Forum: Game Development Mar 13th, 2008 |
| Replies: 11 Views: 1,272 |
Forum: Community Introductions Mar 13th, 2008 |
| Replies: 7 Views: 233 Re: Hello to all! Glad to see another new person around, hopefully you will stay active within the community |
Forum: Software Developers' Lounge Mar 13th, 2008 |
| Replies: 10 Views: 846 Re: Coder Ethics and Responsibility to Client 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: Software Developers' Lounge Mar 13th, 2008 |
| Replies: 49 Views: 3,865 Re: How long have you been programming? 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 more then a... |
Forum: Web Developers' Lounge Mar 13th, 2008 |
| Replies: 11 Views: 1,083 Re: How much would it cost? 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: 663 Re: Php Mysql Shopping Cart 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: 230 |
Forum: PHP Mar 12th, 2008 |
| Replies: 2 Views: 326 Re: file upload help needed 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: 219 |
Forum: Community Introductions Mar 12th, 2008 |
| Replies: 10 Views: 375 Re: Hi All Welcome, you must be special to get dani's attention :P |
Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 479 Re: Stupid Newbie Needs Help w/xml_parse 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: 479 |
Forum: Techies' Lounge Mar 12th, 2008 |
| Replies: 12 Views: 936 |
Forum: PHP Mar 12th, 2008 |
| Replies: 3 Views: 226 Re: Myweb 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: 777 Re: Utimate Web Bassed RPG 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: 263 Re: config,common,function,webmailer 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: 418 Re: PHP on Apache 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: 303 Re: Web Catalog 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 `prod_listing`... |
Forum: Community Introductions Mar 10th, 2008 |
| Replies: 7 Views: 271 Re: hi Hey barbie girl what interests do you have around here? |