Click here to Skip to main content
15,890,982 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Getting records from multiple tables Pin
W Balboos, GHB23-Feb-18 3:44
W Balboos, GHB23-Feb-18 3:44 
QuestionCreate a website to teach Pin
RV202012-Feb-18 23:56
RV202012-Feb-18 23:56 
AnswerRe: Create a website to teach Pin
Richard MacCutchan13-Feb-18 1:58
mveRichard MacCutchan13-Feb-18 1:58 
GeneralRe: Create a website to teach Pin
RV202013-Feb-18 2:07
RV202013-Feb-18 2:07 
GeneralRe: Create a website to teach Pin
RV202013-Feb-18 2:07
RV202013-Feb-18 2:07 
AnswerRe: Create a website to teach Pin
Kate Holloway18-Feb-18 0:14
Kate Holloway18-Feb-18 0:14 
QuestionURL rewriting with pure php and .htaccess Pin
partapsingh8-Feb-18 20:41
partapsingh8-Feb-18 20:41 
AnswerRe: URL rewriting with pure php and .htaccess Pin
luplup9-Feb-18 13:57
luplup9-Feb-18 13:57 
So first, write the right rewritten url you want in the <a>
<a href="http://localhost/abc/package/1/Himachal-Main">

And then the right rewriting rule is something like this:
RewriteRule ^abc/package/([0-9]+)/([0-9a-zA-Z-]+)$ /abc/package.php?id=$1&name=$2 [L]

So it seem you have to add new get var with the id of the package, to create the /1/

modified 9-Feb-18 20:05pm.

QuestionScroll Down!! Pin
User 98970747-Feb-18 9:38
User 98970747-Feb-18 9:38 
AnswerRe: Scroll Down!! Pin
Richard Deeming7-Feb-18 11:20
mveRichard Deeming7-Feb-18 11:20 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 0:26
User 98970748-Feb-18 0:26 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 0:53
mveRichard Deeming8-Feb-18 0:53 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:04
User 98970748-Feb-18 1:04 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:08
mveRichard Deeming8-Feb-18 1:08 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:11
User 98970748-Feb-18 1:11 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:24
mveRichard Deeming8-Feb-18 1:24 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:27
User 98970748-Feb-18 1:27 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:41
mveRichard Deeming8-Feb-18 1:41 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:43
User 98970748-Feb-18 1:43 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:45
mveRichard Deeming8-Feb-18 1:45 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:48
User 98970748-Feb-18 1:48 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 2:01
mveRichard Deeming8-Feb-18 2:01 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 2:06
User 98970748-Feb-18 2:06 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 2:31
mveRichard Deeming8-Feb-18 2:31 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 2:42
User 98970748-Feb-18 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.