Re[2]: [PHP-DB] OCI_DEFAULT

2001-04-19 Thread Victor Foitzik
Hello Johannes, on 19.04.2001 you wrote: hi, OCIExecute() executes a previously parsed statement. (see OCIParse(). The optional mode allows you to specify the execution-mode (default is OCI_COMMIT_ON_SUCCESS). If you don't want statements to be committed automaticly specify OCI_DEFAULT as

Re: [PHP-DB] Advice On Building Dynamic MySQL Queries

2001-04-19 Thread Victor Foitzik
Hello JD, on 19.04.2001 you wrote: I am building a query from a search form. This is the code I have now: if (!empty($whereclause)) { $whereclause=urldecode($whereclause); $whereclause=stripslashes($whereclause); }

Re[2]: [PHP-DB] Display data begin with A

2001-04-08 Thread Victor Foitzik
Hi, if you're using MySQL, the simpliest method is using RLIKE SELECT stuff FROM table WHERE stuff RLIKE '^[0-9]+'; see http://www.mysql.com/doc/S/t/String_comparison_functions.html http://www.mysql.com/doc/R/e/Regexp.html for more info HTH Victor Okay it's working now.. How if I want to

Re: [PHP-DB] newbie question

2001-02-04 Thread Victor Foitzik
Hi Lisa, Can search engines index any HTML pages that have .php as its extension (any .php pages without a '?' or '' in the URL) ? For example: http://www.blablabla.com/blabla.php Thanks, Lisa E yes they can, but my experience is, that most search engine robots do _not_ index pages ending in