Problem with shopcart code
Hello, I am having a bit of trouble being able to add a product to my shopcart. My mysql database i
Showing selected item at top of list
Hi,
I've got a list of names which i am fetching from database like this:
$qry = db_query
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a v
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.
parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
writing my own sobel filter convolution - something is wrong
I am trying to keep it very simple, I cant see anything wrong with my logic, could anybody help poin