June 16, 201214 yr Hi every1 new user here, i have couple questions. Ive started making a website and so far have sliced a photoshop design and then saved each slice individually, made flash navigation and created style sheet to control the div tags. question 1 - this is my site so far www.neworldorder.co.uk. In the section taht i have put alot of gibberish text is there any way i can make this secton php so i can have like a forum (my webhost has given my mysql database and phpadmin) in this section of the page. if not then question 2 - maby have that section php driven so i can update this section easily. If user clicks the more button "secret world release date" instead of it opening in new window have it open in the section with giberish text without having to reload whole page. appreciate any help on the questions i ask Edited June 17, 201214 yr by MikeChipshop Edited for clarity.
June 16, 201214 yr Sure - write your php script to display the forum contents and include that script in the appropriate section e.g. <div id="contentsleft"> <?php include('forumscript.php'); ?> </div>
June 17, 201214 yr try download some forum software such as phpBB or small machine forum. They are free and very powerful. For easy update, try using content management system. If you want to create your own php system, it is better that you learn the basic of php and practice some easy scripts before jumping ahead towards advance script.
June 20, 201214 yr Author thankx il try phpbb and give it a bash localy and see how i get on. the website im going to try and make is for a game called the secret world which comes out start of july and our community clan is called new world order. so just chose that for domain name .
Create an account or sign in to comment