On 26/02/2006 3:03 PM, Chris Payne wrote:
Hi there everyone,
This line of code USED TO WORK but now it gives me a Coudln't Execute Query
error:
$query2 = "SELECT word,def,photo MATCH(word,def) AGAINST ('$txtsearchword'
IN BOOLEAN MODE) AS m FROM dictionary WHERE MATCH(word,def) AGAINST
('$t
> How can I give a with all of it's parameters in PHP in
> each
> of the cells there is a variable that gives me the data back but I can't
> get
> the table to show as it always gives me either this error "Parse error:
> parse error, unexpected T_LNUMBER, expecting ',' or ';' in
> C:\FoxServ\www\
> mysql 4.0.25
> php 4.3.1
>
> I seem to be unable to solve this problem without some help.
>
> A webpage is to list all the clients in a mysql " Client" table. Each
> client has an an allocated clid.
>
> Those clients who are listed, identified by their allocated clid, in a
> "Transactions" a
> > SELECT g. * , concat( ref.fname, ' ', ref.lname ) AS ref, concat(
> > ar1.fname, ' ', ar1.lname ) AS ar1, concat( ar2.fname, ' ', ar2.lname
> )
> > AS ar2, concat( fourth.fname, ' ', fourth.lname ) AS fourth
> > FROM ( ( ( ( ( ( ( ( games g
> > RIGHT OUTER JOIN games_referees ref_ass O
> I'm trying to write a query that pulls details on a game record, as well
> as
> the officials assigned to the game (up to 4 officials may be assigned to
> each game, but that's not always the case).
>
> Game details are in the games table, and assignments are in the
> games_referees table (which
I have web based application running on php and mysql and installed on
multiple sites. The data on those sites need to be synchronized (to have
same data on every site after insert/update/delete action in each site).
Currently im using an ftp server to handle synchronization, im using batch
scri
> Sorry but this isn't working. The variable $ttl_price is a calculation in
> my first script. It stores the value of $Total_Price for all items. I am
> trying to pass that to a new page. It isn't a form that I'm working with,
> do I need to make it a form? I would greatly appreciate any help
> May you pls. suggest me a good institute for learning PHP AND MYSQL in and
> around Delhi or Noida (INDIA). preferably Noida.
I don't know what the availability of training is like in your area, but if
you find training difficult to find, there are several good textbooks that
take you from begin
Hi,
Unless you have 'register globals' on, are you retrieving the value of the
variables passed by your form from the $_GET or $_POST super variables
(whichever is appropriate)?
In other words, at the top of the page that is performing your insert query,
do you have lines such as:
$ime = $_GET['
Hi,
You need to loop through the returned recordset and use the returned
result(s).
Instead of:
$admin_get_options_result =
mysql_fetch_assoc($admin_get_options_results_reference);
Try:
While ($admin_get_options_result =
mysql_fetch_assoc($admin_get_options_results_reference)){
echo "
Hi Stuart,
session_start() has to be the first actual codeline in your page.
So:
Etc...
On the page you're receiving the error on, move "session_start()" to the
first line executed in the script.
Much warmth,
Murray
http://www.planetthoughtful.org
Building a thoughtful planet,
One quirky
Hi All,
I have recordset that contains a hierarchical representation of records
where a record's [parentid] field contains the recid of the record 'above'
the current record.
A representation might look like this:
Recid, parentid, title
1, 0, Top level record
2, 0, Another top l
12 matches
Mail list logo