| |||||||
EnjoyCG is a community and resource for 3d artists, students and designers. Browse our tutorials, read the latest news or ask a question on the forums.
New around here? register| |
| ||||
| PHP problem... I'm not very experienced with php but maybe some of the members here are... At the moment I'm trying to implement php includes into the portfolio site for a tutorial, the html version is here: http://portfolio.enjoycg.com and the not working php version here: http://portfolio.enjoycg.com/index.php |
| |||
| What exactly are you trying to include? The syntax for an include statement is simple Code: include( url here ); |