Search found 23 matches

by bebensiganteng
Mon Feb 26, 2007 1:51 am
Forum: PHP - Code
Topic: Permission denied
Replies: 9
Views: 1331

Permission denied

Hi guys, Please help.. this is the code; function record_message($sDate) { $handle = fopen("ResultsMaxGraham26022007.txt", "a"); fputs($handle, "Input Date: ".$sDate."\r\n"); fputs($handle, "Name: ".$_POST['name']."\r\n"); fputs($handle, &q...
by bebensiganteng
Sun Feb 18, 2007 5:01 am
Forum: PHP - Code
Topic: Session Help
Replies: 8
Views: 864

Hi feyd

Thank you very much, you guys are the masters.. I say if i really want to be like you guys where do I have to start?
by bebensiganteng
Wed Feb 14, 2007 8:39 am
Forum: PHP - Code
Topic: Session Help
Replies: 8
Views: 864

Here you go PHP Version: 5.1.2 PHP OS: WINNT Error Reporting: 2039 ((E_ALL | E_STRICT) ^ E_STRICT ^ E_NOTICE)) Register Globals: On Short Tags: On Display Errors: Off Magic Quotes GPC: On Magic Quotes Runtime: Off Magic Quotes Sybase: Off Config file: C:\WINDOWS\php.ini Loaded Extensions: bcmath cal...
by bebensiganteng
Wed Feb 14, 2007 8:24 am
Forum: PHP - Code
Topic: Session Help
Replies: 8
Views: 864

On the linked page, do you have session_start(); ? Yes I have.. at the beginning of the page Looks like your code assumes register_globals is on and you're apparently using a pretty old version of PHP. Is this true? yes I think I have . could you please explain a little bit more detailed PS: Sorry ...
by bebensiganteng
Wed Feb 14, 2007 2:28 am
Forum: PHP - Code
Topic: Session Help
Replies: 8
Views: 864

Session Help

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi Guys, ...
by bebensiganteng
Sun Jan 28, 2007 11:36 pm
Forum: PHP - Code
Topic: Want to create a secure connection
Replies: 1
Views: 457

Want to create a secure connection

Hi guys, I want to make a secure page which a customer can fill their data. I have look around and most website use the HTTPS environment, but I dont how to activate this Is there any special coding to activate this or other methods to do secure transfer between client and server Please help guys.. ...
by bebensiganteng
Wed Jan 03, 2007 7:53 pm
Forum: PHP - Code
Topic: Looping problems
Replies: 7
Views: 1482

Hi reecec,

Yes changing the text case worked! thanks a lot...... :D

but if its not too much trouble, could you explain why changing the case could worked?

I'm still dont understand why does the code worked on the localhost but didnt worked on the server
Sorry, i'm still new at php

Thanks
by bebensiganteng
Wed Jan 03, 2007 6:30 am
Forum: PHP - Code
Topic: Looping problems
Replies: 7
Views: 1482

Looping problems

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi guys, ...