Recent content by Jaclyn S

  1. J

    Help me with UPDATE on php?

    Hey i have this code below - the delete part works but the update doesn't there are no error codes it says it has been amended but it hasn't... any help would be great... <?php include "connection.php"; //gather data from form $id=$_GET['id']; $day=$_GET['Day']; $type=$_GET['Type']...
  2. J

    Complex PHP Query - need help?

    Hey Ok i'd say i'm pretty average with HTML, CSS and PHP I have my own website - www.leedsmethockey.co.uk and i want to develop a new section... i'll try and explain as best i can i have a database with all the players and their email address... When someone is selected for a match i wish the...
  3. J

    PHP to MySQL Database?

    Hey i've been looking alll over the internet and i can't find an easy straight forward bit of code for this... I have a php form and i have a online database (phpMyAdmin) I would like the form to enter data into the online database please could someone let me know the code or point me in...
  4. J

    forms in php involving timestamps?

    Hey i have a form which enters data using php into a mysql database. i need the form to start to record the date of when the entry was made. on the MySql side i can do a timestamp and when i enter a record via phpmyadmin it does it automatically for me... but i don't know how to implement this...
  5. J

    PHP and HTML help with log in's?

    Ok so i've made a website with html and php where people can log in and change details of the site... but now i need to make different areas for different users so some people can log in and see one thing and then other users log in and see/access something different... please could anyone...
  6. J

    PHP - how do i echo a link?

    Hey i'm creating a PHP page and i want to put a link in an echo but i can't seem to do it. i am already echoing this echo ("<p><b>Selection Updated</b></p>\n"); but echo ("<a href="../html/sponsorship.html" class="sponsorship">Sponsorship</a>"); wont work :S any help would be great thanks! i...
  7. J

    is there anyway to play MSN Games not on Internet Explorer?

    hey i'm going through a few problems with internet explorer atm but until there fixed i still wanna play games on MSN Online Games but it says i can only play them on IE, is there another way?? :(
  8. J

    HTML - image border wont sit tight to the image?

    Hey i've got a table with pictures inside... <td width="170" height="40" align="center" valign="middle" bgcolor=""><p><a href="../images/beach hockey/3.jpg" rel="example1" title="" id="m1r4"><img src="../images/beach hockey/thumbs/34.jpg" width="149" height="112" border="3"...
  9. J

    HTML - image border wont sit tight to the image?

    Hey i've got a table with pictures inside... <td width="170" height="40" align="center" valign="middle" bgcolor=""><p><a href="../images/beach hockey/3.jpg" rel="example1" title="" id="m1r4"><img src="../images/beach hockey/thumbs/34.jpg" width="149" height="112" border="3"...
  10. J

    HTML/CSS problems with positioning...?

    ok. so i'm at uni studying computers so i know an average amount of website design but not loads... i've just made a website and it's great ticks all the boxes that the user needs... but... because all the DIVs are absolute positioned the website doesn't look so good when the browser window...
  11. J

    HTML help - really simple stuff?

    hey i have two pictures but i want one to sit on top of the other not underneath - what to i need to put?? thanks
  12. J

    Blackberry Problems - please help?

    Hey i've aquired a blackberry recently.But it's blacklisted. Is there anyway i can undo this?? Many thanks P.s please don't answer this question if you just wanna have a go - it wont change a thing
  13. J

    i need help with PHP stuff?

    hey i have 2 pages, function.inc.php and checkout.php. in functions.inc.php there is a variable called $total. i need this variable to display in the checkout.php page what code do i need to enter to display it??? many thanks <table> <tr> <table border = 2 > <tr><th>Total</th><th>Postage...
  14. J

    i need PHP Help pleaase!!?

    Hey i need help with PHP on a page called functions i have the variable called $total ... i wanna display $total on another page in a table what code do i need to enter to make this happen...? i've tried <?php include $total ?> and <?php $total ?> i'm not sure what i need to put! <?php...
  15. J

    i need help with PHP code?

    below is some code that shows products thats in a SQL datatbase - how do i get to display an image from the database? $output[] = '<tr>'; print "<table border = 4 >"; print " <tr><th>Name</th><th>Type</th><th>Description</th><th>Quantity...
Back
Top