Search results

  1. lambada

    Smarty Template System

    Hi, I'm thinking of messing around with the Smarty template system. I'm usually one to write ALL my code by hand, so it is a bit of a leap for me; however, I've never quite been able to get the php and the html as seperated as I would like - hence why i'm turning to smarty. So a couple of...
  2. lambada

    PHP / MySQL help.

    Right, I have a bug in that when I use mysqli_query() with the correct variables, it says Warning: mysqli_query() expects parameter 1 to be mysqli, null given in /home/lambada/public_html/v2/includes/blog/countcomments.php on line 9 and Warning: mysqli_query() expects parameter 1 to...
  3. lambada

    {TUTORIAL} Page design / layout / template (NO slicing!)

    I noticed there are lots of tutorials on how to create graphics, how to create content via PHP etc. But not really one to bring it all together into a working website. So this hopefully will be the stepping stone from images, to layout. It's quite late in the UK so forgive me if I miss out a...
  4. lambada

    PM'ing Staff Members

    Please do NOT PM staff members regarding account issues, unless specifically asked to do so by a staff member. This is because it hinders support for you. A thread can be viewed by all account managers and admins and therefore who-ever is online at the time can help you. PM'ing staff members...
  5. lambada

    KNow any good free stress relievers?

    Hi, I'm rather stressed at the moment so does anyone know any decent free stress relievers (online preferrably)? Thanks lambada
  6. lambada

    Iraq war: Has the media been fair?

    Hi, This is for my citizenship coursework so please take this seriosuly.... The Iraq war has been constantly reported in the media, hardly a week goes by (in Britain atleast :P) where we don't hear of a death of one or the other. My question is this: Has the media reported fairly on...
  7. lambada

    How to upload images?

    Hi, In my admin panel for my website i'm coding the option to upload a picture with various blog / prose items. What php functions do I need to use to achieve this? Thanks lambada.
  8. lambada

    PHP / MySQL - Unescaping strings?

    HI, I have a slight problem in that everytime I use the PEAR DB place-holder function (an automantic mysql_real_escape_string) When I next use SELECT to retrieve the data froim the Database The content looks like: "It\'s escaped". Is there an easy way to unescape the strings either through...
  9. lambada

    What Apache / PHP / MySQl etcetera versions.

    HI, I'm about to set-up a test server on my PC so I can keep developing when there are server problems / moves (like there is now!). To ensure I get the testing environment as close to yours as possible, I would like a list of the versions of all the software installed on the server. I know I...
  10. lambada

    Look what happens if you take the .gif off the status images.

    You know the status images for the free server in http://forums.x10hosting.com/showthread.php?t=13706 . Well, looking at the path of the images I discovered that the script needs the image in format portnamber.gif. So I wondered what would happen if I changed the URL. And this is what I...
  11. lambada

    MySQL issue

    Hi, My website is not connecting to my database, and yet it was a few weeks ago. So I went to cPanel and it shows me as 1 / 3 db's used, and yet phpMyAdmin shows no databases are present. cPanel: lambada Plan: Advanced Domain: samuels-space.info Any help guys? Thanks
  12. lambada

    A question regarding SQL

    HI, ON my site I have a links database with the Unique ID, Name, URL and Category. Now, short of adding another table and 'mapping the categorys with numerical counterparts, is there any way to grab the categorys from that table but only if they are uniquie - this is for a dropdown category...
  13. lambada

    Hypothetical question regarding downgrading.

    Hi, Right i'm not sure why anyone would do this, but it doesn't seem to have been addressed... If someone is on advanced or corporate plan and downgrades to static, what would happen to their MySQL databases? Presumably they would get deleted, but it appears that there is no warning given...
  14. lambada

    php includes and $_GET and $_POST variables.

    Right this is a long question so here goes.... index.php?page=blog&post=12&comment=yes This is a sample URL for something I want to do. index.php only uses the page variable to include the page - in this case blog.php, blog.php needs access to those get variables post and comment aswell as...
  15. lambada

    Which siz ecanvas for websites?

    Hi, I was wondering what size canvas you people use for creating either entire websites and slice it, or the sizes for buttions, banners and logo's etcetera. Also any tips on creating good buttons as mine never look any good - probably the fact I dion't do much in the way of colours! thanks...
  16. lambada

    GCSE Maths today

    Hi, I'm taking my GCSE maths a year early and I wanted you all to know that i'm currently in panic mode. I get the morning off school :D, but I'm still panicing on this exam, anyone got any tips (please say before 12.30 GMT+1 please!). Thanks lambada
  17. lambada

    Why didn't I post an introduction before?

    Answer: Because you couldn't get a bypass code! Well, anyway I'm a 15 year old Student in Norfolk, England and am currently being swamped with coursework. I have my x10 site - http://samwal.x10hosting.com which is having some major backend changes. So the code i'll probably give to a friend or...
  18. lambada

    Differences between those cPanel domain options

    HI, I wish to know what are the differences between parked domain names and addon domains? This has always confused me and i've never really had a simple explanation. The cPanel explanation I have not found very helpful either. Thanks
  19. lambada

    This code doesn't seem to work...

    The aim of this piece of work under construction is to use a users phpBB login to see if they are an admin and if so give them certain actions (I haven't coded the actions yet) But, I have a problem - it displays the login form when it should, but when it displays the page afterwards it shows...
  20. lambada

    Just wondering your definition of...

    Hi, It's just struck me that you say ad's need to be on all PUBLICLY viewable pages, but do not define the word publicly. Do you mean all pages not protected with .htaccess or pages which can be viewed by typing the entire URL in, or do you define public as pages which can be accessed through...
Top