Hi
I have the following form (1), how do I add (2) into (1), I just cant get it to work.
(1)
<form action="Gifts_Search.php" method="post">
<input type="hidden" name="searchterm" ' ....
Type: Posts; User: Feckie; Keyword(s):
Hi
I have the following form (1), how do I add (2) into (1), I just cant get it to work.
(1)
<form action="Gifts_Search.php" method="post">
<input type="hidden" name="searchterm" ' ....
Sorry forgot to say thanks
Hi
I have a select menu which populates ok from database.
My question is. How do |I get it to get all tracks from the selected artist.. (which are in table `title`)
Ant help would be...
Hi,
Is it possible to have multiple words like "Comedy Action SciFi" in a Table, then select one of the words ie
$result = mysql_query("SELECT * FROM `films` WHERE Extras = 'Comedy' ORDER BY...
Many Thanks that worked perfectly
Now I am totaly lost how to intergrate that in the above :confused:
this is format
2009-08-04 22:19:35
Hi how can i change the below to show films only added yesterday, not to include films added today
<?php
$con = mysql_connect("localhost","film_info","password");if (!$con)
{
...
I have a download link
echo "<a href=http://somewhere.com/{$row['Download']}>Download</a>";
is there a way I can rename the file when download is clicked..
ie: file name abc.mp3...
Result
The below works
$year=stripslashes($row['Year']);
$artist=stripslashes($row['Artist']);
$title=stripslashes($row['Title']);
echo "<b>$year - $artist - $title -
Nope that just shows
- - -
How do I do that !!!!
I have tried without and still does it...
You\'re it places \ in front of '
This code plays .avi
<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="600" height="338" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
<param name="src"...
Why does the following place a \ into the text. ie: (You\'re)
<?php
$con = mysql_connect("localhost","music","pass");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}...
Can anyone help me sort this out please
I want to pull all entries in the last 7 days
I have this so far
Database
film_info
Hi how do I show the below text as Red
echo "Plot: ";
Many Thanks that perfect ;)
Hi
How I am working in a frame and i want the link below to open in frame "main".
Can anyone help please ...
echo "<a href=http://somewhere.com/{$row['View']}>View</a>";
Wow that lost me completly...............:confused:
Hi I am a noob so be gentle, ;)
I have got the database written, also the upload form, wich works....
What I want todo is to pull the information into a table (as Devined below)
to display...
Thats exactly what I wanted, many thanks
I am using the following to get details from my database,
Is it possible to add an auto number column at the beginning of each line
<?php
$con =...
here is the divX code
<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="600" height="338" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
<param name="src"...
Many Thanks
Had to change it slighty to get it to work as follows
<?php
$d=date('m.d');
if ($d=="1.2")
include "0202.php";
elseif ($d=="1.22")