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']...
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...
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...
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...
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...
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...
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?? :(
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...
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
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...
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...
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...