Hello all! I am very inexperienced with PHP at the moment and I am still trying to learn it through the help of the great people of the web. I have an online video streaming website and I'm looking to do the following: "You are currently watching ____ from the series: _____" to be put under each episode. Whereas the first blank would be to get the current URL (which I already did through the helpful tutorials on the web) While the second blank would be the series page (the page where I index the episodes) So how do I go about to get the series page URL? Many thanks in advance to anyone who read this!
every video on your website must have an index in your database. are you using database? or is your site static?
Thank you both for replying! and yes I do indeed have a database and as such, my site is not static. If I need to give out any more information then please do ask. I don't know much about PHP but if my query would require effort and time on your guys ends, then I am certainly willing to pay a small commission for it.
Hello Ivan! I use Wordpress as my CMS for the site's design and database, I post new episodes through Wordpress "add new post" option and create the episodes series index by creating a series page for it, and they are all automatically stored in the Wordpress database. (or this is what I assume) Is this what you were looking for as an answer?
I'd imagine since you're using wordpress, you can just echo out the category or post/page name (depending on what you consider the "series page" to be).
Alright this is great! so can you teach me how to do this? and if you don't have time, then can you give me a tutorial or a reference to use to do this?
I create the episodes through the "add new post" option in Wordpress then I create the series page through the "add new page" option in Wordpress and then I write the episodes numbers like: "series name episode XX" whereas the series name would be replaced by the actual series name and XX will be replaced by numbers. Then I link the URL of the created post that I have created through the post function. I am simply looking for a way through PHP to grab me the series pages URL so the visitors can use as a reference for episodes. Again though, I will of course pay to know this if needed. (I am really desperate in getting this to work)
Hi, I can help you for learning PHP. I am familiar with PHP and know PHP/MYSQL/JavaScript/AJAX/ I am also familiar with HTML, CSS, ADOBE PHOTOSHOP CS WORDPRESS and Joomla is also included in my expertise. I have joined this forum to share my knowledge. and to take benefit of others knowledge.
As articlesdirectory posted , u can learn php from him . There are various websites from which you can learn php like w3schools.com and php.net, On the website php.net you will find the answers to all your questions. It is the official website for php. You will find all the functions and their working with the examples on that website. Enjoy learning php, Good luck.
I don't have too much knowledge about php and I wish I can learn it, am looking to learn it from php.