Remote Database Access
Hey guys!!
OK, i'm used to only working with databases from the CPANEL, accessing phpMyAdmin
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is i
cookie problem
I hv a website url
In this site main menu functionality based on cookie when user click on parti
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
PHP Game
hy i was wondering what's the best method in order to make some automatic updates in a php game
<
Chat Box in PHP
I was thinking in doing a Chat Box in PHP. For that I would use a form with two fields, Nick and Mes
php/xmlrpc class issue
I am working on xml-rpc in php to start with.
I have a class that only has variables defined
Require select-option functionality in Module Pool Programming
Hi Gurus,
I am doing a development by Module Pool on Warehouse Management. For that devel
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would