Friday, June 20, 2008

i dont have a jdbc driver on my server D: what can i do?
i use java because i am making a game in java

The error im getting is:

Parse error: syntax error- unexpected T_VARIABLE in ..... on line 50?


Here are my lines 49-52:

// now let s get results.
$query .= " LIMIT $s-$limit" ;
$numresults = mysql_query ($query) or die ( "Couldn t execute query" );
$row= mysql_fetch_array ($numresults);

Here are my lines 49-52:

// now let s get results.
$query .= " LIMIT $s-$limit" ;
$numresults = mysql_query ($query) or die ( "Couldn t execute query" );
$row= mysql_fetch_array ($numresults);

I need to develop a shopping cart which will be easy for the end user- the shop owner and for me to update with a new theme ever two or three months.

I m a bespoke developer and have worked on many shopping carts from scratch- however for this job - given a lack of funding and a quick turnaround issue - I m looking for a pre-written alternative.

Any ideas?

Looking for shared hosing for a website based on e107. Using GoDaddy right now and its slow. When I host the on my home server on a basic DSL connection for testing and development it runs 10x faster than GoDaddy even (NOTE: This is when I m accessing my home box remotely.....sad) GoDaddy crawls..... and I m not sure if its the GoDaddy service- DB- or that it just doesn t agree w/ e107. Want something in the $5-$10 a month range that is known to run a e107 website and run it fast. Need 1-5 gb space- atleast 5+ gb month bandwidth- MySQL- PHP- etc... If you have an e107 website please post the provider- price per month- and opinions. Hoping to elimate the buy/try/switch scenario and pick a good option the 2nd time around..... It shouldn t be hard to find because this site is not traffic intensive and is not graphic or video intensive.

Heed help on query that seems have to be working but its not.
I need to do Left Join with multiple databases/tables.
SELECT db1.table1.id-db2.table1.hits
FROM db1.table1-db2.table1
LEFT JOIN db1.table2 ON db1.table1.id=db1.table2.id WHERE db1.table1.id=db2.table1.id
Mysql error says "unknown column db1.table1.id in ON clause"
Please help :(

No comments: