
|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|

|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
Example this is my two url..
http://www.mysite.com/page_one.php?post_id=4
http://www.mysite.com/listingsecond.php?_id=2
How to code in PHP same as the url below:
http://www.mysite.com/page_one
http://www.mysite.com/listingsecond
thank you so much for those who can solve my problem....
|
|
|
|

|
You are using $_GET[^]. If you don't want the query string showing in the URL, use $_POST[^]
|
|
|
|

|
I've been asked to write a web crawler that will scan our corporate website and report back on how the site is interlinked to itself. I've searched the web, and have not been able to find anything that meets my needs. What I am specifically looking for:
- I want source code, not an app, in either C# or VB.net. Because of security issues, I need to be able to scan the code itself and make sure that there are no backdoors or data syphoning.
- It needs to be able to run under user credentials, as most of the site is behind a login.
It also needs to record what pages it checks, what that page links to and what pages link to it in a SQL database, but if I have the source I can easily add that functionality myself.
So, any recommendation on where I can find such code?
|
|
|
|
|

|
I just downloaded Aptana 3 for trying out some HTML5/Javascript stuff - have I been spoiled with VS and intellisense and is apatana really so primitive? Or does it not work out of the box and there are settings to tweak?
|
|
|
|

|
Aptana is quite an able IDE. Yes, there are settings (thousands (well hundreds) of them). But if you want to come into the present day of programmers text editors, go have a look at "Sublime Text 2". And if you do, install the "Package Control".
|
|
|
|

|
I am only really trying stuff out for now so don't want to buy anything. Web dev, so far, is like going back in time 20 years.
|
|
|
|