[PHP-DB] making a query with env varable (but is not working)

2004-10-20 Thread luis medrano
List i have the following code. where i making a query using env variable.but is not working. the value on $var is valid value. any idea how can i make it work? Luis $_GET = $GLOBALS['HTTP_GET_VARS']; $var=$_GET['search_engine']; if (!empty($var)) { print $var; $query=SELECT frases FROM frases

[PHP-DB] big data base

2005-03-09 Thread luis medrano
Hi All, I need you help. I need to design a very big data base, around 900GB or more of information but I never had design or manage this magnitude of information before. I really appreciate if you can point me to documentation to how can do this properly or you can help me with some experiance