Jump to content

Scanjo

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Scanjo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is quoted from the tutorial at http://www.reg.ca/faq/PhpMyAdminTutorial.html "...a dialog box will prompt you for a username and password. This will be the username and password given you when we set it up for you." According to this, I would say it's not a simple matter of changing a script. You need to talk to whomever set it up for you and get it changed. If there is no password setup, then how would the program know if the password you logged in with was right or not?
  2. Well call me silly but you might have better luck getting help modifying Javascript code on a Javascript forum...
  3. I'm new to PHP myself so not sure I can be of any help, but... Have you tried the link this way? <?php echo "<a href=\"" . $my_url . "\">Link to tiny</a>";?> I hope I got the escape codes right... Not sure how to handle it in the form.
  4. I'm real new to PHP scripting but it looks to me like the $language variable may not be getting set properly. The error message shows the directory and the extension but that variable appears to be null. Maybe you could throw an ECHO in there to check $language contents? If it IS null then the problem likely lies elsewhere. If it's set with a form then there may be a problem with the form... As I said I'm new to this. Consider it food for thought till you get another response.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.