Search results

  1. B

    PHP echo images in for loop Help....?

    Hi I have 5 lines of the same image and im trying to reduce code and simply put the 5 lines into a for loop. so i only have to state the line once. THIS IS THE LINE.... <img src="<?php echo $url; ?><?php echo rand($min,$max);?>.jpg" class="RandomPhoto"><br> BUT I WANT IT IN A PHP FOR LOOP of...
  2. B

    PHP & SQL: Connect to database twice? Not working?

    Hey i have a little script that list headlines. The SQL code is inside of a php file and i made it into a php class to try and get it working. it looks as follows... <? class headlineClass{ function listHeadlines($tpath, $c, $lim) { // Automatically get $tpath to avoid possible security holes...
  3. B

    SQL in PHP - mysql_fetch_array() ...Whats wrong with this code.....?

    Hi i have a little script that gets headlines from an sql table, loops through and displays them one after the other. Anyway the first time i call it works greats but if i call it a second time i get errors. So whats wrong with this code thats not allowing me to call it a second time...
  4. B

    PHP ERROR: include(file.php) twice, but its function cant be declared twice?

    Hi I have a php file that runs a function to display sql data Anyhow on my index.php i need to include(functionfile.php) two and even multiple time. But of course when i run the index.php ...... <p>Category 1</p> <? php $cat= '1'; include(functionfile.php) ?> <p>Category 2</p> <? php $cat=...
  5. B

    Help me make PHP/HTML Variables in my code...?

    Ok below is my code to list random images on my PHP file using dream weaver. As u can see the count number is repeated over and over, as is the img tag src. I basically want to be able to state the count number and source once into variables and then use the variables instead of stating them...
  6. B

    PHP: Need a script that will automatically list files on my webpage from a

    folder on web server? As it sounds. I want to upload files to a folder, and allow website visitors to simply see a list of whats in the folder and be allowed to download and take what they like? Have seen a script called AutoIndex but i dont like. Do u know any better ones that can easily be...
  7. B

    PHP/CMS: Upload PDF files to website and have them automatically displayed. How?

    Hi my website has a weekly newsletter. I dont create the newsletter but club members do then they ask me to put it on the website. Its to much hassle to make a link, convert the publisher file to pdf, make a front page image, upload the image grrr grrr grrr. Its just something I don't wanna do...
  8. B

    "PHP Header" made eg: include('header.php'), but now all my page titles are the same?

    Basically is there a way to alter the page title in runtime? eg: <title>is currently the same for all</title> because i have made a php header that is "included" on all my pages so i only have to edit one template file im thinking make a variable or call a method or something. my knowledge...
  9. B

    How easy is add JAVASCRIPT in HTML?

    Ok im getting good with HTML and realising its not enough. Im a java programmer, but never used Javascript before. So im sure id find it easy to use. BUT..... How easily can it be put onto a website. Whats needed Do u have a quick example??
  10. B

    passing a drug test....im serious 2 !?

    how can i pass a drug test in 5 days i weight 95lbs, i have high metabolysm n im skinny i smoked weed yesterday only once plz help
  11. B

    how to pass a drug test ?!!!!!!!!?

    yea i smoked yesterday only half a blunt. & i was notified today dat i would have to take a drug test in Hima Hospital on monday !....i would like to know anything / everything on what i can do to avoid da test coming out positive. p.s. Please help, i need this job !
Back
Top