No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: If im not mistaken, you said you deployed it on c:/zip. Probably, your files should be saved on C:/zip/xampp/htdocs/ a firewall issue may also be the cause. | |
Re: ok but i dont think so its because of the defined variable. if you think it is because it is not defined then try to trap it : [code] [COLOR=#007700]if ([/COLOR][COLOR=#0000bb]defined[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'[/COLOR]GUEST_NAME[COLOR=#dd0000]'[/COLOR][COLOR=#007700])) { [/COLOR]$this->username = $_SESSION['username'] = GUEST_NAME;[COLOR=#007700] }else{ // place the event here } [/COLOR][/code][COLOR=#007700] [/COLOR] | |
Re: I found w3school a good site to start from. they also have online tutorials where you can explore on the code by modifying its lines... | |
Re: for sure there is an installation guide provided for you. the first thing you should do is make a database on your site then run the index file. Im sure if the scripts are not yet setup, it will detect it and redirect you to the installation page and surely … | |
The End.