|
Member 10600089 wrote:
i didnt see ur answer..its not visibling here
Recheck my first message
thatrajaCode converters | Education Needed
No thanks, I am all stocked up. - Luc Pattyn
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
|
|
|
|
|
package service;
public class LoginService{
public String sayHello(String name)
{
return "Hello " +name+ "!";
}}
with regards,
chandu shetty,
junior software engineer,
mob: 9035675395.
|
|
|
|
|
Do you have a question?
Veni, vidi, abiit domum
|
|
|
|
|
yes,, i am getting the error while running the code which aboce i have mentioned.. please help me to resolve the problem as soon as possible..
|
|
|
|
|
|
Once again you have failed to tell us what error you receive. Please think carefully about what you are trying to do and provide full details of the environment, the failing code, and the error that you see. Remember, we cannot see your screen, or read your mind.
|
|
|
|
|
Anything about question !
|
|
|
|
|
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[^]
modified 1-Aug-19 21:02pm.
|
|
|
|
|
|
Modify your caller page to use POST instead of GET.
|
|
|
|
|
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".
modified 1-Aug-19 21:02pm.
|
|
|
|
|
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.
|
|
|
|
|
You can use Sublime as an unregistered user with never buying the product. You'll just get a periodic nag which you can ignore. If you would like to see what Sublime can do, look at Jeffrey Way's NetTuts video tutorial series which I understand is free to view
modified 1-Aug-19 21:02pm.
|
|
|
|
|
Thanks, intellisense is a massive improvement over aptana
How do I run/debug etc using it?
|
|
|
|
|
|
I am getting the error in LoginService.java.. how to resolve it?
|
|
|
|
|
|
Hi guys, I have a static map (image) and I want to Have some items on it (div) showing a red dot, and on each red dot I show some details fetching by a JavaScript function from my database.
another problem is when I zoom the page I want the red dots to stay where they are.
This Map has one level zoom.
Please Help me out or if you know of any tutorial please let me know
Thanxxxx
|
|
|
|
|
Let me Google that for you[^]
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
|
|
|
|