On my website, A user enters information for a product, and that information is sent to my database. I want to also create a page for that product that other people can then view. I’m assuming creation of the file would happen in the PHP script before sending the information, so that the link to [...] [...more]
I have a homepage (MyHome.php). On the homepage, I’d like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 tags from Post.php into a tag on MyHome.php. Is it possible to do this? [...more]