Jump to content

DeathStar

Members
  • Posts

    529
  • Joined

  • Last visited

    Never

Posts posted by DeathStar

  1. umm..

    <embed src="http://www.site.com/flvplayer.swf" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://www.site.co.za/flvideos/vidoe.flv&showdigits=true&autostart=true&bufferlength=10" height="370" width="450">

  2. HI

     

    Being fairly new to PHP I have a connection script with instructions as follows:

     

    $dbserver="localhost";  // do not change this

    $dbuser="USERNAME";    // Replace USERNAME with your database username

    $dbpass="PASSWORD";    // Replace with your database password which will ALSO be your password to log into your Site Admin Area

    $dbname="USERNAME_date";      // your database name. Replace USERNAME with your database username and keep the underscore there

     

    Its the line highlighted in bold which is giving me issues as when I view my index page and the links related to it, it indicates there is no database selected

     

    My index url is http://www.picfrisky.com

     

    $dbname="databasename"; // Always! accept if you have something like shared hosting then it will be username_dbname

  3. I have a clickable image which calls a javascript functon which inturn, calls some GET stuff on a different page.
    
    My problem is it only works half the time, i think its to do with the sessions. Sometimes I have to click several times before the page changes to what i want, its very strange.
    
    Im sure somone has come across this before?
    Ash.

     

    Post your code here.

    and Asheh, it doesnt happen to me and i have the latest FF, have been using it for 2-3 years now ;)

×
×
  • 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.