By matx5 on
Hey there,
I've written some php pages and i'd like to show them in drupal:
these pages should be shown here where the whole "testje" story is now.
Whats the best/fasted way to do this?
thanks in advance
matx5
Hey there,
I've written some php pages and i'd like to show them in drupal:
these pages should be shown here where the whole "testje" story is now.
Whats the best/fasted way to do this?
thanks in advance
matx5
Comments
It depends upon how you have
It depends upon how you have written your PHP code, but the fastest way would be to copy and paste the PHP into a node and then set the 'input format' to PHP.
While the above will work, in your case I think the best way would be turn the data into proper nodes by:
If you make them proper nodes then they become searchable, comment-able, accessible and usable by other modules. Lots of good things like that.
thanx for the detailed info,
thanx for the detailed info, I'm gonna try it the best way :D
matx5