Re: [Phpmyadmin-devel] Can't find the url shorten script
Hi Marc, Yes.I have started to fix some bugs.So I need to understand the source. If I can control seeing the url it would be easy to ubderstand what's happening. Thanks
On Fri, Jan 18, 2013 at 10:56 PM, < phpmyadmin-devel-request@lists.sourceforge.net> wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
- Can't find the url shorten script (Shamika Dharmasiri)
- Re: Can't find the url shorten script (Marc Delisle)
- Build failed in Jenkins: phpMyAdmin-continuous #2719 (michal@cihar.com)
- 4 ? (Marc Delisle)
- Re: 4 ? (Rouslan Placella)
- Re: 4 ? (Marc Delisle)
- Re: 4 ? (Marc Delisle)
Message: 1 Date: Thu, 17 Jan 2013 17:04:41 +0530 From: Shamika Dharmasiri shamikadineshdha@gmail.com Subject: [Phpmyadmin-devel] Can't find the url shorten script To: phpmyadmin-devel@lists.sourceforge.net Message-ID: <CACGs2PYz2TD286kqyq-MbatqH2TtnCxLT-3PUcfv8+7QBwZ= DA@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi, I'm bit new to phpmyadmin source.I need a little help on showing the full url in the address bar. For example(This is just an example), I want to see like this in the address bar, http://localhost/phpMyAdmin_repo/phpmyadmin/index.php
But it only shows like this, http://localhost/phpMyAdmin_repo/phpmyadmin/
Which script in the source does this?
Shamika Dharmasiri a écrit :
Re: [Phpmyadmin-devel] Can't find the url shorten script
Hi Marc, Yes.I have started to fix some bugs.So I need to understand the source. If I can control seeing the url it would be easy to ubderstand what's happening. Thanks
With Firebug in Firefox, you can see all the network requests. Also, with an IDE like NetBeans, you can trace and debug at the PHP level.