Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   Web design and Programming (https://novahq.net/forum/forumdisplay.php?f=32)
-   -   help... (https://novahq.net/forum/showthread.php?t=21236)

.Simon. 12-12-2004 06:41 AM

help...
 
im making my site and to make it easier for me to edit pages, i wanna make the links open up the page inside a box on the same page. get me so far? good :). i dunno wot the code to do it is. can anyone help me????

G.I.JOE*MFA* 12-12-2004 07:49 AM

i already asked that

http://www.novahq.net/forum/showthre...threadid=21167

just a couple of posts down...i got the script but i ended up not using it right now

G.I.JOE*MFA* 12-12-2004 07:52 AM

Quote:

Originally posted by BB/Mike*MFA* at dfmafia.net

i didnt quite get ehat you mean, if i am right in what you want ou can



<?php



include("header.php");

Script

include("footer.php");



?>



or on the index page in the HTML output where you want the content to go you can go something like



<?

$page[act] = $_GET['act'];

include("header.php");

If ($global[page]==""){

include("index.php");

} Else {

include("./pages/$page[act].php");

include("footer.php");

.Simon. 12-12-2004 08:19 AM

huh...?

.Simon. 12-12-2004 08:38 AM

never mind... found it now. thnx anyway :)

Stu 12-12-2004 01:27 PM

erm, sharphooter, its not really code to that, but its files to enable you to do that. Its usally the dynamic languages such as php, cgi, asp, perl ect ect. Joe has just given you some basic php code there. Php is very popular for what your trying to do, and i would recomend it highly, try looking at some php scripts for your site :).
www.phphq.net
www.hotscripts.com

.Simon. 12-12-2004 02:08 PM

well i just used html to do it m8 :p

JonM 12-12-2004 06:59 PM

ya but if u want to make a good site u might as well learn php or asp...then u make a site like novahq.net that is really cool with lots of cool things todo

.Simon. 12-18-2004 11:39 AM

yer i will when i get time :p

BlackMass 12-20-2004 07:37 AM

Quote:

Originally posted by -Elite-
ya but if u want to make a good site u might as well learn php or asp...then u make a site like novahq.net that is really cool with lots of cool things todo
My opinion, you can make a very good site using simple HTML and some javascripting.

JonM 12-23-2004 12:39 PM

well ya but if u wanna do some file hosting and what not php or asp is the way to go it really depends on the type of site :S


All times are GMT -5. The time now is 03:21 PM.

Powered by vBulletin®