Forum: Coder's Corner Lounge
Sep 4th, 2008, 6:04 PM
|
|
Replies: 10
Views: 408
Re: Open Pandora Project.
this looks so much better than one of the other non-mainsteam games consoles.
I want one and to hell with the cost
|
Forum: Other Scripting Languages
Aug 15th, 2008, 11:09 AM
|
|
Replies: 0
Views: 197
|
Forum: PHP
Jun 25th, 2008, 1:52 PM
|
|
Replies: 6
Views: 280
Re:
i think the query should be changed to: select ColName from tblExample where ID = [Random Number]
|
Forum: PHP
Jun 14th, 2008, 11:37 PM
|
|
Replies: 4
Views: 279
Re: ????
I beleve the problem is to do with you making a cookie then setting meta infomation.
try using ob_start() and ob_end_flush();
|
Forum: PHP
Jun 14th, 2008, 11:33 PM
|
|
Replies: 3
Views: 245
Re: Help
The best way might be to show customers what the script does and not the code behind it
|
Forum: Paid Job Offers
Jun 10th, 2008, 5:02 PM
|
|
Replies: 2
Views: 335
|
Forum: Visual Basic .NET
Jun 7th, 2008, 1:03 AM
|
|
Replies: 3
Views: 952
|
Forum: Visual Basic .NET
Jun 6th, 2008, 12:25 PM
|
|
Replies: 3
Views: 952
Ftp with System.Net.FtpWebRequest
I have the code to upload a file to a ftp sever.
I am just now trying to work out how files that have been uploaded can be deleted and how i can list the uploaded files using the same methods as the...
|
Forum: PHP
May 29th, 2008, 5:36 AM
|
|
Replies: 5
Views: 310
Re: php forum
i was making a php based forum- it is a lot easier than you initially think to make a basic one- but all the other stuff is really hard
|
Forum: PHP
May 25th, 2008, 2:25 AM
|
|
Replies: 4
Views: 271
Re: Strange fopen Problem
then your code should be:
<pre>
<?php
$filename = 'foo.txt';
$h2 = fopen($filename, 'rb');
echo fread($h2, filesize($filename));
fclose($h2);
//echo file_retrieve_contents($filename);
|
Forum: PHP
May 24th, 2008, 8:55 PM
|
|
Replies: 5
Views: 290
|
Forum: PHP
May 24th, 2008, 8:52 PM
|
|
Replies: 4
Views: 271
Re: Strange fopen Problem
With the second code you tell it to do a write to the file fwrite($h1, 'bar'); which will then give it the string 'bar'.
If you are trying to get it to add more text in to the file try:...
|
Forum: PHP
May 22nd, 2008, 11:32 PM
|
|
Replies: 4
Views: 245
|
Forum: PHP
May 22nd, 2008, 5:15 PM
|
|
Replies: 4
Views: 245
|
Forum: PHP
May 22nd, 2008, 4:17 PM
|
|
Replies: 4
Views: 245
PHP browser game resource question
How could i make a php browser game add resources on to every player per minute or hour.
So if they had money as a resource. how could i make it so that every hour they get 5 more money or something...
|
Forum: Visual Basic .NET
Apr 28th, 2008, 4:03 PM
|
|
Replies: 2
Views: 348
|
Forum: Visual Basic .NET
Apr 21st, 2008, 3:32 PM
|
|
Replies: 2
Views: 348
Sql Database connection
I am wondering how to connect to an sql database. I have tried with certain bits of code but it just keeps crashing due to overload.
How can i connect successfully please?
|