Massive Assault http://massiveassaultnetwork.com/forum/ |
|
do u know php http://massiveassaultnetwork.com/forum/viewtopic.php?f=22&t=1081 |
Page 1 of 1 |
Author: | Enforcer [ Mon May 10, 2004 12:04 pm ] |
Post subject: | do u know php |
Hi I'm one of the developers of the Clan Wars in MA and have been tryign to learn php for a while now to make the clan war run mostly by itself but am having trouble. Anyone who can spare some time to help me out would be great. |
Author: | Morda [ Wed May 12, 2004 3:46 am ] |
Post subject: | |
Hi. I'm webmaster of MA. Can I help you? |
Author: | Enforcer [ Wed May 12, 2004 1:48 pm ] |
Post subject: | |
great, i ahve anotehr person offering advise on php atm, but i'm ahving problems writing to files on the ma server (in the bit u gave me and mael for the clan wars) i get some kind of permission denied error. see http://www.massiveassault.com/clans/nwo/Test/test3.php for what i get. Any help u can give on this issue would be apreciated. The code i'm using is.. <html> <?php print("This writes 'variable1' to file test.dat<p>"); $variableToWrite="variable1"; $fw1 = fopen("test.dat","w"); fputs($fw1,$variableToWrite); fclose($fw1); print("Write to file comeplete<p>"); ?> </html> i might ahve jsut made some kind of coding error, but this is almost word for word as a tutorial example i was advised to look at. Thx |
Author: | VaNO [ Wed May 12, 2004 2:22 pm ] |
Post subject: | |
I've answered you in Private Message. |
Author: | Enforcer [ Wed May 12, 2004 3:00 pm ] |
Post subject: | |
thx will try what u suggested |
Page 1 of 1 | All times are UTC - 5 hours |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |