Jump to content

lonerunner

Members
  • Posts

    4
  • Joined

  • Last visited

About lonerunner

  • Birthday 08/11/1986

Contact Methods

  • Website URL
    http://www.vividthemes.net

Profile Information

  • Gender
    Male
  • Location
    Serbia

lonerunner's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have 2 almost exactly same tables, when i want to pull data form one i get error and for another it works. I really don't know what can be the problem This is joomla cms and one table is called jos_users and another table is called jos_va_affiliates, they both have same fields (id, name, username, email, password, country, etc...) I want to pull just 4 fields, id, name, username, email. When i try to pull from jos_va_affiliates table it works, but when i try from jos_users i get this error "mysql_num_rows() expects parameter 1 to be resource, boolean given" Query goes like this $query = 'SELECT aff.id AS id, aff.name AS name, aff.username AS username, aff.email AS email' . ' FROM #__va_affiliates AS aff' And this works, the only thing that is different is table so when i try $query = 'SELECT aff.id AS id, aff.name AS name, aff.username AS username, aff.email AS email' . ' FROM #__users AS aff' I get error i mentioned above.
  2. This maybe is not best section for this as there are alot of wordpress related websites, but basically wordpress is based on php also. Im starting theme developing and i already found how to make my own framework for themes. But just out of curiosity if anyone know good framework for themes may share it here
  3. Hello from Europe. I work as a hosting administrator, and website designer. And im learning php everyday a bit.
  4. i found it. i was looking frame redirection script. this is short description of script. "This allows a webmaster to have a service like what appears on a lot of the big link sites, when you click on a link the site displays a frame at the top with their info and the link is displayed in a frame underneath. This script will do this, also shows how put ion your own advertising if required in the top frame." i dont wanna put link of script here because i dont know if i'm allowed?
  5. i am not sure how this is called and it is in right section. but many call it redirect link. you already seen links like this www.somesitename.com/goto.php?=http://www.someothersite.com/somevideo.php my point is: i am making site with videos but streams are on other site. i dont wanna send my users to other site, i wanna redirect them to watch videos but to stay on my site. so i wanna pull page from that site where video is, but my header to be on top of that redirection, so when user click on link from my site, basically it show him my site header, and iframe with site where video is. im not sure if i can post some links as examples or some images to show
×
×
  • 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.