Wrox Programmer Forums
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 23rd, 2007, 10:08 PM
Authorized User
 
Join Date: Jun 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default PHP URL

Hi
As i remember when we do the dynamic webpage with php, the address of the page is usually look like this
http://www.domain-name.com/r.php?bar=foo&req=home

but now when i see webpages that are written in php (At least part of it) they have address look like this:
 http://www.domain-name.com/r.php?bar=foo&req
which req is variable and should have value like bar=foo
The good example is facebook.com which when you try to upload your image the address is look like this
upload.facebook.com?upload

I just want to know dose anybody know what is behind those kind of urls?

Thanks

 
Old November 12th, 2007, 05:02 PM
Authorized User
 
Join Date: Dec 2006
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to paagle
Default

nothing it is an unset variable if its normal php
but if u have set some stuff under the server running it can mean that it gives the command to upload(in this case)

---
Paagle
TEAM LEADER-Team Xuberance(http://www.xuberance.com)
 
Old December 3rd, 2007, 02:27 PM
Authorized User
 
Join Date: Jun 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi
Thanks for your reply.
Regarding your post, how to set up command on server?

Thanks
Regards
Mani






Similar Threads
Thread Thread Starter Forum Replies Last Post
URL rewriting with URL forwarding mtabyana BOOK: Professional Search Engine Optimization with PHP: A Dev's Guide to SEO ISBN: 978-0-470-10092-9 0 October 22nd, 2007 08:22 AM
How to modify flash so it pulls php url every 15 s method Flash (all versions) 4 February 27th, 2007 06:19 PM
Reading current http url dynamically in php hi2php PHP How-To 1 November 1st, 2006 04:16 AM
Parsing URL with PHP turklet BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 November 27th, 2004 09:24 PM
extract URL from Favorites (.URL Files) PhilHawks VB.NET 2002/2003 Basics 2 November 2nd, 2004 04:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.