So, Hi all. I started programming with PHP. I started 10 days ago and I have finished learning the php thing, now I need to practice it. So I decided to give free php scripts to anyone. Tell me what you want written and I will do it free. Of course, I am still learning so don't expect something extravagant or super hard. I will make simple scripts for you people. Just tell me and I will try to do it. I want to take on challenges and I believe that's the best way to learn and since PHP is the first programming language I ever learned I want to make sure I become really good at it Cheers.
I want to add PHP: <?php echo $_GET["q"]; ?> instead of "news" in this PHP code PHP: <?php $rss = new DOMDocument(); $rss->load('http://wordpress.org/news/feed/'); ?> How can I do that Thank you for help
[php] <?php $rss = new DOMDocument(); $rss->load('http://wordpress.org/'.$_GET['q'].'/feed/'); ?> [/php] you can do this
It better to use some class, for example PHP Simple HTML DOM Parcer. You can get all images and other pages URL without any regular expressions.
Hello, I need a help I just found a site and i want to make a one for me but i am not getting it how to make it http://desi-link.org/c.php this is the link of that site. So i want a script in which i input the video url like www.youtube.com/watch?v=id and after it provides me a link with a .php?id=code here and i want to make it custom with a title adder too so if any one have it kindly help me getting a one Thanks for your replies. Regards Aditya