Forum Moderators: coopster
Can I use the $_GET for html? E.g. I have a page with only a table without images (headers, footer etc). I want to insert "just" the table with my information into/onto my templated page. Can I use the above command. I have used GET for images, but never to insert a table with text. If not, is there another method. Please keep in mind that I am new to PHP (approx. 2 years) and I have NO data base experience. Again, e.g I would like template.php (with only text) to be inserted into tempalte2.php.
I hope this makes sense.
Thanks.
This thread [webmasterworld.com] may help you with what you want to achieve without the use of a database. Basically, you have the text stored in a separate file, and then you call it with php using the GET global variable.
good luck!
eelix