mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Stuck with preg_replace
Hi,
I'm trying to use preg_replace to remove part of the IP address submitted using a form on
Getting the full city list from maxminds geoip database
I am suprised I can't find any references to this.
I have maxminds geoip lite installed and i
building a function with multiple outputs
I want to build a function that has multiple outputs.
I know but am not to sure how I should
C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
Referential Integrity problem when inserting into 2 tables at same time
Hello Everyone,
Im relativity new to PHP and MySQL and i have come up against a problem. i h
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan