|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help me pls!!
For url like below:
'http://www1.1insurancereview.com/mercury' i use to create folder automatically thru coding but i don't know this is correct or not. in an OS-Commerce Project i came across an url like this : http://www.wickedsunglasses.com/index.php/cPath/35 how can i create a path like this? Means it is not possible to create a folder under index.php. so, what is the correct method? thanks in advance!! |
|
#2
|
||||
|
||||
|
RE: Help me pls!!
The extra stuff after the index.php - IIRC is accessable through the $_SERVER['QUERY_STRING']. explode on the slash and now you have some data you can use.. but I beleive you have to be careful of the order... since each slot should be for something specific.
Think of it as a very specific GET string. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > Help me pls!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|