Log in

View Full Version : help



hmsnacker123
04-25-2008, 11:37 AM
hi, i need a php script written for me where if in the address bar it says out.php?type=rss it will redirect to my rss feed (which is default.xml). thanks in advance

Medyman
04-25-2008, 12:17 PM
http://www.tizag.com/phpT/postget.php
http://us.php.net/header

You should really try to figure it out before posting here. And if you can't understand it or are having some coding issues, we would be happy to help you out. This forum isn't for the business of having people code things for you.

If you're interested in hiring someone, may I suggest www.getafreelancer.com.

hmsnacker123
04-25-2008, 12:20 PM
i need a way of doing multiple urls rather than just one

Medyman
04-25-2008, 01:01 PM
So use multiple if statements.

http://www.tizag.com/phpT/if.php

hmsnacker123
04-25-2008, 01:43 PM
you dont get it... im new to php

Medyman
04-25-2008, 02:23 PM
I do get it. My suggestion was to read the tutorial and play around with it. Give it a try. If you still can't get it, post the code that you're working with and someone will help you out I'm sure.

I just take offense at requests like
i need a php script written for me, without any indication that you've actually tried. I hope what we're doing in these forums is aiding and teaching budding web developers, not spoon feeding scripts.

The three tutorials I've posted should be more than enough to do what you want if you give it some effort.

If you've tried and can't get it, I'm sorry for the assumptions. Please post what you have and I'll help you work it out.

hmsnacker123
04-25-2008, 02:35 PM
i have absolutely no idea of how to write a script like this!

thetestingsite
04-25-2008, 02:42 PM
That's what the tutorials are for.